simdjson/tests
John Keiser 1ff55c2729 Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
..
compilation_failure_tests Consolidate multi-implementation tests 2020-04-19 09:59:49 -07:00
CMakeLists.txt Testing with GCC 10 and clang 10 (#926) 2020-06-12 17:58:53 -04:00
add_cpp_test.cmake Consolidate multi-implementation tests 2020-04-19 09:59:49 -07:00
allparserscheckfile.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
basictests.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
cast_tester.h Allow use of document_stream with tie() 2020-06-20 21:15:05 -07:00
checkimplementation.cpp Add SIMDJSON_FORCE_IMPLEMENTATION 2020-04-18 18:21:56 -07:00
errortests.cpp Replace x.get<T>() with x.get(v) or T(x) 2020-06-21 14:36:38 -07: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 Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
numberparsingcheck.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
parse_many_test.cpp Allow use of document_stream with tie() 2020-06-20 21:15:05 -07:00
pointercheck.cpp Replace x.get<T>() with x.get(v) or T(x) 2020-06-21 14:36:38 -07:00
readme_examples.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07: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 Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
test_macros.h Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
testjson2json.sh Add quicktests, slowtests to cmake 2020-04-09 14:21:45 -07:00