aboutsummaryrefslogtreecommitdiff
path: root/tests/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of testsgingerBill2024-06-291-16/+8
* Change how `Time` is constructed in `uuid`Feoramund2024-06-221-24/+24
* Add API for creating custom version 8 UUIDsFeoramund2024-06-221-3/+17
* Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+14
* Test if v1 and v6 UUID `node` is set correctlyFeoramund2024-06-221-6/+20
* Add `uuid` test for timestampsFeoramund2024-06-221-0/+48
* Add UUID sorting testsFeoramund2024-06-221-0/+125
* Fix indentationFeoramund2024-06-221-94/+94
* Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-3/+8
* Improve time-related API in `uuid` packageFeoramund2024-06-221-51/+50
* Require CSPRNG in UUID generation where applicableFeoramund2024-06-221-0/+9
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-5/+6
* Add version 6 UUID generationFeoramund2024-06-221-0/+31
* Add version 1 UUID generationFeoramund2024-06-221-0/+31
* Add version 7 UUID generationFeoramund2024-06-221-1/+31
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-2/+2
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+118
* Fold XML attribute whitespace.Jeroen van Rijn2024-06-121-0/+14
* Update XML reader to normalize whitespace, part 1.Jeroen van Rijn2024-06-121-5/+5
* Port `tests\core\encoding\xml`Jeroen van Rijn2024-06-021-136/+84
* Port `tests\core\encoding\varint`Jeroen van Rijn2024-06-021-60/+24
* Port `tests\core\encoding\json`Jeroen van Rijn2024-06-021-65/+23
* Port `tests\core\encoding\hxa`Jeroen van Rijn2024-06-021-115/+87
* Port `tests\encoding\hex`Jeroen van Rijn2024-06-021-50/+44
* Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-022-253/+153
* 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-041-0/+60
* encoding/cbor: initial package implementationLaytan Laats2024-03-041-0/+719
* fix hxa test use after free, skip weird pow test failureLaytan Laats2024-02-021-2/+1
* Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-021-2/+2
* testing: add test for `Out_Of_Memory` returnRickard Andersson2023-10-021-0/+44
* Add test for utf8 multibyte stringsAbdelrahman Farid2023-09-191-0/+8
* Keep -vet happygingerBill2023-07-311-15/+12
* Remove `using` where easily possiblegingerBill2023-07-312-26/+18
* Fix #2684Jeroen van Rijn2023-07-281-16/+18
* fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-1/+15
* fix hex.encode and add tests for the packageLaytan Laats2023-05-151-0/+93
* Correct naming in testsgingerBill2022-07-112-4/+4
* Correct xml testgingerBill2022-05-121-1/+1
* [xml] Add `parse_from_string` overload.Jeroen van Rijn2022-04-301-1/+1
* [i18n/xml] Move I18N XML files to their own assets directory.Jeroen van Rijn2022-04-291-22/+11