summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-10Remove superfluous (and non-standard) header include.Vasile Vilvoiu
2023-06-12Correctly set string pointer for non trivial sizes.Vasile Vilvoiu
2022-04-21Fix compilation warnings.Vasile Vilvoiu
2022-04-21Fix call to printf without format string.Vasile Vilvoiu
2021-11-28Encoder unit tests.Vasile Vilvoiu
2021-11-28Fix building of maps.Vasile Vilvoiu
2021-11-28Initialize is_indefinite flag for applicable typesVasile Vilvoiu
2021-11-28Const pointers for str/bstr builders.Vasile Vilvoiu
2021-11-28Fix header for encoded FP64 values.Vasile Vilvoiu
2021-11-28Fix ecbor_memcpy() routine.Vasile Vilvoiu
2021-11-28Fix ecbor_uint() API to reflect received type.Vasile Vilvoiu
2021-11-28Add API for retrieval of encoded buffer length.Vasile Vilvoiu
2021-11-24Fix encoder null item errorIvan Baldin
2018-03-29Various small fixesrimio
2018-03-06Const correctness fixesrimio
2018-03-05Change dir structure to accomodate multiple toolsrimio
2018-03-04Basic encoderrimio
2018-03-04Fix indentrimio
2018-03-04Count indefinite arrays; end checking as separate steprimio
2018-03-04Refactor tree decoderrimio
2018-03-03Various fixes and refactoring.rimio
2018-03-02Added indefinite string API; added test case answersrimio
2018-03-02Small fix to arrays and maps; added test case answersrimio
2018-03-02Added UNDEFINED type; old error case renamed to NONE; added test case answersrimio
2018-03-02Added support for boolean and null types; added test case answersrimio
2018-03-01Refactor major_type->type; hide major type 7 from userrimio
2018-03-01Support for fp32 and fp64rimio
2018-03-01Fixed printing of byte strings; fixed wrong type comparison on TAGrimio
2018-03-01Added endianness conversion; Added first 10 answer files; fixed test case; fi...rimio
2018-03-01Added tests; small fixes to libraryrimio
2018-02-27Fix storage size computationrimio
2018-02-27Describe stub; small fix in array fetchrimio
2018-02-27Strict APIrimio
2018-02-27Partial decoderrimio
2018-02-26Partial decoder (WIP)rimio