| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ ↵ | Karl Zylinski | 2024-09-14 | 1 | -3/+3 |
| | | | | | file tag syntax. | ||||
| * | Fix build tags that use ! multiple times on one line. Those don't actually ↵ | Karl Zylinski | 2024-09-07 | 1 | -1/+3 |
| | | | | | 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. | ||||
| * | Fix signature | gingerBill | 2024-06-28 | 1 | -1/+1 |
| | | |||||
| * | Fix signature | gingerBill | 2024-06-28 | 1 | -1/+1 |
| | | |||||
| * | Fix missing import | gingerBill | 2024-06-28 | 1 | -0/+2 |
| | | |||||
| * | Rename `trace_linux.odin` to `trace_cpp.odin` | gingerBill | 2024-04-28 | 1 | -1/+1 |
| | | |||||
| * | Add `core:debug/trace` for Linux | gingerBill | 2024-04-28 | 1 | -1/+1 |
| | | |||||
| * | Add default debug/trace to do nothing | gingerBill | 2024-04-28 | 1 | -0/+18 |