TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
QCBOR
/
refs/heads/encode-coverage
/
inc
/
UsefulBuf.h
5c53133
Restructured includes to be in a subfolder and added `make install`. (#33)
by Michael Eckel
· 5 years ago
c5fef68
Refine use of integer variables to quiet static analyzers and reduce object code size a little
by Laurence Lundblade
· 6 years ago
eb8772d
remove some extra spaces / tabs
by Laurence Lundblade
· 6 years ago
af9cbc6
Small clarifying comment on endianness options
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
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
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
d2c1908
Add struct useful_buf... for code perferring "_" to camelCase.
by Laurence Lundblade
· 7 years ago
d1d20ce
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
f0ea5f3
cosmetic changes; update copyright year and remove trailing spaces
by Laurence Lundblade
· 7 years ago
6d926af
Update copyright date to 2019 for last check-in
by Laurence Lundblade
· 7 years ago
7412f81
Minor bug fix to UsefulBuf_Tail; add tests to check UsefulBuf_Tail and test for BStr wrap with NULL output buf
by Laurence Lundblade
· 7 years ago
7d06e0b
document recent UsefulBuf change
by Laurence Lundblade
· 7 years ago
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
61e6cb4
minor documentation tweaks
by Laurence Lundblade
· 7 years ago
eae73ba
more usefulbuf documentation fixes
by Laurence Lundblade
· 7 years ago
ff722a9
UsefulBuf documentation improvements
by Laurence Lundblade
· 7 years ago
0dbc917
Fixe formatting of license
by Laurence Lundblade
· 7 years ago
d92a616
Put under almost-BSD3 license
by Laurence Lundblade
· 7 years ago
01e08a9
remote TODO: marker that was fixed previously
by Laurence Lundblade
· 7 years ago
981ab67
inline UsefulBuf_Copy to save 50 bytes of object code
by Laurence Lundblade
· 7 years ago
4fe9f31
Clean up naming of macros to create useful bugs from literals and on stack
by Laurence Lundblade
· 7 years ago
369b90a
Big general tidy-up of the encoder tests
by Laurence Lundblade
· 7 years ago
05ec57b
Useful_Set interface changed to be more in line with UsefulBulf conventions
by Laurence Lundblade
· 7 years ago
570fab5
Turn up compiler warnings to max and fix them; one more indefinite length test
by Laurence Lundblade
· 7 years ago
8fab62c
Documentation and code formatting changes only; no semantic changes
by Laurence Lundblade
· 7 years ago
dc6e28e
No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running
by Laurence Lundblade
· 7 years ago
041ffa5
Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion
by Laurence Lundblade
· 7 years ago
781fd82
Merge floating point support in; new test runner
by Laurence Lundblade
· 7 years ago
4c34c00
work in progress, just want it checked in and saved for travel
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