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
2026-01-09 22:42:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d33df15b4af3a7a1afa9431fbfeff99c4f705c2
Odin
/
core
/
testing
History
gingerBill
a16d3b6c9a
Merge pull request
#4242
from laytan/caller-expression
...
add '#caller_expression'
2024-09-16 17:36:46 +01:00
..
events.odin
Add explicit copyright info to
core:testing
2024-08-12 14:16:22 -04:00
logging.odin
Remove deprecated
log
procs from
core:testing
2024-08-18 21:30:32 -04:00
reporting.odin
Add explicit copyright info to
core:testing
2024-08-12 14:16:22 -04:00
runner.odin
Remove deprecated
log
procs from
core:testing
2024-08-18 21:30:32 -04:00
signal_handler_libc.odin
Fix signalling test child threads crashing test 0
2024-09-10 14:52:20 -04:00
signal_handler_other.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
signal_handler.odin
Remove deprecated
log
procs from
core:testing
2024-08-18 21:30:32 -04:00
testing.odin
add '#caller_expression'
2024-09-14 22:13:37 +02:00