json-pointer
Here are 44 public repositories matching this topic...
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 29, 2020 - C++
-
Updated
Jun 4, 2020 - C++
-
Updated
Oct 22, 2020 - C++
-
Updated
May 4, 2020 - Ruby
-
Updated
Aug 10, 2020 - C++
-
Updated
Oct 13, 2020 - Java
see discussion here:
dashjoin/json-schema-form#40
-
Updated
Sep 30, 2020 - PHP
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 30, 2020 - C#
-
Updated
Apr 28, 2020 - Go
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Jul 31, 2019 - Elixir
-
Updated
Oct 18, 2017 - Java
-
Updated
Feb 17, 2020 - C
-
Updated
Oct 4, 2020 - PHP
-
Updated
Feb 24, 2020 - Go
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Jun 7, 2017 - Rust
-
Updated
Apr 11, 2017 - TypeScript
Improve this page
Add a description, image, and links to the json-pointer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-pointer 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?