-
Notifications
You must be signed in to change notification settings - Fork 278
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 pugixml
updated
25 files
+8 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+8 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+24 −0 | .github/workflows/cifuzz.yml | |
+14 −8 | CMakeLists.txt | |
+1 −1 | LICENSE.md | |
+1 −1 | Makefile | |
+89 −14 | docs/manual.adoc | |
+1,131 −980 | docs/manual.html | |
+2 −2 | docs/quickstart.adoc | |
+140 −140 | docs/quickstart.html | |
+3 −3 | readme.txt | |
+2 −2 | scripts/nuget/pugixml.nuspec | |
+1 −1 | scripts/pugixml.podspec | |
+3 −3 | scripts/pugixml_dll.rc | |
+3 −3 | src/pugiconfig.hpp | |
+1,110 −913 | src/pugixml.cpp | |
+21 −6 | src/pugixml.hpp | |
+42 −1 | tests/test_document.cpp | |
+44 −1 | tests/test_dom_modify.cpp | |
+52 −0 | tests/test_dom_text.cpp | |
+5 −0 | tests/test_dom_traverse.cpp | |
+106 −0 | tests/test_parse.cpp | |
+1 −1 | tests/test_version.cpp | |
+18 −10 | tests/test_xpath.cpp |