simdjson/include
Paul Dreik f93fb21c95
optionally disable deprecated apis (#1271)
Introduce cmake option SIMDJSON_DISABLE_DEPRECATED_API (default Off)
which turns off deprecated simdjson api functions by setting the macro
 SIMDJSON_DISABLE_DEPRECATED_API.

For non-cmake users, users will have to set SIMDJSON_DISABLE_DEPRECATED_API
by some other means to disable the api.

Closes #1264
2020-11-01 06:38:52 +01:00
..
simdjson optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
CMakeLists.txt Only install singleheader/simdjson.h as part of the public API 2020-05-02 01:44:11 +03:00
simdjson.h PPC64 support (#1254) 2020-10-27 18:43:39 -04:00