aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move Odin CI test assets over to its own repository.Jeroen van Rijn2022-04-271-15/+18
* Update CI for math library.Jeroen van Rijn2022-04-261-1/+1
* Update test paths.Jeroen van Rijn2022-04-266-46/+46
* Address edge cases.Jeroen van Rijn2022-04-267-43/+44
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-246-54/+53
* Compiler: Allow -out: to not have an extension on *nix for executables (only).Jeroen van Rijn2022-04-242-3/+3
* Compiler: Add early error for output path being a directory.Jeroen van Rijn2022-04-243-17/+17
* [compress/shoco] Add short string compressor.Jeroen van Rijn2022-04-225-1/+177
* [json/unmarshal] Fix quoted strings.Jeroen van Rijn2022-04-191-9/+11
* Add JSON unmarshal test.Jeroen van Rijn2022-04-191-0/+253
* Delete accidentally added test artefact.Jeroen van Rijn2022-04-181-0/+0
* Add uleb128 byte-at-a-time decoder.Jeroen van Rijn2022-04-162-1/+1
* [QOI] Add support for RGB images (previously loader always output RGBA).Jeroen van Rijn2022-04-121-5/+29
* [image] Add QOI load/save.Jeroen van Rijn2022-04-121-1/+1
* -file for tests\issues.Jeroen van Rijn2022-04-052-4/+4
* Add -help to CI tests.Jeroen van Rijn2022-04-051-9/+9
* [math/big] Tell Python test runner how many nails we use.Jeroen van Rijn2022-04-013-11/+13
* [windows] Fix leak in `glob`.Jeroen van Rijn2022-03-291-1/+1
* [strings] Improve `cut`, add tests for it.Jeroen van Rijn2022-03-271-1/+28
* Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit codegitlost2022-03-242-1/+14
* Fix testgingerBill2022-03-241-1/+1
* Fix issue #1537 "filepath.split_list requires a trailing separator"gitlost2022-03-233-1/+132
* Fix issue #829 "Compiler crashes when declaring maps with procedure"gitlost2022-03-233-0/+68
* Merge pull request #1626 from gitlost/hxa_fixesgingerBill2022-03-226-3/+578
|\
| * Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-166-3/+578
* | Fix issue #1592 "LLVM code gen error when using a constant in an if"gitlost2022-03-181-0/+489
|/
* Remove accidentally committed test binary.Jeroen van Rijn2022-03-141-0/+0
* Merge branch 'master' into fract_trunc_classify_#1574gitlost2022-03-0913-1026/+1169
|\
| * tabs.Jeroen van Rijn2022-03-081-5/+5
| * [varint] Add additional LEB128 tests.Jeroen van Rijn2022-03-081-7/+55
| * [varint] Add signed LEB128 encoding.Jeroen van Rijn2022-03-081-10/+37
| * [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-0812-1009/+1078
* | Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-084-2/+445
|/
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-0310-1/+38
* tests/vendor: pass extra linker flagsSébastien Marie2022-02-261-1/+8
* Added SipHash + tests and fixed remaining semicolons in vendor/botanzhibog2022-02-222-0/+86
* Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-153-3/+160
|\
| * Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...NoahR022022-02-081-4/+0
| * Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...NoahR022022-02-083-3/+164
* | Update testsgingerBill2022-01-202-2/+2
|/
* Update `ODIN_ENDIAN` usagegingerBill2022-01-161-1/+1
* [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.Jeroen van Rijn2021-12-112-20/+20
* [math/big] Fix int_set and int_get.Jeroen van Rijn2021-12-091-11/+16
* crypto: Add rand_bytesYawning Angel2021-11-172-0/+41
* core/crypto: Add chacha20poly1305Yawning Angel2021-11-172-2/+130
* core/crypto: Add chacha20Yawning Angel2021-11-172-4/+147
* core/crypto: Add poly1305Yawning Angel2021-11-172-0/+132
* core/crypto: Add x25519Yawning Angel2021-11-172-0/+100
* [vendor:glfw] Add test.Jeroen van Rijn2021-11-102-1/+51
* Add tests to Linux and Mac and add vendor testszhibog2021-11-102-2/+11