simdjson/cmake
Jeremy Ong 9856201f5c
Disable exceptions when compiling with MSVC (#1256)
Projects that link simdjson from MSVC with exceptions off will
include simdjson headers which transitively include STL headers.
The MSVC STL stipulates that _HAS_EXCEPTIONS=0 be defined or code
requiring exceptions will be enabled. This change adds a new job
to the appveyor build matrix to verify the build and tests with
exceptions disabled, and disables exceptions at the compiler level
when SIMDJSON_EXCEPTIONS is specified to OFF.
2020-10-26 14:11:25 -04:00
..
add_cpp_test.cmake Make singleheader tests be test-only 2020-06-23 13:35:27 -07:00
simdjson-flags.cmake Disable exceptions when compiling with MSVC (#1256) 2020-10-26 14:11:25 -04:00
simdjson-user-cmakecache.cmake Make singleheader tests be test-only 2020-06-23 13:35:27 -07:00