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-16 09:37:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a3b4da73c13f4f72df50d11b298b2bda44bbd79
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