This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-07-13 23:01:24 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
10d83323949a11364c77c6a6c32196990509870b
Odin
/
core
/
testing
T
History
avanspector
0a985f5d02
Haiku: small fixes across core
2025-01-10 07:07:40 +01:00
..
events.odin
…
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
…
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
…
signal_handler_other.odin
…
signal_handler_posix.odin
Haiku: small fixes across core
2025-01-10 07:07:40 +01:00
signal_handler_windows.odin
…
signal_handler.odin
…
testing.odin
…