summaryrefslogtreecommitdiff
path: root/include/ecbor.h
AgeCommit message (Collapse)Author
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