🌐 AI搜索 & 代理 主页
  1. 3cba6b1 Use _Float16 for half conversions if available by Kal Conley · 2 years, 10 months ago
  2. 9c57e53 Tools: fix JSON misspelling in cbordump by Nicolas Iooss · 2 years, 10 months ago
  3. 590c28a Removed `#define _POSIX_C_SOURCE`s where `#define _GNU_SOURCE` was also defined, as `_GNU_SOURCE` implicitly defines `_POSIX_C_SOURCE`, but on BSD/macOS, `_POSIX_C_SOURCE` prevents non-POSIX extensions from being defined. by Khyber Sen · 3 years, 6 months ago
  4. d503c11 Pretty & Validation: remove the last direct accesses to CborValue::ptr by Thiago Macieira · 4 years, 3 months ago
  5. d072f46 fix undefined encode_half in json2cbor by Fabrice Fontaine · 7 years ago
  6. f5a172b Docs and comments updates by Thiago Macieira · 8 years ago
  7. cd4430e json2cbor: Minor update for clarity by Thiago Macieira · 8 years ago
  8. 7a09e63 json2cbor: don't crash if realloc() returns false by Thiago Macieira · 8 years ago
  9. 8c940d2 Pretty: fix typo in enum name by Thiago Macieira · 8 years ago
  10. 5a9dae7 Merge tag 'v0.4.2' into dev by Thiago Macieira · 8 years ago
  11. f945701 json2cbor: Initialize index before "for scope" by Philippe Coval · 8 years ago v0.4.2
  12. 4841bc4 cbordump: Update the tool to support the new cborpretty flags by Thiago Macieira · 9 years ago
  13. 8ba8e20 Update cjson include path by Fabrice Fontaine · 9 years ago
  14. ede7f14 Revert "Revert "Give a name to unnamed union in CborEncoder"" by Thiago Macieira · 9 years ago
  15. e73e4d8 Add missing dependencies to cbordump build by Otavio Pontes · 9 years ago
  16. dbc0129 Convert C++/C99 style comments to C89 by Thiago Macieira · 9 years ago
  17. 57bcf4f Add support for IEEE 754 half-precision floating point by Thiago Macieira · 10 years ago
  18. 78632b3 json2cbor: Implement parsing of metadata by Thiago Macieira · 10 years ago
  19. d4c9ecb json2cbor: Add the tool to convert from JSON to CBOR by Thiago Macieira · 10 years ago
  20. 8c00769 Add support for dumping CBOR to JSON by Thiago Macieira · 10 years ago
  21. 3e83c0d Add a tool that prints a human-readable decoding of a CBOR stream by Thiago Macieira · 10 years ago