simdjson/tools
Daniel Lemire 9865bb6904
Make it possible to check that an implementation is supported at runtime (#1197)
* Make it possible to check that an implementation is supported at runtime.

* add CI fuzzing on arm 64 bit

This adds fuzzing on drone.io arm64

For some reason, leak detection had to be disabled. If it is enabled, the fuzzer falsely reports a crash at the end of fuzzing.

Closes: #1188

* Guarding the implementation accesses.

* Better doc.

* Updating cxxopts.

* Make it possible to check that an implementation is supported at runtime.

* Guarding the implementation accesses.

* Better doc.

* Updating cxxopts.

* We need to accomodate cxxopts

Co-authored-by: Paul Dreik <github@pauldreik.se>
2020-10-02 11:04:51 -04:00
..
CMakeLists.txt Verification and fix for issue 1063 (JSON Pointers) (#1064) 2020-08-18 17:23:18 -04:00
json2json.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
jsonpointer.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
jsonstats.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
minify.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
release.py Fixing issue 1013. (#1016) 2020-07-01 14:14:51 -04:00