| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 1 | -5/+5 |
| | | |||||
| * | Fix more merge conflicts. | Jeroen van Rijn | 7 days | 1 | -1/+1 |
| | | |||||
| * | In the middle of porting core:testing | Jeroen van Rijn | 7 days | 1 | -5/+5 |
| | | |||||
| * | [`core:testing`] Use Windows API for SIG handling | blob1807 | 2025-12-23 | 1 | -13/+8 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | revert to working build | Jon Lipstate | 2025-09-03 | 1 | -2/+2 |
| | | |||||
| * | add tls when we have crt | Jon Lipstate | 2025-09-03 | 1 | -2/+2 |
| | | |||||
| * | windows i386 support | Jon Lipstate | 2025-08-29 | 1 | -4/+12 |
| | | |||||
| * | testing: Add API to expect signals and assertion failures | Feoramund | 2025-06-16 | 1 | -7/+35 |
| | | |||||
| * | Add animation detection support to test runner | Feoramund | 2025-05-20 | 1 | -3/+5 |
| | | |||||
| * | Rename `core:encoding/ansi` to `core:terminal/ansi` | Feoramund | 2025-05-20 | 1 | -2/+2 |
| | | |||||
| * | testing: separate the posix import into target files | Laytan Laats | 2024-11-01 | 1 | -17/+4 |
| | | | | | | | | This is needed for the docs generator to generate all the docs for the posix package, if it is imported like it was on Windows it would generate docs for the Windows version of the package which has much less symbols exposed. | ||||
| * | remove pthread from sys/unix and use sys/posix where used | Laytan | 2024-10-28 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into file-tags-without-comments | Karl Zylinski | 2024-09-17 | 1 | -0/+11 |
| |\ | |||||
| | * | Fix signalling test child threads crashing test 0 | Feoramund | 2024-09-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | A thread made inside a test does not share the test index of its parent, so any time one of those threads failed an assert, it would tell the runner to shutdown test index zero. | ||||
| * | | Moved all packages in core, base, vendor, tests and examples to use new #+ ↵ | Karl Zylinski | 2024-09-14 | 1 | -2/+2 |
| |/ | | | | file tag syntax. | ||||
| * | Add explicit copyright info to `core:testing` | Feoramund | 2024-08-12 | 1 | -0/+8 |
| | | |||||
| * | Catch `SIGTRAP` in the test runner | Feoramund | 2024-06-28 | 1 | -0/+10 |
| | | | | | Fixes `panic` for Darwin. | ||||
| * | add forced shutdown to new test runner | Laytan Laats | 2024-06-10 | 1 | -1/+8 |
| | | | | | | | | | Currently, a Ctrl+c starts a graceful shutdown of the tests and runner. Sometimes tests get stuck and this would never complete. This simply adds an extra step, if Ctrl+c is given for the second time, just `os.exit` right away. | ||||
| * | Fix ad hoc `printf` in test runner signal handler | Feoramund | 2024-06-02 | 1 | -1/+1 |
| | | |||||
| * | Prevent test runner deadlock on NetBSD | Feoramund | 2024-06-02 | 1 | -0/+13 |
| | | | | | Add `pthread_testcancel` to `core:sys/unix` | ||||
| * | Catch `SIGILL`, `SIGFPE`, `SIGSEGV` in the test runner | Feoramund | 2024-06-02 | 1 | -7/+117 |
| | | |||||
| * | Rename `signal_handler.odin` to `signal_handler_libc.odin` | Feoramund | 2024-06-02 | 1 | -0/+19 |