master
More printer improvements
Add static and shared linkage test (closes #153) (#413)
Replace CMAKE_C_FLAGS with target_compile_options, simplify LTO (#403)
Force consistent pointer (*) formatting
Add bounds check in cbor_array_get() (#388)
Switch to assert_size_equal for size_t comparisons
Fix __unused__ usage on pointers in tests
Fix failing 32 bit tests due to cmocka macro repeating stack pushes
Fix NULL dereference when serializing/measuring a tag with no item set (#420)
Fix NULL dereference in cbor_copy/cbor_copy_definite on allocation failure (#419)
Bump date to 2020
Preserve NaN sign+payload and tiny-float sign in cbor_encode_half (#412)
Revert debug changes, problem was unrelated to ctrls change
Add cbor_map_get with parameterized equality function (#409)
Add a test for malformed definite maps (#360)
test: cover remaining branches in cbor_structurally_equal (#410)
Fix sizeof in test allocator mock (#396)