This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2025-12-29 01:14:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
16cd16b91e9cabfba2d12e271712ca55cb16fa7d
Odin
/
core
/
debug
/
trace
History
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
..
doc.odin
Update doc.odin
2024-04-28 13:51:10 +01:00
trace_cpp.odin
More style improvements
2024-06-29 19:23:58 +01:00
trace_nil.odin
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
trace_windows.odin
Correct types on windows
2024-04-28 13:51:46 +01:00
trace.odin
Remove need for allocator and MAX_FRAMES in
trace.frames
2024-04-28 13:05:19 +01:00