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 09:24:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
74b28f1ff91d4776475f4009fa2bcda71c655cd5
Odin
/
tests
History
Laytan
1ab0745ca8
Merge pull request
#4212
from karl-zylinski/fix-build-tags
...
Fix build tags that use ! multiple times on one line.
2024-09-07 22:18:29 +02:00
..
benchmark
Merge pull request
#3962
from Feoramund/regex
2024-08-21 13:55:11 +01:00
core
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
documentation
Begin mapping
os.Error
in the rest of the codebase
2024-08-04 11:58:04 +01:00
internal
fix type switching over internal pointer union
2024-08-12 00:02:05 +02:00
issues
Update 4210 test to use
unaligned_load
.
2024-09-07 14:05:56 +02:00
vendor
fix bad import
2024-08-31 02:38:07 +02:00
.gitignore
Allow ODIN_TEST_LOG_LEVEL override when -debug.
2024-08-14 16:29:51 +02:00