aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Port `tests\encoding\hex`Jeroen van Rijn2024-06-022-51/+45
| * Port `tests\core\c\libc`Jeroen van Rijn2024-06-024-45/+13
| * Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-024-266/+166
| * Update using new defaults for memory + reporting widthJeroen van Rijn2024-06-022-46/+45
| * Update -define for `crypto`Jeroen van Rijn2024-06-021-1/+1
| * Change test runner options to `SCREAMING_SNAKE_CASE`Feoramund2024-06-023-11/+11
| * Fix missing `-` for define in `tests/core/build.bat`Feoramund2024-06-021-1/+1
| * Update `tests\core\crypto`Jeroen van Rijn2024-06-0211-576/+354
| * Update `core:container` testsJeroen van Rijn2024-06-026-140/+120
| * Update `core:compress` testsJeroen van Rijn2024-06-023-87/+18
| * Delete duplicated flag.Jeroen van Rijn2024-06-021-2/+2
| * Update `core:image` tests to use new runner.Jeroen van Rijn2024-06-024-193/+118
| * Get tests passing againFeoramund2024-06-023-9/+9
* | Add `fmt` tests for printing complex and quaternion typesFeoramund2024-06-031-0/+66
|/
* core/crypto/aes: Add AES implementationYawning Angel2024-06-013-0/+523
* Add dedicated ISO 8601 parser.Jeroen van Rijn2024-05-241-4/+67
* Allow lowercase z TZ indicator.Jeroen van Rijn2024-05-241-0/+2
* Allow space (in addition to T and t) as RFC 3339 date/time separator.Vitalii Kravchenko2024-05-241-0/+2
* Keep -vet happy.Jeroen van Rijn2024-05-241-1/+0
* Deprecate `core:odin/printer` + `format` in favor of OLS.Jeroen van Rijn2024-05-241-11/+0
* Address concerns.Jeroen van Rijn2024-05-241-1/+1
* Add `core:container/rbtree`Jeroen van Rijn2024-05-234-50/+292
* i18n: Add section merge + duplicate key detection to gettext.Jeroen van Rijn2024-05-171-3/+12
* Fix .mo contextsJeroen van Rijn2024-05-174-0/+49
* Fix .mo parser: Number of pluralsJeroen van Rijn2024-05-172-25/+59
* Updated makefiles to exclude some tests on BSDsAndreas T Jonsson2024-05-132-27/+31
* Enable in MakefileJeroen van Rijn2024-05-121-1/+1
* Add 1 more each for < and >Jeroen van Rijn2024-05-121-0/+2
* Test string compareJeroen van Rijn2024-05-123-3/+99
* Enable core:fmt tests.dev-2024-05Jeroen van Rijn2024-05-102-3/+9
* Extend test suite for `fmt`Feoramund2024-05-091-6/+130
* core/crypto: Add a `HAS_RAND_BYTES` constantYawning Angel2024-04-231-1/+1
* Merge pull request #3045 from laytan/cborgingerBill2024-04-155-1/+972
|\
| * encoding/cbor: fix conflictLaytan Laats2024-03-041-1/+0
| * encoding/cbor: rename `diagnose` to `to_diagnostic_format` to be clearerLaytan Laats2024-03-041-7/+7
| * encoding/cbor: make temp allocations more explicitLaytan2024-03-041-1/+1
| * encoding/cbor: core -> baseLaytan2024-03-042-2/+4
| * encoding/cbor: adhere to new quaternion rules of masterLaytan Laats2024-03-041-1/+1
| * encoding/cbor: deterministically store bit sets as big endianLaytan Laats2024-03-041-1/+1
| * encoding/cbor: ignore struct fields with `cbor:"-"`Laytan Laats2024-03-041-0/+3
| * encoding/cbor: fix unused importLaytan Laats2024-03-041-1/+0
| * encoding/cbor: cleanLaytan Laats2024-03-041-16/+7
| * encoding/cbor: add decoder flags and protect from malicious untrusted inputLaytan Laats2024-03-041-3/+14
| * encoding/cbor: fully support marshal/unmarshal of unionsLaytan Laats2024-03-041-40/+220
| * encoding/base64: add decode_into, add testsLaytan Laats2024-03-043-0/+65
| * encoding/cbor: initial package implementationLaytan Laats2024-03-043-0/+721
* | Fix CI's parserblob18072024-04-131-8/+8
* | Move rounded testsblob18072024-04-131-17/+17
* | Added support for URL fragmentsblob18072024-04-131-21/+65
* | Merge pull request #3288 from Yawning/feature/even-moar-cryptoJeroen van Rijn2024-04-107-72/+843
|\ \