summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-21Bump minimum CMake version.HEADmasterVasile Vilvoiu
CMake 4.0 breaks compatibility with versions older than 3.5, and it may soon break compatibility with versions older than 3.10. Bump the version to 3.10 to futureproof this package for a while.
2023-08-26Bump to v1.0.3Vasile Vilvoiu
2023-08-10Remove superfluous (and non-standard) header include.Vasile Vilvoiu
Closes #18.
2023-06-12Correctly set string pointer for non trivial sizes.Vasile Vilvoiu
Fixes #17.
2022-05-04Bump to v1.0.2Vasile Vilvoiu
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