forked from openvinotoolkit/openvino
-
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugixml
updated
21 files
+24 −0 | .github/workflows/cifuzz.yml | |
+53 −48 | CMakeLists.txt | |
+1 −1 | LICENSE.md | |
+1 −1 | Makefile | |
+56 −4 | docs/manual.adoc | |
+1,075 −986 | docs/manual.html | |
+2 −2 | docs/quickstart.adoc | |
+130 −136 | 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 | |
+906 −838 | src/pugixml.cpp | |
+19 −9 | src/pugixml.hpp | |
+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 |