Commit 79bc168
authored
Update tinycbor submodule to v0.6.0 (#238)
* Update tinycbor submodule to v0.6.0
TinyCBOR 0.6.0 adds compilation flags that may be needed for a future
update of the Zephyr port.
* Update Makefile for TinyCBOR 0.6.0
* Update android and openthread port Makefiles for TinyCBOR 0.6.01 parent 68a2033 commit 79bc168
5 files changed
Lines changed: 8 additions & 4 deletions
- .appveyor.yml+7-14
- .travis.yml+40-14
- Makefile+39-17
- Makefile.configure+7-2
- Makefile.nmake+4
- VERSION+1-1
- examples/simplereader.c+11-7
- scripts/update-docs.sh+4-2
- src/cbor.h+146-23
- src/cborencoder.c+96-51
- src/cborencoder_float.c+42
- src/cborerrorstrings.c+7-1
- src/cborinternal_p.h+229-5
- src/cborparser.c+282-177
- src/cborparser_dup_string.c+2-1
- src/cborparser_float.c+54
- src/cborpretty.c+71-23
- src/cbortojson.c+30-7
- src/cborvalidation.c+84-91
- src/compilersupport_p.h+12-62
- src/open_memstream.c+3-3
- src/parsetags.pl+2-2
- src/src.pri+11-1
- src/tinycbor-version.h+2-2
- src/tinycbor.pro+5-1
- src/utf8_p.h+6-6
- tests/c90/c90.pro+7
- tests/c90/tst_c90.c+30
- tests/cpp/tst_cpp.cpp+2
- tests/encoder/data.cpp+346
- tests/encoder/tst_encoder.cpp+153-278
- tests/parser/data.cpp+607
- tests/parser/tst_parser.cpp+472-661
- tests/tests.pro+1-1
- tests/tojson/tst_tojson.cpp+3-3
- tools/cbordump/cbordump.c+2-2
- tools/json2cbor/json2cbor.c+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments