cbor
Here are 124 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Kotlin
-
Updated
Sep 19, 2020 - C++
-
Updated
Oct 29, 2020 - C++
-
Updated
Jun 4, 2020 - C++
Some constrained systems may require the use of custom allocator like some ports using freeRTOS. So a way of redefining the allocators for _cbor_value_dup_string could be useful.
-
Updated
Oct 29, 2020 - Java
-
Updated
Oct 20, 2020 - Scala
-
Updated
Oct 15, 2020 - Java
-
Updated
Oct 5, 2020 - Rust
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 9, 2020 - Swift
-
Updated
Sep 5, 2019 - C++
-
Updated
Mar 7, 2020 - Go
-
Updated
Sep 21, 2020 - C#
-
Updated
Aug 10, 2020 - C++
-
Updated
Oct 24, 2020 - C
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Nov 11, 2019 - D
Improve this page
Add a description, image, and links to the cbor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cbor topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?