simdjson/tests
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
..
compilation_failure_tests Make parse_many safer. (#1137) 2020-08-20 22:22:46 -04:00
ondemand Adding a new benchmark for ondemand: distinct user id (#1239) 2020-10-23 08:47:01 -04:00
CMakeLists.txt add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
allparserscheckfile.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
basictests.cpp optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
cast_tester.h Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
checkimplementation.cpp Add SIMDJSON_FORCE_IMPLEMENTATION 2020-04-18 18:21:56 -07:00
document_stream_tests.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
document_tests.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
errortests.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
extracting_values_example.cpp Switch from get(v,e) to e = get(v) 2020-06-20 17:57:09 -07:00
integer_tests.cpp Replace x.get<T>() with x.get(v) or T(x) 2020-06-21 14:36:38 -07:00
issue150.sh Add quicktests, slowtests to cmake 2020-04-09 14:21:45 -07:00
jsoncheck.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
minefieldcheck.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
minify_tests.cpp Faster and more correct serialization (#1168) 2020-09-23 10:00:39 -04:00
numberparsingcheck.cpp new number parsing (#1222) 2020-10-10 12:47:49 -04:00
padded_string_tests.cpp add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
parse_many_test.cpp Improve documentation on padding 2020-09-23 09:07:14 +02:00
pointercheck.cpp optionally disable deprecated apis (#1271) 2020-11-01 06:38:52 +01:00
random_string_number_tests.cpp new number parsing (#1222) 2020-10-10 12:47:49 -04:00
readme_examples.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
readme_examples_noexceptions.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
singleheadertest.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
staticchecks.cpp Support C++ 14 2020-04-08 14:00:13 -07:00
stringparsingcheck.cpp Minor fixes to some headers (tweak) (#1198) 2020-10-02 12:29:05 -04:00
test_macros.h Add non-top-level array iteration test 2020-10-06 11:29:46 -07:00
testjson2json.sh Add quicktests, slowtests to cmake 2020-04-09 14:21:45 -07:00
unicode_tests.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00