-
-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3party] Update pugixml to the latest master
Signed-off-by: Alexander Borsuk <me@alex.bio>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugixml
updated
26 files
+24 −0 | .github/workflows/cifuzz.yml | |
+63 −47 | CMakeLists.txt | |
+1 −1 | LICENSE.md | |
+3 −3 | Makefile | |
+6 −2 | appveyor.yml | |
+69 −5 | docs/manual.adoc | |
+1,092 −992 | docs/manual.html | |
+2 −2 | docs/quickstart.adoc | |
+133 −142 | docs/quickstart.html | |
+3 −3 | readme.txt | |
+2 −2 | scripts/nuget/pugixml.nuspec | |
+2 −2 | scripts/pugixml.pc.in | |
+1 −1 | scripts/pugixml.podspec | |
+3 −3 | scripts/pugixml_dll.rc | |
+3 −3 | src/pugiconfig.hpp | |
+1,150 −1,063 | src/pugixml.cpp | |
+37 −27 | src/pugixml.hpp | |
+1 −1 | tests/autotest-appveyor.ps1 | |
+30 −10 | tests/fuzz_xpath.cpp | |
+2 −2 | tests/test_document.cpp | |
+19 −0 | tests/test_dom_modify.cpp | |
+12 −0 | tests/test_dom_text.cpp | |
+1 −1 | tests/test_dom_traverse.cpp | |
+106 −0 | tests/test_parse.cpp | |
+1 −1 | tests/test_version.cpp | |
+4 −2 | tests/test_xpath_api.cpp |