-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rapidjson
updated
9 files
+14 −5 | CMakeLists.txt | |
+5 −11 | RapidJSONConfig.cmake.in | |
+2 −2 | include/rapidjson/allocators.h | |
+6 −6 | include/rapidjson/schema.h | |
+1 −1 | include/rapidjson/writer.h | |
+2 −2 | test/unittest/allocatorstest.cpp | |
+3 −0 | test/unittest/schematest.cpp | |
+5 −4 | test/unittest/valuetest.cpp | |
+30 −0 | test/unittest/writertest.cpp |