TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
QCBOR
/
refs/heads/BeforeSpiffyDecode
9916914
Read me for before spiffy decode
by Laurence Lundblade
· 4 years, 9 months ago
BeforeSpiffyDecode
2db2661
Merge pull request #50 from advmach/gcc-10-warning-fix
by Laurence Lundblade
· 4 years, 11 months ago
47cc956
Fix 3 compilation warnings with GCC 10
by Rob Gilton
· 5 years ago
d8a5ca4
Configuration to disable floating point (#49)
by Laurence Lundblade
· 5 years ago
7b5a3b6
reformat a comment
by Laurence Lundblade
· 5 years ago
460bec2
README fixes
by Laurence Lundblade
· 5 years ago
576aa0c
remove conversion to subnormals; tidy up comments
by Laurence Lundblade
· 5 years ago
29ec464
more float test tidy up
by Laurence Lundblade
· 5 years ago
60f30e7
more tidy up of preferred serialization tests
by Laurence Lundblade
· 5 years ago
b992fdb
big improvement to preferred serialization tests; variable name tweak
by Laurence Lundblade
· 5 years ago
6d3f6ec
Clean up some floating point tests TODO:s
by Laurence Lundblade
· 5 years ago
74d755f
correct sizes in readme
by Laurence Lundblade
· 5 years ago
02fcf31
Add base float decode tests
by Laurence Lundblade
· 5 years ago
2aa0b57
float test header fix
by Laurence Lundblade
· 5 years ago
4f95c41
restore qcbor.h
by Laurence Lundblade
· 5 years ago
7369c38
Merge branch 'no_float' of https://github.com/laurencelundblade/QCBOR into no_float
by Laurence Lundblade
· 5 years ago
e17e2d7
miniscule spaces fix
by Laurence Lundblade
· 5 years ago
fe09bbf
Code size and check #define combos
by Laurence Lundblade
· 5 years ago
5fb6ab4
spell check floating point section
by Laurence Lundblade
· 5 years ago
2feb1e1
Code format tidying; trailing spaces
by Laurence Lundblade
· 5 years ago
585127a
General float encode tests when preferred serialization is off
by Laurence Lundblade
· 5 years ago
3ed0bca
bug fix; function documentation completed; tests
by Laurence Lundblade
· 5 years ago
32f3e62
added general float test; some bug fixes
by Laurence Lundblade
· 5 years ago
b275cdc
more progress on disabling float
by Laurence Lundblade
· 5 years ago
8fa7d5d
re sync with master; fix data parse bug
by Laurence Lundblade
· 5 years ago
29497c0
fix for stricter compilers; latest XCode/LLVM
by Laurence Lundblade
· 5 years ago
e15326f
Fix bug in QCBOR_Int64ToUInt64; Add tests for integer conversion functions
by Laurence Lundblade
· 5 years ago
9682a53
more thorough removal of float
by Laurence Lundblade
· 5 years ago
e355342
Tests and documentation for CBOR Sequences (#46)
by Laurence Lundblade
· 5 years ago
4c0883e
Fix spelling error in comment
by Laurence Lundblade
· 5 years ago
d6dfe6d
fix non-bug and comments in indefinite length string handling
by Laurence Lundblade
· 5 years ago
e6bcef1
Fix enum conversion warnings for LLVM/XCode 11 (#44)
by Laurence Lundblade
· 5 years ago
afc7fac
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 5 years ago
02990fa
Separate making of shared lib; other makefile clean up
by Laurence Lundblade
· 5 years ago
12b2375
Fix bad headers when used from C++ (#43)
by Dave Thaler
· 5 years ago
6e03077
Fixes #41. Added qcbor_err_to_str.c/o to Makefile. (#42)
by Michael Eckel
· 5 years ago
84c7f7e
Add qcbor_err_to_str (#40)
by Patrick Uiterwijk
· 5 years ago
4e8dbde
Add integer epoch time FAQ
by Laurence Lundblade
· 5 years ago
7e8effa
#38 build and install shared objects (#39)
by Michael Eckel
· 5 years ago
f3b922e
Update readme with better code size information
by Laurence Lundblade
· 5 years ago
9c42c20
Fixes #36: Added 'all' target to Makefile; fixed typos. (#37)
by Michael Eckel
· 5 years ago
f19f4da
Remove strict compiler options
by Laurence Lundblade
· 5 years ago
844bb5c
split qcbor.h into four separate headers (#34)
by Laurence Lundblade
· 5 years ago
5c53133
Restructured includes to be in a subfolder and added `make install`. (#33)
by Michael Eckel
· 5 years ago
ee146ab
Fix an indentation (#32)
by Patrick Uiterwijk
· 5 years ago
299a4b0
Remove the conversion warnings (#29)
by Patrick Uiterwijk
· 5 years ago
9019643
Ignore built files (#26)
by Patrick Uiterwijk
· 5 years ago
c9f0fbc
Add QCBOREncode_EncodeHead() and other for bstr wrapping
by Laurence Lundblade
· 5 years ago
42272e4
Fix test failure on 32-bit systems introduced in recent change
by Laurence Lundblade
· 5 years ago
06350ea
Refine integer signedness use for static analyizers (#24)
by Laurence Lundblade
· 5 years ago
c5fef68
Refine use of integer variables to quiet static analyzers and reduce object code size a little
by Laurence Lundblade
· 5 years ago
ea627d2
Fix gcc makefile
by Laurence Lundblade
· 5 years ago
29501b7
rename RunTest() and PrintSize() so they are not duplicate with t_cose
by Laurence Lundblade
· 5 years ago
ee85174
Documentation, comments and code formatting improvements
by Laurence Lundblade
· 5 years ago
17af490
Fix gcc compiler warning in test code
by Laurence Lundblade
· 5 years ago
59289e5
Add support for decimal fractions and big floats (#19)
by Laurence Lundblade
· 6 years ago
6120974
Improve comments on pointer math; no code change at all; remove todo about updating comments
by Laurence Lundblade
· 6 years ago
a1ad878
Fix warning about long long conversion to double; this was also a bug that affected a 30 second range of dates 10 billion years in the future or past
by Laurence Lundblade
· 6 years ago
dd95d03
New README section list software that uses QCBOR
by Laurence Lundblade
· 6 years ago
e9482dd
Officially support udataType == QCBOR_TYPE_NONE on decoding errors
by Laurence Lundblade
· 6 years ago
4b09f63
Minor error handling fix -- udataType is QCBOR_TYPE_NONE when QCBORDecode_GetNext fails
by Laurence Lundblade
· 6 years ago
21d1d81
Add test for too-large negative integer (and remove todo for this test)
by Laurence Lundblade
· 6 years ago
6216b1b
Fix minor bug in test framework
by Laurence Lundblade
· 6 years ago
a65b482
Minor clean up of test code headers
by Laurence Lundblade
· 6 years ago
9916b1b
Fix bug decoding empty arrays and maps (#16)
by Laurence Lundblade
· 6 years ago
bb1062e
Improve error handling for not well-formed CBOR
by Laurence Lundblade
· 6 years ago
cd72159
Merge pull request #8 from janjongboom/indefinite_length_encoding
by Laurence Lundblade
· 6 years ago
5d82788
Fix map/array encoding with length 31
by Jan Jongboom
· 6 years ago
47d86c5
Add encode test for indefinite length array/map
by Jan Jongboom
· 6 years ago
4a93a66
Add indefinite length encoding for maps and arrays
by Jan Jongboom
· 6 years ago
f607a2a
Minor bug fix for QCBOREncode_GetErrorState()
by Laurence Lundblade
· 6 years ago
3a6042e
Reinstate DecodeFailure tests; Minor decode error handling improvement
by Laurence Lundblade
· 6 years ago
eb8772d
remove some extra spaces / tabs
by Laurence Lundblade
· 6 years ago
5296011
Small README corrections
by Laurence Lundblade
· 6 years ago
af9cbc6
Small clarifying comment on endianness options
by Laurence Lundblade
· 6 years ago
bfb047a
Config options for more efficient endianness handling
by Laurence Lundblade
· 6 years ago
7244e02
fix merge conflict for endianness
by Laurence Lundblade
· 6 years ago
f7ce8ba
More documentation tweaks for endianness
by Laurence Lundblade
· 6 years ago
e4f9123
fix trailing spaces
by Laurence Lundblade
· 6 years ago
faaebca
completed endianness efficiency fixes
by Laurence Lundblade
· 6 years ago
427b474
comment improvements for endianness options
by Laurence Lundblade
· 6 years ago
1e67a94
big/little endian options near complete
by Laurence Lundblade
· 6 years ago
7f08cba
Comment improvements for big / little endian
by Laurence Lundblade
· 6 years ago
30dd0ba
Add encode functions to check for NULL output buf and internal error state
by Laurence Lundblade
· 6 years ago
635993b
Optional #ifdefs for handling endianness more efficiently
by Laurence Lundblade
· 6 years ago
077475f
Large public header documentataion improvement
by Laurence Lundblade
· 6 years ago
da53227
Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification
by Laurence Lundblade
· 6 years ago
46e799d
Merge UsefulBuf documentation updates
by Laurence Lundblade
· 6 years ago
83f5b7f
bstr wrapping now works as needed for COSE hashing / signing
by Laurence Lundblade
· 6 years ago
5cc2568
UsefulBuf documentation and coding style improvements
by Laurence Lundblade
· 6 years ago
d5e101e
Add UsefulBuf_IsValue which checks all bytes in a UsefulBufC for a value.
by Laurence Lundblade
· 6 years ago
c5a61c6
Add extern "C"
by Laurence Lundblade
· 6 years ago
6ca805a
Rename struct useful_buf to q_useful_buf.
by Laurence Lundblade
· 6 years ago
fae26bf
Fix bug in recent string allocator change
by Laurence Lundblade
· 6 years ago
126dab4
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 6 years ago
1d7eb63
Redesign MemPool to fix memory access alignment bug and allocate all bug
by Laurence Lundblade
· 6 years ago
01168ef
Update license in Makefile
by Laurence Lundblade
· 6 years ago
035bd78
remove trailing spaces
by Laurence Lundblade
· 6 years ago
a3fd49f
Use SPDX-License-Identifier. (No change to code or license terms)
by Laurence Lundblade
· 6 years ago
d2c1908
Add struct useful_buf... for code perferring "_" to camelCase.
by Laurence Lundblade
· 6 years ago
Next »