summaryrefslogtreecommitdiff
path: root/src/ecbor_describe.c
AgeCommit message (Expand)Author
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-27Describe stub; small fix in array fetchrimio