simdjson/tests
Paul Dreik 6d14afd80e
Make threads optional in the cmake build (#376)
Only the simdjson library should optionally depend on threads,
the executables that link to simdjson will get the dependency
indirectly.

* add option for controlling threads (default is on)
* add CI testing with threading on/off for msvc, gcc and clang
* fix an unrelated copy paste comment error in the cirlce ci build conf
2019-11-22 21:51:46 +01:00
..
CMakeLists.txt Make threads optional in the cmake build (#376) 2019-11-22 21:51:46 +01:00
allparserscheckfile.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00
basictests.cpp Being more forgiving of powers of ten. 2019-10-24 18:27:24 -04:00
integer_tests.cpp Better tests. 2019-09-02 12:32:44 -04:00
jsoncheck.cpp Fix most warnings on VS2019 (#241) 2019-07-31 17:43:45 -04:00
jsonstream_test.cpp Streams of JSON documents + Large files (>4GB) (#350) (#364) 2019-11-08 17:39:45 -05:00
numberparsingcheck.cpp Better tests. 2019-09-02 12:32:44 -04:00
pointercheck.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00
singleheadertest.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00
stringparsingcheck.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00