simdjson/include/simdjson
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
..
arm64 Mostly tiny changes, with one optimization to fallback for number parsing. (#1265) 2020-10-29 11:18:11 -04:00
dom optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
fallback Mostly tiny changes, with one optimization to fallback for number parsing. (#1265) 2020-10-29 11:18:11 -04:00
generic Mostly tiny changes, with one optimization to fallback for number parsing. (#1265) 2020-10-29 11:18:11 -04:00
haswell Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
internal PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
nonstd Support C++ 14 2020-04-08 14:00:13 -07:00
ppc64 Mostly tiny changes, with one optimization to fallback for number parsing. (#1265) 2020-10-29 11:18:11 -04:00
westmere Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
arm64.h Kinder, gentler implementation selection 2020-10-06 11:29:45 -07:00
builtin.h PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
common_defs.h Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
compiler_check.h Compile under C++ 11 2020-04-08 14:00:13 -07:00
error-inl.h optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
error.h optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
fallback.h PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
haswell.h Kinder, gentler implementation selection 2020-10-06 11:29:45 -07:00
implementation.h Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
jsonioutil.h optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
minify.h Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
padded_string-inl.h add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
padded_string.h fix potential use of uninitialized value warning, avoid casting away const 2020-10-16 22:14:42 +02:00
portability.h PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
ppc64.h PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
simdjson.h Kinder, gentler implementation selection 2020-10-06 11:29:45 -07:00
simdjson_version.h Issue release 2020-10-23 09:32:25 -04:00
westmere.h Kinder, gentler implementation selection 2020-10-06 11:29:45 -07:00