summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-21Fix compilation warnings.Vasile Vilvoiu
2022-04-21Let CMake control install location.Vasile Vilvoiu
Closes #15.
2022-04-21Fix call to printf without format string.Vasile Vilvoiu
Closes #14.
2021-11-28Bump to 1.0.1Vasile Vilvoiu
2021-11-28Encoder unit tests.Vasile Vilvoiu
Closes #11.
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 documentation entries for new API.Vasile Vilvoiu
2021-11-28Add API for retrieval of encoded buffer length.Vasile Vilvoiu
Closes #7.
2021-11-25CMake stuff in .gitignore.Vasile Vilvoiu
2021-11-24Fix encoder null item errorIvan Baldin
Remaining item counter isn't being updated when encoding arrays and maps in normal mode leading to null item error.
2019-02-12v1.0.0rimio
2019-02-12Typorimio
2019-02-12README finishedrimio
2019-02-11README decoding introrimio
2019-02-11README updates (compile+encoder guide)rimio
2019-02-11Install targetrimio
2019-02-11extern C guard for linkage in C++ projectsrimio
2018-03-29Various small fixesrimio
2018-03-29Add new testsrimio
2018-03-06Const correctness fixesrimio
2018-03-05Change dir structure to accomodate multiple toolsrimio
2018-03-04Added versioningrimio
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-03Add incomplete test case; adjust testing script for multiple dirsrimio
2018-03-03Merge branch 'master' of github.com:rimio/libecborrimio
2018-03-03Various fixes and refactoring.rimio
2018-03-02Change answer files for new printing formatrimio
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-01Added FP testsrimio
2018-03-01Support for fp32 and fp64rimio
2018-03-01Added answer filesrimio
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; ↵rimio
fixed small issue in describe tool
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