simdjson/tests
D. Stolle be9d5d4e31
adjust GitHub links to current repository URL (#1553)
Switch links (mostly in comments) from old repository URL
<https://github.com/lemire/simdjson/> to the current URL
<https://github.com/simdjson/simdjson/>.
2021-04-26 09:08:14 -04:00
..
compilation_failure_tests Create acceptance_tests, all_tests, etc. make targets 2020-12-23 09:14:45 -08:00
installation_tests Provide the CMake install the necessarily information (and flags) to hand Windows DLL and add Windows installation tests (#1457) 2021-02-26 16:17:05 -05:00
ondemand My third attempt at fixing issue 1521 (not being merged due to performance concerns) (#1530) 2021-04-05 11:55:39 -04:00
CMakeLists.txt CMake refactor stage1 (#1512) 2021-04-23 09:24:56 -04:00
allparserscheckfile.cpp Remove git modules (#1258) 2020-11-04 13:34:29 -05:00
basictests.cpp Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -04:00
cast_tester.h Hide the std::pair inheritance in our result instances (#1396) 2021-01-18 12:00:02 -05:00
checkimplementation.cpp Add SIMDJSON_FORCE_IMPLEMENTATION 2020-04-18 18:21:56 -07:00
document_stream_tests.cpp Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -04:00
document_tests.cpp adjust GitHub links to current repository URL (#1553) 2021-04-26 09:08:14 -04:00
errortests.cpp Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -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 Avoiding stack allocation. (#1515) 2021-03-23 11:32:04 -04:00
issue150.sh Add quicktests, slowtests to cmake 2020-04-09 14:21:45 -07:00
jsoncheck.cpp fix function was exited without releasing (#1389) 2021-01-12 18:08:27 -05:00
minefieldcheck.cpp fix function was exited without releasing (#1389) 2021-01-12 18:08:27 -05:00
minify_tests.cpp This implements string serialization for On Demand instances. (#1527) 2021-04-01 11:25:00 -04:00
numberparsingcheck.cpp remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
padded_string_tests.cpp add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
parse_many_test.cpp Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -04:00
pointercheck.cpp remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
random_string_number_tests.cpp Avoiding stack allocation. (#1515) 2021-03-23 11:32:04 -04:00
readme_examples.cpp Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -04:00
readme_examples_noexceptions.cpp This makes it possible to a have document instance (DOM) that is separate from the parser if you would like. (#1430) 2021-02-10 14:44:53 -05: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 value.type() 2021-03-02 17:02:50 -08:00
testjson2json.sh Add quicktests, slowtests to cmake 2020-04-09 14:21:45 -07:00
trivially_copyable_test.cpp Add element representation trivially_copyable property test (#1377) 2021-01-11 19:06:59 -05:00
unicode_tests.cpp Fixing UTF-8 validation under PPC64 (#1346) 2020-12-19 10:42:27 -05:00