summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-11-28Const pointers for str/bstr builders.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
2019-02-11extern C guard for linkage in C++ projectsrimio
2018-03-06Const correctness fixesrimio
2018-03-04Added versioningrimio
2018-03-04Basic encoderrimio
2018-03-04Refactor tree decoderrimio
2018-03-03Various fixes and refactoring.rimio
2018-03-02Added indefinite string API; 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-01Added tests; small fixes to libraryrimio
2018-02-27Fix storage size computationrimio
2018-02-27Strict APIrimio
2018-02-27Partial decoderrimio
2018-02-26Partial decoder (WIP)rimio