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-28 17:04:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0ca614361a94fad220fb16cd84ee23907ec90e81
Odin
/
core
/
testing
History
avanspector
0a985f5d02
Haiku: small fixes across core
2025-01-10 07:07:40 +01:00
..
events.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
logging.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
reporting.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
runner_windows.odin
Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.
2024-09-17 19:39:48 +02:00
runner.odin
Makes tracking allocator default to crashing on a bad free instead of add to bad_free_array. The bad_free_array remains to not break old code. The new default behavior is implemented in a callback that you can override, there's a second provided callback that provides the old behavior where an element was added to bad_free_array. Rationale: Many people are just checking the allocation_map, but don't check the bad free array. Several examples throughout core that use tracking allocator don't check bad_free_array either, so people have been taught not to check it.
2024-12-21 15:49:48 +01:00
signal_handler_libc.odin
testing: separate the posix import into target files
2024-11-01 16:27:45 +01:00
signal_handler_other.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
signal_handler_posix.odin
Haiku: small fixes across core
2025-01-10 07:07:40 +01:00
signal_handler_windows.odin
testing: separate the posix import into target files
2024-11-01 16:27:45 +01:00
signal_handler.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
testing.odin
add '#caller_expression'
2024-09-14 22:13:37 +02:00