Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
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.
|
2024-09-07 22:02:17 +02:00 |
|
gingerBill
|
1747fdc3f0
|
Fix signature
|
2024-06-28 11:07:54 +01:00 |
|
gingerBill
|
bef3ca98f0
|
Fix signature
|
2024-06-28 11:01:57 +01:00 |
|
gingerBill
|
e15c5c4692
|
Fix missing import
|
2024-06-28 10:32:16 +01:00 |
|
gingerBill
|
950fd2d5ce
|
Rename trace_linux.odin to trace_cpp.odin
|
2024-04-28 13:52:52 +01:00 |
|
gingerBill
|
6c185a5dca
|
Add core:debug/trace for Linux
|
2024-04-28 12:43:27 +01:00 |
|
gingerBill
|
44c9b988bb
|
Add default debug/trace to do nothing
|
2024-04-28 12:05:15 +01:00 |
|