Karl Zylinski
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
il y a 11 mois |
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.
|
il y a 11 mois |
gingerBill
|
1747fdc3f0
Fix signature
|
il y a 1 an |
gingerBill
|
bef3ca98f0
Fix signature
|
il y a 1 an |
gingerBill
|
e15c5c4692
Fix missing import
|
il y a 1 an |
gingerBill
|
950fd2d5ce
Rename `trace_linux.odin` to `trace_cpp.odin`
|
il y a 1 an |
gingerBill
|
6c185a5dca
Add `core:debug/trace` for Linux
|
il y a 1 an |
gingerBill
|
44c9b988bb
Add default debug/trace to do nothing
|
il y a 1 an |