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
1 parent
a8dfb18
commit f843565
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugixml
updated
30 files
+24 −0 | .github/workflows/build.yml | |
+38 −9 | CMakeLists.txt | |
+1 −1 | LICENSE.md | |
+4 −5 | Makefile | |
+14 −2 | appveyor.yml | |
+95 −16 | docs/manual.adoc | |
+188 −72 | docs/manual.html | |
+2 −2 | docs/quickstart.adoc | |
+8 −10 | 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 | |
+4 −0 | scripts/pugixml_vs2019.vcxproj | |
+4 −0 | scripts/pugixml_vs2019_static.vcxproj | |
+4 −0 | scripts/pugixml_vs2022.vcxproj | |
+4 −0 | scripts/pugixml_vs2022_static.vcxproj | |
+47 −0 | scripts/sbom.cdx.json | |
+7 −4 | src/pugiconfig.hpp | |
+578 −251 | src/pugixml.cpp | |
+95 −26 | src/pugixml.hpp | |
+3 −1 | tests/autotest-appveyor.ps1 | |
+57 −0 | tests/cmake-appveyor.ps1 | |
+30 −10 | tests/fuzz_xpath.cpp | |
+160 −9 | tests/test_dom_modify.cpp | |
+98 −1 | tests/test_dom_text.cpp | |
+174 −0 | tests/test_dom_traverse.cpp | |
+1 −1 | tests/test_version.cpp | |
+4 −2 | tests/test_xpath_api.cpp |