index
:
libecbor.git
master
CBOR library with no dependencies, small memory footprint and code size, developed for both desktop and embedded applications.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-11-28
Const pointers for str/bstr builders.
Vasile Vilvoiu
2021-11-28
Fix ecbor_uint() API to reflect received type.
Vasile Vilvoiu
2021-11-28
Add API for retrieval of encoded buffer length.
Vasile Vilvoiu
2019-02-11
extern C guard for linkage in C++ projects
rimio
2018-03-06
Const correctness fixes
rimio
2018-03-04
Added versioning
rimio
2018-03-04
Basic encoder
rimio
2018-03-04
Refactor tree decoder
rimio
2018-03-03
Various fixes and refactoring.
rimio
2018-03-02
Added indefinite string API; added test case answers
rimio
2018-03-02
Added UNDEFINED type; old error case renamed to NONE; added test case answers
rimio
2018-03-02
Added support for boolean and null types; added test case answers
rimio
2018-03-01
Refactor major_type->type; hide major type 7 from user
rimio
2018-03-01
Support for fp32 and fp64
rimio
2018-03-01
Added tests; small fixes to library
rimio
2018-02-27
Fix storage size computation
rimio
2018-02-27
Strict API
rimio
2018-02-27
Partial decoder
rimio
2018-02-26
Partial decoder (WIP)
rimio