forked from RM1MS/pugixmltodict
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e6ba24f
commit 52f70f2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugixml
updated
19 files
+8 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+8 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+7 −2 | CMakeLists.txt | |
+33 −10 | docs/manual.adoc | |
+140 −78 | docs/manual.html | |
+41 −35 | docs/quickstart.html | |
+1 −1 | readme.txt | |
+1 −1 | scripts/nuget/pugixml.nuspec | |
+1 −1 | scripts/pugixml.podspec | |
+2 −2 | scripts/pugixml_dll.rc | |
+1 −1 | src/pugiconfig.hpp | |
+214 −85 | src/pugixml.cpp | |
+7 −2 | src/pugixml.hpp | |
+41 −0 | tests/test_document.cpp | |
+25 −1 | tests/test_dom_modify.cpp | |
+40 −0 | tests/test_dom_text.cpp | |
+5 −0 | tests/test_dom_traverse.cpp | |
+1 −1 | tests/test_version.cpp |