aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* [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 some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-165-3/+543
* Remove accidentally committed test binary.Jeroen van Rijn2022-03-141-0/+0
* Merge branch 'master' into fract_trunc_classify_#1574gitlost2022-03-0912-1010/+1154
|\
| * 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-083-2/+404
|/
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-038-1/+30
* Added SipHash + tests and fixed remaining semicolons in vendor/botanzhibog2022-02-221-0/+43
* 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
* Add tests to Linux and Mac and add vendor testszhibog2021-11-101-2/+5
* Removed context switching system from the crypto library to simplify the codezhibog2021-11-092-183/+0
* Add json encoding test + fix enum not being set on success.Daniel Gavin2021-11-072-1/+96
* Move botan.dll to correct directoryzhibog2021-10-141-0/+0
* Added botan.dll for testszhibog2021-10-141-0/+0
* Add crypto library. Additional information is included in the README.mdzhibog2021-10-142-1/+1285
* png: Move metadata.Jeroen van Rijn2021-10-061-3/+1
* png: Add sane compile-time maximums for dimensions + chunk sizes.Jeroen van Rijn2021-10-061-2/+1
* png + compress: Rearrange error unions.Jeroen van Rijn2021-10-062-13/+17
* Add additional error checking to helpers.Jeroen van Rijn2021-10-061-9/+9
* Minor style changegingerBill2021-10-021-17/+17
* hash: Smaller CRC-64 ISO 3306 table.Jeroen van Rijn2021-09-211-4/+4
* hash: Add CRC-64 (ISO 3306) and inverse.Jeroen van Rijn2021-09-211-3/+13
* Correct CRC-64 (ECMA 182) & add CRC-64 (XZ) and tests.Jeroen van Rijn2021-09-211-0/+31
* typo in filenameDaniel Gavin2021-09-201-1/+1
* Make default_parser use the optional_semicolons and add odin parser test.Daniel Gavin2021-09-202-1/+56
* xxhash: Add tests for streaming input.Jeroen van Rijn2021-09-151-3/+27
* Add XXH3-64 + tests.Jeroen van Rijn2021-09-131-0/+28
* xxhash: typo.Jeroen van Rijn2021-09-121-1/+1
* xxhash: Add custom secret tests.Jeroen van Rijn2021-09-122-137/+2222
* xxhash: Extra (generated) tests.Jeroen van Rijn2021-09-112-1564/+4654
* LLVM 12 big math test workaround.Jeroen van Rijn2021-09-113-53/+36