3 files changed
+3
-3
lines changed- .github/workflows/emscripten.yml+17
- .github/workflows/fix-trailing-whitespace.yml+1-1
- .github/workflows/ubuntu20-gcc8.yml-38
- .github/workflows/ubuntu20.yml-47
- .github/workflows/ubuntu24-checkperf.yml+1-1
- .github/workflows/ubuntu24-noexcept.yml+1-1
- .github/workflows/ubuntu24-nothread.yml+1-1
- .github/workflows/ubuntu24-sani.yml+2-2
- CMakeLists.txt+12-4
- Doxyfile+1-1
- README.md+1
- dependencies/CMakeLists.txt+4-12
- doc/basics.md+51-4
- doc/dom.md+7-1
- include/simdjson/common_defs.h+4-1
- include/simdjson/error-inl.h+17
- include/simdjson/error.h+12-1
- include/simdjson/generic/numberparsing.h+16-1
- include/simdjson/jsonpathutil.h+1-1
- include/simdjson/simdjson_version.h+3-3
- singleheader/CMakeLists.txt+1-1
- singleheader/simdjson.cpp+162-11
- singleheader/simdjson.h+166-15
- tests/CMakeLists.txt+1-1
- tests/dom/CMakeLists.txt+1-1
- tests/dom/allparserscheckfile.cpp-8
- tests/dom/basictests.cpp+31-2
- tests/ondemand/CMakeLists.txt+2-2
- tests/ondemand/ondemand_custom_types_document_tests.cpp+27
- tests/ondemand/ondemand_number_tests.cpp+26-2
- tests/ondemand/ondemand_object_tests.cpp+34-1
- tests/ondemand/ondemand_readme_examples.cpp+17
- tests/test_macros.h+15
0 commit comments