summaryrefslogtreecommitdiff
path: root/src/codec-json
Commit message (Collapse)AuthorAge
* c++,core,codec-json: Changed an errorClaudius "keldu" Holeksa2023-07-01
|
* c++,codec-json: Fixed unicode and control sequence handlingClaudius "keldu" Holeksa2023-06-29
|
* c++,codec-json: Implemented Tuple DecodingClaudius "keldu" Holeksa2023-06-29
|
* c++,codec-json: Added Struct decodingClaudius "keldu" Holeksa2023-06-29
|
* c++,codec-json: Fixed exception handlingClaudius "keldu" Holeksa2023-06-28
|
* c++,codec-json: Fixed bugs relating to wrong buffer calls and missingClaudius Holeksa2023-06-28
| | | | return call
* c++,codec-json,codec: Working on fixes for JSON Array decoding. TestClaudius Holeksa2023-06-27
| | | | failing currently
* c++,codec-json: Added minor helpers for jsonClaudius Holeksa2023-06-23
|
* c++, codec: Adding binary transport protocolClaudius "keldu" Holeksa2023-06-23
|
* c++, codec-json: Minor progress on arrays for json decodingClaudius Holeksa2023-06-20
|
* c++: Adding tests and working around some constness problemsClaudius "keldu" Holeksa2023-06-20
|
* c++, codec-json: Added multi dimensional arrays to jsonClaudius Holeksa2023-06-15
|
* c++: Let test run in test-case derivation and ammend changed schemaClaudius Holeksa2023-06-14
| | | | dimension changes
* c++, codec-json: Added struct to json encoding and fixed a buffer bug onClaudius "keldu" Holeksa2023-06-11
| | | | the fly
* c++, codec-json: Added testing for tuples and fixed minor bufferClaudius "keldu" Holeksa2023-06-11
| | | | changes
* c++: Setting up testing progressClaudius "keldu" Holeksa2023-06-10
|
* tests,c++: Intermediate commit preparing testing and jsonClaudius Holeksa2023-06-10
|
* codec-json,c++: Progress on design issuesClaudius Holeksa2023-06-07
|
* codec-json, c++: Initial ideas for json codec.Claudius "keldu" Holeksa2023-06-05
| | | | | Technically We do have to transcode and the language we are transcoding from requires to have some restriction rules as an argument.
* Apparently nix doesn't like local sources being settable by external means? ↵Claudius Holeksa2023-05-12
| | | | Further investigation required. Fixed build though
* nix: changeable srcClaudius Holeksa2023-05-07
|
* Moved dirs and added codec-json dirClaudius Holeksa2023-05-03