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