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
Age
Commit message (
Expand
)
Author
2025-05-21
Bump minimum CMake version.
HEAD
master
Vasile Vilvoiu
2023-08-26
Bump to v1.0.3
Vasile Vilvoiu
2023-08-10
Remove superfluous (and non-standard) header include.
Vasile Vilvoiu
2023-06-12
Correctly set string pointer for non trivial sizes.
Vasile Vilvoiu
2022-05-04
Bump to v1.0.2
Vasile Vilvoiu
2022-04-21
Fix compilation warnings.
Vasile Vilvoiu
2022-04-21
Let CMake control install location.
Vasile Vilvoiu
2022-04-21
Fix call to printf without format string.
Vasile Vilvoiu
2021-11-28
Bump to 1.0.1
Vasile Vilvoiu
2021-11-28
Encoder unit tests.
Vasile Vilvoiu
2021-11-28
Fix building of maps.
Vasile Vilvoiu
2021-11-28
Initialize is_indefinite flag for applicable types
Vasile Vilvoiu
2021-11-28
Const pointers for str/bstr builders.
Vasile Vilvoiu
2021-11-28
Fix header for encoded FP64 values.
Vasile Vilvoiu
2021-11-28
Fix ecbor_memcpy() routine.
Vasile Vilvoiu
2021-11-28
Fix ecbor_uint() API to reflect received type.
Vasile Vilvoiu
2021-11-28
Add documentation entries for new API.
Vasile Vilvoiu
2021-11-28
Add API for retrieval of encoded buffer length.
Vasile Vilvoiu
2021-11-25
CMake stuff in .gitignore.
Vasile Vilvoiu
2021-11-24
Fix encoder null item error
Ivan Baldin
2019-02-12
v1.0.0
rimio
2019-02-12
Typo
rimio
2019-02-12
README finished
rimio
2019-02-11
README decoding intro
rimio
2019-02-11
README updates (compile+encoder guide)
rimio
2019-02-11
Install target
rimio
2019-02-11
extern C guard for linkage in C++ projects
rimio
2018-03-29
Various small fixes
rimio
2018-03-29
Add new tests
rimio
2018-03-06
Const correctness fixes
rimio
2018-03-05
Change dir structure to accomodate multiple tools
rimio
2018-03-04
Added versioning
rimio
2018-03-04
Basic encoder
rimio
2018-03-04
Fix indent
rimio
2018-03-04
Count indefinite arrays; end checking as separate step
rimio
2018-03-04
Refactor tree decoder
rimio
2018-03-03
Add incomplete test case; adjust testing script for multiple dirs
rimio
2018-03-03
Merge branch 'master' of github.com:rimio/libecbor
rimio
2018-03-03
Various fixes and refactoring.
rimio
2018-03-02
Change answer files for new printing format
rimio
2018-03-02
Added indefinite string API; added test case answers
rimio
2018-03-02
Small fix to arrays and maps; 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
Added FP tests
rimio
2018-03-01
Support for fp32 and fp64
rimio
2018-03-01
Added answer files
rimio
2018-03-01
Fixed printing of byte strings; fixed wrong type comparison on TAG
rimio
2018-03-01
Added endianness conversion; Added first 10 answer files; fixed test case; fi...
rimio
[next]