TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
QCBOR
/
a2e29075d92b31e5c262fda3c461f5de69c684e4
/
src
/
qcbor_encode.c
3aee3a3
remove all trailing tabs and spaces
by Laurence Lundblade
· 7 years ago
25c6c0a
clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options
by Laurence Lundblade
· 7 years ago
487930f
save some object code by making AddType7 semi-public
by Laurence Lundblade
· 7 years ago
067035b
big change for simpler encoding design for tags and labels
by Laurence Lundblade
· 7 years ago
30816f2
error codes are now enums because they show up in the debugger. Lots of documentation clean up for errors
by Laurence Lundblade
· 7 years ago
0595e93
rename QCBOREncode_Finish and QCBOREncode_Finish2
by Laurence Lundblade
· 7 years ago
3df8c7e
Big simplification of floating point API. Now does preferred encoding of floats like preferred encoding of ints per upcoming update to CBOR RFC
by Laurence Lundblade
· 7 years ago
0dbc917
Fixe formatting of license
by Laurence Lundblade
· 7 years ago
577d821
reduce float code size; remote AddFloatAsSmallset
by Laurence Lundblade
· 7 years ago
d92a616
Put under almost-BSD3 license
by Laurence Lundblade
· 7 years ago
56230d1
new tagging encoding design complete and tested
by Laurence Lundblade
· 7 years ago
cafcfe1
New tag encoder basically working
by Laurence Lundblade
· 7 years ago
55a2483
SOme change to support encoding multiple tags; not yet complete
by Laurence Lundblade
· 7 years ago
781fd82
Merge floating point support in; new test runner
by Laurence Lundblade
· 7 years ago
a954db9
bstr wrapping is working; removed old way of doing it
by Laurence Lundblade
· 7 years ago
d711fb2
Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads
by Laurence Lundblade
· 7 years ago
12d32c5
first pass as floating point fixes
by Laurence Lundblade
· 7 years ago
624405d
add MIT license; update README
by Laurence Lundblade
· 7 years ago
da3f082
Clear distinction between UsefulBuf and UsefulBufC and convention for using them. Remove EncodedCBOR structure. AddRaw is now AddedEncoded. Can only add fully completed maps and arrays, not parts of maps and arrays now
by Laurence Lundblade
· 7 years ago
2296db5
first version of better useful buf
by Laurence Lundblade
· 7 years ago
74f6841
remove QCOM-isms -- memscpy, memsmove; clean up documentation; at least one basic test; put into XCode project
by Laurence Lundblade
· 7 years ago
b69cad7
Initial drop from Qualcomm / CAF
by Laurence Lundblade
· 7 years ago