summaryrefslogtreecommitdiff
path: root/src/libecbor
AgeCommit message (Collapse)Author
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 API for retrieval of encoded buffer length.Vasile Vilvoiu
Closes #7.
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.
2018-03-29Various small fixesrimio
2018-03-06Const correctness fixesrimio
2018-03-05Change dir structure to accomodate multiple toolsrimio