Karl Zylinski 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
..
doc.odin 7ee2c1084f Update doc.odin 1 year ago
trace.odin c0b7dd7da6 Remove need for allocator and MAX_FRAMES in `trace.frames` 1 year ago
trace_cpp.odin 103eccf104 More style improvements 1 year ago
trace_nil.odin 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
trace_windows.odin 74d75fb7fb Correct types on windows 1 year ago