Sign in
chromium
/
external
/
github.com
/
intel
/
tinycbor
/
HEAD
1d26102
Add notice file saying the branch was renamed
by Thiago Macieira
· 5 years ago
master
11590e4
Docs: update to match the last commit for create_array() too
by Thiago Macieira
· 5 years ago
v0.5.4
4c7b15c
clarify that CborIndefiniteLength creates an indefinite map, which is not always supported
by Michael Richardson
· 5 years ago
3d8da2c
Merge commit 'refs/pull/197/head' of github.com:intel/tinycbor
by Thiago Macieira
· 5 years ago
5115a87
Merge commit 'refs/pull/177/head' of github.com:intel/tinycbor
by Thiago Macieira
· 5 years ago
d106276
change the argument name from "encoder" to "parentEncoder", as the names were unclear. containerEncoder could be the containing Encoder
by Michael Richardson
· 5 years ago
7c349db
Add checks for memory allocation failures
by Mahavir Jain
· 5 years ago
e35f736
only build docs on master branch
by Michael Richardson
· 6 years ago
4a13b3e
parser: add a test that the string copy functions properly terminate
by Thiago Macieira
· 6 years ago
5d62d78
cborinternal_p.h: Fix AVX2 build with MSVC
by Thiago Macieira
· 6 years ago
369959a
AppVeyor: replace MSVC 2013 with 2019
by Thiago Macieira
· 6 years ago
fc42a04
Fix links to shared library upon "make install"
by Dan Church
· 6 years ago
9924cfe
Encoder: Update documentation
by Shubham Patil
· 6 years ago
c49bb8f
Refine handling of container state synchronisation
by Stewart Gebbie
· 6 years ago
71ce609
Fix -Werror,-Wself-assign on big-endian systems
by Alexander Richardson
· 6 years ago
085ca40
Enable build for different c libraries
by Ricardo Crudo
· 6 years ago
e608465
Fixed a typo in cbor_value_is_byte_string documentation
by Maciej Jurczak
· 6 years ago
e373de2
Fix tag registry documentation by formatting the table rows correctly
by Hamilton Chapman
· 6 years ago
1a43b45
string pretty-print improved
by Svyatoslav Phirsov
· 6 years ago
8acb09f
bytestring output pretty-print improved
by Svyatoslav Phirsov
· 6 years ago
722f649
indentation typo fixed
by Svyatoslav Phirsov
· 6 years ago
467b0eb
check app arguments in more strict manner
by Svyatoslav Phirsov
· 6 years ago
ef28900
Fix warning: __cplusplus / __cpp_static_assert is not defined
by Mathieu
· 7 years ago
1300d8b
Fix warning: initialization discards 'const' qualifier from pointer target type
by Mathieu
· 7 years ago
2b1105e
Fix version numbers for a possible 0.5.4 release
by Thiago Macieira
· 7 years ago
755f9ef
Parser: validate that maps have both key and value items
by Thiago Macieira
· 7 years ago
v0.5.3
1cc264a
Update cborencoder.c documentation
by elie-elkhoury
· 7 years ago
d2dd95c
Fix compilation error in the documentation
by Sergio Martins
· 7 years ago
878eb01
Tests: remove useless comment
by Thiago Macieira
· 7 years ago
0362274
Parser: apply the same memory-check update
by Thiago Macieira
· 7 years ago
57b66a8
Validation: fix out-of-bounds access when content ends in a string
by Thiago Macieira
· 7 years ago
49ef3f8
Pretty: fix use of uninitialised variable
by Thiago Macieira
· 7 years ago
587ff53
Update Travis CI to Ubuntu Xenial
by Thiago Macieira
· 7 years ago
d75f2eb
Fixed minor error in the example code.
by Pedro Oliveira
· 8 years ago
7b08a99
Make AppVeyor test suit run silent as in Travis
by phirsov
· 8 years ago
3c910cf
Run check silently in Travis
by phirsov
· 8 years ago
e9c6ebe
eliminating misleading messages in case .config file not yet created
by phirsov
· 8 years ago
1db99f9
typo in dumprecursive return type
by Svyatoslav Phirsov
· 8 years ago
2b26784
Typo fixed in stdlib fread(...) usage
by Svyatoslav Phirsov
· 8 years ago
37d4ba4
Protect macro argument expansion using parentheses
by phirsov
· 8 years ago
3f0a830
Fix off-by-one causing buffer overflow in open_memstream
by phirsov
· 8 years ago
d072f46
fix undefined encode_half in json2cbor
by Fabrice Fontaine
· 8 years ago
2421690
Fix #137: off-by-one error in UTF-8 decoding
by Thiago Macieira
· 8 years ago
27d913e
Update version number for a possible but unlikely 0.5.3 release
by Thiago Macieira
· 8 years ago
d94ca09
Install the tinycbor-version.h header.
by Thiago Macieira
· 8 years ago
v0.5.2
bfc40dc
Move the floating point code to cborinternal_p.h
by Thiago Macieira
· 8 years ago
8894366
Properly link the shared libtinycbor.so to -lm
by Thiago Macieira
· 8 years ago
4d15639
Don't compile bin/cbordump in freestanding builds
by Thiago Macieira
· 8 years ago
f29859d
Update our Qt 5.9 installation to 5.9.6
by Thiago Macieira
· 8 years ago
cf222ff
Make the c90 test pass on Mac and on Windows
by Thiago Macieira
· 8 years ago
5356c1d
Oops, enable the test too..
by Thiago Macieira
· 8 years ago
85e1c18
Add a set of tests to ensure that the cbor.h remains C90-compatible
by Thiago Macieira
· 8 years ago
d260349
Fix *some* C89/C90 issues in the code
by Thiago Macieira
· 8 years ago
9e22610
Improve our detection of floating-point that are integers
by Thiago Macieira
· 8 years ago
412e40f
pretty: Add ifdefs for float support
by Koen Zandberg
· 8 years ago
f1b3258
validation: fix undef var with half float disabled
by Koen Zandberg
· 8 years ago
df56482
Add more byte order detection code
by Thiago Macieira
· 8 years ago
fac1e57
validation: Fix tag array for 8 bit architectures
by Koen Zandberg
· 8 years ago
81fbe2e
Change flag type to uint32_t for parser flags
by Koen Zandberg
· 8 years ago
66f0e78
validation: Fix brace mismatch with float disabled
by Koen Zandberg
· 8 years ago
2228453
Attempt at detecting a few more endiannesses
by Thiago Macieira
· 8 years ago
c9059d9
Print the diff of the library sizes in Travis
by Thiago Macieira
· 8 years ago
3642f49
Update versions for TinyCBOR 0.5.2
by Thiago Macieira
· 8 years ago
ae64a3d
Use 32-bit x86 for MSVC 2015, for completeness
by Thiago Macieira
· 8 years ago
v0.5.1
73d0a9c
Fix json2cbor (cJSON) build
by Thiago Macieira
· 8 years ago
8606611
Update gcc flags to build json2cbor with gcc 4.4.7 (used in CentOS 6)
by Konstantin Yegupov
· 8 years ago
70aba6b
Fix compile error on Windows x86.
by Andreas Zisowsky
· 8 years ago
c1ae521
Fix typo in documentation
by Mårten Nordheim
· 9 years ago
c11324e
Disable timestamping in Doxygen
by Thiago Macieira
· 9 years ago
d8f8e8c
Docs: Simplify the Doxyfile
by Thiago Macieira
· 9 years ago
f5a172b
Docs and comments updates
by Thiago Macieira
· 9 years ago
cd4430e
json2cbor: Minor update for clarity
by Thiago Macieira
· 9 years ago
7a09e63
json2cbor: don't crash if realloc() returns false
by Thiago Macieira
· 9 years ago
17aec2a
CborToJson: fix memory leak in case fprintf fails
by Thiago Macieira
· 9 years ago
1f84b83
Tests: fix the checking if the current test failed
by Thiago Macieira
· 9 years ago
8c940d2
Pretty: fix typo in enum name
by Thiago Macieira
· 9 years ago
94a4edb
Fix minor typo
by Thiago Macieira
· 9 years ago
0170ebd
Fix the docs script when operating with a tag, in Travis
by Thiago Macieira
· 9 years ago
803c048
Update version numbers for 0.5.1 release
by Thiago Macieira
· 9 years ago
3cdb9c8
Add a script to make docs in Travis
by Thiago Macieira
· 9 years ago
v0.5.0
301e263
Update the ELF soname not to say "libtinycbor.so.0"
by Thiago Macieira
· 9 years ago
f2b75b8
Make it easier to build only the freestanding code
by Thiago Macieira
· 9 years ago
5515a99
Parser: remove the cbor_value_get_xxxx_string_chunk() API
by Thiago Macieira
· 9 years ago
2a38a95
Parser: merge the break-handling code in enter_container()
by Thiago Macieira
· 9 years ago
497066e
Encoder: Fix off-by-one error encoding negative numbers
by Thiago Macieira
· 9 years ago
v0.5-beta1
1b9a640
JSON: Change the first number of the JSON conversion errors
by Thiago Macieira
· 9 years ago
e5843df
Tests: change a few more QCOMPARE to print the error message.
by Thiago Macieira
· 9 years ago
f8514e3
Test Clang and release GCC builds in Travis
by Thiago Macieira
· 9 years ago
cc2bfbb
Encoder: Change the way we reckon the number of items added
by Thiago Macieira
· 9 years ago
d3c47d2
Valiation: suppress warning about uninitialized variables
by Thiago Macieira
· 9 years ago
f39dcb8
Pretty: move the two functions taking FILE* to a separate file
by Thiago Macieira
· 9 years ago
ee63f79
Pretty: add the ability to stream out to a generic thing
by Thiago Macieira
· 9 years ago
36bdbfb
Tests: print the error message insead of just a number (or nothing)
by Thiago Macieira
· 9 years ago
345ffce
Add support for more half-float values
by Thiago Macieira
· 9 years ago
b087939
Parser: set *len = 0 in the last string chunk
by Thiago Macieira
· 9 years ago
c3c7bf6
Only #include <assert.h> if assert isn't yet defined
by Thiago Macieira
· 9 years ago
e566235
Brown paper bag: forgot to change the PATH to Qt
by Thiago Macieira
· 9 years ago
09e4f8e
Update Qt to 5.9 on Travis/Linux testing
by Thiago Macieira
· 9 years ago
afa273c
Add #include guards to the utf8_p.h internal header
by Thiago Macieira
· 9 years ago
c4fa09e
Validation: make sure that it compiles in C++ mode too
by Thiago Macieira
· 9 years ago
Next »