simdjson/singleheader
John Keiser 985dfab2c4 Don't use TARGET unless the target options are *not* specified
This eliminates the possibility of inlining target failures for ondemand

Also makes it so we always compile common architectures needed by simdjson.cpp in simdjson.h, since amalgamation has no way to reason about whether to include / exclude it.
2021-03-08 13:49:09 -08:00
..
CMakeLists.txt 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
README.md Put back the amalgamation files and add tests (#929) 2020-06-12 17:57:45 -04:00
amalgamate.py Don't use TARGET unless the target options are *not* specified 2021-03-08 13:49:09 -08:00
amalgamate_demo.cpp Prefixing macros (issue 1035) (#1124) 2020-08-18 18:25:36 -04:00
simdjson.cpp Adds Visual Studio 2017 to CI (for real) and adapt our build/tests (#1444) 2021-02-15 19:49:12 -05:00
simdjson.h 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

README.md

Try : c++ -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp && ./amalgamate_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson