TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
QCBOR
/
a3fd49fc80c090e4ac4ba3f5c9fe200dbd1db50f
a3fd49f
Use SPDX-License-Identifier. (No change to code or license terms)
by Laurence Lundblade
· 7 years ago
d2c1908
Add struct useful_buf... for code perferring "_" to camelCase.
by Laurence Lundblade
· 7 years ago
93aa1c0
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
11f9c93
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
9928bd6
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
d1d20ce
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
4e5cde2
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
9dddd9c
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
44e625e
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
f1eeac3
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
03291de
Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
by Laurence Lundblade
· 7 years ago
df1c1cf
Get rid of extra spaces, minor documentation improvements, readme additions
by Laurence Lundblade
· 7 years ago
f015d46
Get rid of extra spaces, minor documentation improvements, readme additions
by Laurence Lundblade
· 7 years ago
d396f62
Make RunTest() handle newlines in a portable way
by Laurence Lundblade
· 7 years ago
10346b6
update readme with smaller code size
by Laurence Lundblade
· 7 years ago
41b63cc
Merge branch 'cleverdecode'
by Laurence Lundblade
· 7 years ago
4c0cf84
New clever type and argument decoder saves 250 bytes of object code
by Laurence Lundblade
· 7 years ago
cf25b2d
Updates to ReadeMe
by Laurence Lundblade
· 7 years ago
f0ea5f3
cosmetic changes; update copyright year and remove trailing spaces
by Laurence Lundblade
· 7 years ago
d39cd39
Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine
by Laurence Lundblade
· 7 years ago
2b8f557
Fix copyright date
by Laurence Lundblade
· 7 years ago
2da5d08
fix copyright date for 2019
by Laurence Lundblade
· 7 years ago
673b533
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 7 years ago
56a7932
Another clean up for gcc8 warning
by Laurence Lundblade
· 7 years ago
b26de6f
fix clean in Makefile
by Laurence Lundblade
· 7 years ago
5e39082
Test with gcc 8 and fix a few minor warnings and issues
by Laurence Lundblade
· 7 years ago
1f8b5b0
Remove malloc dependency in tests. Give list of tests to run on command line. Describe tests in README.md
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
241705e
minor doc and style fix ups for encoder
by Laurence Lundblade
· 7 years ago
2c40ab8
Code comments fixes. Fold some really long lines
by Laurence Lundblade
· 7 years ago
1661923
merge in optimized type and argument encode
by Laurence Lundblade
· 7 years ago
9c09739
Documentation & code comment minor updates
by Laurence Lundblade
· 7 years ago
4386290
Merge branch 'smallinsert' of https://github.com/laurencelundblade/QCBOR into smallinsert
by Laurence Lundblade
· 7 years ago
e9b0032
Final touches on optimized code for inserting type and argument
by Laurence Lundblade
· 7 years ago
a2e2907
Reduce test time for main set of decoding tests. Allow the BigComprehensiveTest to be run separately
by Laurence Lundblade
· 7 years ago
df2836b
make SetMemPool always have the same overhead; fixes to AllocAllStringsTest
by Laurence Lundblade
· 7 years ago
c9d3dcf
fix makefile breakage from previous change
by Laurence Lundblade
· 7 years ago
c0e7345
typo in readme
by Laurence Lundblade
· 7 years ago
b88b54a
separate out the decode malloc functions so qcbor has no relation to malloc at all
by Laurence Lundblade
· 7 years ago
565e000
remove more junk that should not be in the repo
by Laurence Lundblade
· 7 years ago
660d66b
remove .o files that got accidentally added
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
0319457
Readme updates. Fold at 80 columns
by Laurence Lundblade
· 7 years ago
d4728fd
strings.h -> string.h (was just a typo)
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
cd532e4
more stringent rules in the Makefile
by Laurence Lundblade
· 7 years ago
20db9c9
clean up some debug printf's in decoding tests
by Laurence Lundblade
· 7 years ago
12b495d
fixes for a couple of decode tests; add -Wparentheses to the makefile to catch these errors
by Laurence Lundblade
· 7 years ago
f280195
fix for 32-bit devices for floating point; fixes compiler error
by Laurence Lundblade
· 7 years ago
f2a58f6
complete encoder error tets
by Laurence Lundblade
· 7 years ago
4e7bc68
fix some comments
by Laurence Lundblade
· 7 years ago
1ef8b2d
bug fix for error handling for buffers larger than 4GB, test to verify such handling
by Laurence Lundblade
· 7 years ago
f970f1d
minor cleanup for smaller insert function
by Laurence Lundblade
· 7 years ago
61e6cb4
minor documentation tweaks
by Laurence Lundblade
· 7 years ago
2c97883
Makefile now creates a lib archive
by Laurence Lundblade
· 7 years ago
04a859b
cool optimized version of encode insert function
by Laurence Lundblade
· 7 years ago
ea567ac
completed tests for string only labels decoder mode
by Laurence Lundblade
· 7 years ago
028e3cb
Merge pull request #3 from laurencelundblade/test_array_decode
by Laurence Lundblade
· 7 years ago
d61cbf3
bug fixes for decode maps-as-arrays mode
by Laurence Lundblade
· 7 years ago
351bfea
first version of smaller InsertEncodedType
by Laurence Lundblade
· 7 years ago
ccfb8cd
Added test for decode maps as strings mode
by Laurence Lundblade
· 7 years ago
1544c48
remove left over comment and TODO
by Laurence Lundblade
· 7 years ago
8ca1369
stop using printf to output the data structure sizes
by Laurence Lundblade
· 7 years ago
88b6ece
support command line naming of test to run
by Laurence Lundblade
· 7 years ago
8b06e2e
comments only -- fill in some of the change history
by Laurence Lundblade
· 7 years ago
c6ec7ef
clean up a tiny TODO with the COSE Optional tag
by Laurence Lundblade
· 7 years ago
f653166
MemPool -- better tests, more robust pointer handling, update documentation
by Laurence Lundblade
· 7 years ago
f50b08a
minor tweak to AddBool
by Laurence Lundblade
· 7 years ago
40e81ae
spelling and grammar correction for documentation
by Laurence Lundblade
· 7 years ago
2ce5002
documentation corrections
by Laurence Lundblade
· 7 years ago
487930f
save some object code by making AddType7 semi-public
by Laurence Lundblade
· 7 years ago
bff6006
Encoder documentation corrections
by Laurence Lundblade
· 7 years ago
94d5a95
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 7 years ago
067035b
big change for simpler encoding design for tags and labels
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
972e59c
Increase allowed nesting level to 15
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
07e9ae4
One straggler from the Finish() rename
by Laurence Lundblade
· 7 years ago
0595e93
rename QCBOREncode_Finish and QCBOREncode_Finish2
by Laurence Lundblade
· 7 years ago
edbddc3
README clarifications
by Laurence Lundblade
· 7 years ago
67bd551
simpler float decoding to parallel simpler float encoding. Interface uses only a double
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
c2b1457
Minimal use case as example and for code size check
by Laurence Lundblade
· 7 years ago
d92a616
Put under almost-BSD3 license
by Laurence Lundblade
· 7 years ago
5164a9e
merge new tag encoding design
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
2a6850e
rename segment to chunk per upcoming CBOR RFC
by Laurence Lundblade
· 7 years ago
01e08a9
remote TODO: marker that was fixed previously
by Laurence Lundblade
· 7 years ago
b836efb
clean up the static expected results arrays for decode tests
by Laurence Lundblade
· 7 years ago
25d9eea
Update readme for tag decoding
by Laurence Lundblade
· 7 years ago
0be5090
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 7 years ago
dbe6f21
big change with the new tag decoding -- unlimited number of tags, better handling of custom tags
by Laurence Lundblade
· 7 years ago
981ab67
inline UsefulBuf_Copy to save 50 bytes of object code
by Laurence Lundblade
· 7 years ago
Next »