aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Removed unneded semicolons.Andreas Stenmark2025-11-301-3/+3
| * Fix #5978: choice_bit_set respects bit_set domainAndreas Stenmark2025-11-301-0/+18
| * tests/benchmark: Add RNG benchmarksYawning Angel2025-11-292-0/+131
| * tests: Add random number generator testsYawning Angel2025-11-292-4/+267
| * Also test a big int with a large number of zeroes.Jeroen van Rijn2025-11-271-0/+15
| * Speed up big.itoaJeroen van Rijn2025-11-271-0/+27
| * Update test generatorgingerBill2025-11-273-4768/+4770
| * Expand base64 tests to include roundtripJeroen van Rijn2025-11-221-0/+15
| * Fix #5931Jeroen van Rijn2025-11-181-0/+21
| * Convert test case indentation to tabsTohei Ichikawa2025-11-091-30/+30
| * Add link to relevant PR to test caseTohei Ichikawa2025-11-091-0/+3
| * Fix allocation of anonymous globalsTohei Ichikawa2025-11-091-0/+64
| * skip pow -25 for linux arm64 tooLaytan Laats2025-11-081-2/+2
| * Revert "temp log for more info about semid_ds fail"Laytan Laats2025-11-081-2/+0
| * debug offsetsLaytan Laats2025-11-082-0/+10
| * temp log for more info about semid_ds failLaytan Laats2025-11-081-0/+2
| * Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-046-6/+6
| |\
| | * Remove unneeded newlinesgingerBill2025-10-281-4/+0
| | * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-286-6/+10
| * | Add `inject_at_soa` and `append_nothing_soa` proceduresthetarnav2025-11-021-0/+59
| |/
* | Add missing importgingerBill2025-10-301-0/+1
* | Add tests/vendor/curlgingerBill2025-10-302-0/+42
|/
* [core:hash] Add CCITT CRC-16Jeroen van Rijn2025-10-211-0/+19
* core:math/bits: Finish docs, add `bitfield_extract` + `bitfield_insert` test.Jeroen van Rijn2025-10-141-0/+23
* core:math/bits: Add docs + tests for `rotate_left*` and `log2`Jeroen van Rijn2025-10-142-0/+149
* Increase timeout for `posix.test_pthreads`.Jeroen van Rijn2025-10-101-3/+3
* Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-092-0/+232
* Fix test inet_pton call in test_arpa_inetHarold Brenes2025-09-291-1/+1
* Merge pull request #5691 from rationalcoder/mastergingerBill2025-09-261-7/+8
|\
| * Fix out-of-band allocations in dynamic arenasrationalcoder2025-09-161-7/+8
* | Merge pull request #5686 from thetarnav/zero-small-array-resizegingerBill2025-09-261-0/+22
|\ \
| * | Add small array resize testsDamian Tarnawski2025-09-151-0/+22
| |/
* | Fix memory leaks in type inference testTohei Ichikawa2025-09-241-11/+25
* | Fix test_proc_group_type_inference.odinTohei Ichikawa2025-09-241-11/+11
* | Improve type inferencing of literals when calling proc groupsTohei Ichikawa2025-09-151-0/+142
|/
* Expand grayscale JPEGs to RGB(A)Jeroen van Rijn2025-09-093-0/+11
* Implement .alpha_add_if_missing for JPEGJeroen van Rijn2025-09-091-13/+13
* Optionally save BMPJeroen van Rijn2025-09-091-6/+7
* Make progressive JPEGs return a proper errorJeroen van Rijn2025-09-092-269/+276
* Add JPG test assets to .gitignoreJeroen van Rijn2025-09-081-0/+1
* Add basic test for JPG using Odin emblemJeroen van Rijn2025-09-082-2/+52
* Add missing test attr and don't zero memory when reserve already didDamian Tarnawski2025-08-261-0/+1
* Merge branch 'master' into soa-resize-zero-memorygingerBill2025-08-261-0/+78
|\
| * More soa testsDamian Tarnawski2025-08-241-36/+59
| * Avoid overlap issues when correcting memory after resize in _reserve_soaDamian Tarnawski2025-08-231-14/+44
| * Support using allocator resize in `_reserve_soa` (fixes #5615)Damian Tarnawski2025-08-231-0/+26
* | Zero existing memory when using resize_soa (fixes #5614)Damian Tarnawski2025-08-231-0/+34
|/
* Fix test for global procedure initializationgingerBill2025-08-081-1/+1
* Fix typogingerBill2025-08-081-2/+2
* Fix more procedure to be `contextless`gingerBill2025-08-082-3/+3