-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump 3rdparty/rapidjson from
083f359
to ab1842a
Bumps [3rdparty/rapidjson](https://github.com/tue-robotics/rapidjson) from `083f359` to `ab1842a`. - [Commits](tue-robotics/rapidjson@083f359...ab1842a) --- updated-dependencies: - dependency-name: 3rdparty/rapidjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a91ff69
commit df84565
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rapidjson
updated
19 files
+24 −23 | .travis.yml | |
+23 −5 | CMakeLists.txt | |
+5 −11 | RapidJSONConfig.cmake.in | |
+14 −1 | appveyor.yml | |
+3 −3 | include/rapidjson/allocators.h | |
+2 −2 | include/rapidjson/document.h | |
+1 −1 | include/rapidjson/internal/biginteger.h | |
+1 −1 | include/rapidjson/internal/diyfp.h | |
+1 −1 | include/rapidjson/internal/regex.h | |
+10 −4 | include/rapidjson/pointer.h | |
+1 −1 | include/rapidjson/rapidjson.h | |
+14 −14 | include/rapidjson/schema.h | |
+12 −1 | include/rapidjson/writer.h | |
+1 −1 | test/unittest/CMakeLists.txt | |
+2 −2 | test/unittest/allocatorstest.cpp | |
+1 −1 | test/unittest/cursorstreamwrappertest.cpp | |
+4 −1 | test/unittest/schematest.cpp | |
+5 −4 | test/unittest/valuetest.cpp | |
+30 −0 | test/unittest/writertest.cpp |