aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Expand)AuthorAgeFilesLines
...
| * encoding/cbor: cleanup comments about tagsLaytan Laats2024-03-041-12/+13
| * encoding/cbor: cleanup default temp allocatorLaytan Laats2024-03-044-35/+77
| * encoding/cbor: don't zero bytes we are going to write/read to/from anywayLaytan Laats2024-03-041-16/+16
| * encoding/cbor: minor thingsLaytan Laats2024-03-043-4/+6
| * encoding/cbor: add decoder flags and protect from malicious untrusted inputLaytan Laats2024-03-044-226/+335
| * encoding/cbor: fully support marshal/unmarshal of unionsLaytan Laats2024-03-043-6/+105
| * encoding/cbor: cleanup base64 tagLaytan Laats2024-03-041-50/+62
| * encoding/base64: add decode_into, add testsLaytan Laats2024-03-041-43/+90
| * encoding/cbor: initial package implementationLaytan Laats2024-03-046-47/+3316
* | Add `json:"name,omitempty"`gingerBill2024-04-102-10/+60
* | Allow for comma-separate json names `json:"name,flag"`gingerBill2024-04-102-1/+11
* | correct newly found vetsLaytan Laats2024-04-033-14/+13
* | Json: improved unmarshalling of `using _: T` fields.Franz Höltermann2024-03-271-9/+41
* | Json: fields on structs like 'using _: T' will now have T's fieldsFranz Höltermann2024-03-261-14/+27
* | Merge pull request #3215 from blob1807/json-better-enum-supportgingerBill2024-03-061-1/+15
|\ \
| * | Apply suggestions from code review blob18072024-03-041-2/+2
| * | convert spaces to tabsblob18072024-03-041-1/+1
| * | Return underlining value instead of panicingblob18072024-03-041-4/+6
| * | changed to use reflect.enum_name_from_value_anyblob18072024-03-011-34/+2
| * | Merge branch 'odin-lang:master' into json-better-enum-supportblob18072024-03-011-0/+3
| |\|
| * | add all inter types to switchblob18072024-02-211-3/+27
| * | replace spaces with tabsblob18072024-02-211-19/+19
| * | add missing commablob18072024-02-211-1/+1
| * | Add better support for Enums in jsonblob18072024-02-211-1/+21
| * | Revert json union fixblob18072024-02-211-9/+0
| * | Merge branch 'master' of https://github.com/blob1807/Odinblob18072024-02-211-1/+0
| |\ \
| * | | Fix bug https://github.com/odin-lang/Odin/issues/3173blob18072024-02-211-0/+9
* | | | Fix #3173gingerBill2024-03-061-0/+5
* | | | Zero `intrinsics.alloca`gingerBill2024-03-061-2/+5
* | | | Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh...gingerBill2024-03-061-5/+8
* | | | Fix #3250gingerBill2024-03-063-7/+15
| |_|/ |/| |
* | | Begin work adding `bit_field`gingerBill2024-02-221-0/+3
| |/ |/|
* | remove return statement from case Type_Info_Enumerated_Array, as it causes ea...Kay2024-02-121-1/+0
|/
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-284-5/+5
* Merge pull request #2912 from karl-zylinski/marshal-sort-maps-by-key-and-clon...gingerBill2024-01-222-37/+121
|\
| * Made sure temp guard for sorting map keys in json marshal code ignores temp a...Karl Zylinski2024-01-221-3/+3
| * Cleanup of json.clone_valueKarl Zylinski2023-11-011-4/+2
| * Added temp allocator guard to json.marshal, in case we temp alloc when sortin...Karl Zylinski2023-11-011-0/+3
| * Reversed order of sort_maps_by_key check in marshal.odin to make PR compariso...Karl Zylinski2023-11-011-26/+26
| * Indentation fix.Karl Zylinski2023-11-011-3/+3
| * JSON: Option to sort marshaled maps before outputting. Also added a json.clon...Karl Zylinski2023-11-012-38/+121
* | Fix comments in xml_reader.odin for better rendering in documentationKostas Tsiligkiris2024-01-171-130/+53
* | Fix filename in exampleKostas Tsiligkiris2024-01-171-2/+2
* | Fix formatting of package documentation stringKostas Tsiligkiris2024-01-171-18/+18
* | Move package xml before copyrightKostas Tsiligkiris2024-01-173-6/+12
* | Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-3/+3
* | encoding/json: try to unmarshal into union variantsLaytan Laats2024-01-031-10/+27
* | Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-022-5033/+2627
* | core/encoding/endian: Tidy up a comment (NFC)Yawning Angel2023-11-141-1/+1
* | core/encoding/endian: Use intrinsics for loads/storesYawning Angel2023-11-141-66/+76
|/