Skip to content

Commit

Permalink
update submodule 'pugixml' to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plenluno committed Jan 4, 2015
1 parent 7767c32 commit e2382db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/pugixml
Submodule pugixml updated 64 files
+8 −0 .travis.yml
+1 −1 Jamfile.jam
+21 −9 Jamrules.jam
+54 −0 Makefile
+44 −0 README.md
+4 −5 contrib/foreach.hpp
+9 −9 docs/manual.html
+216 −39 docs/manual.qbk
+2 −1 docs/manual.xsl
+27 −19 docs/manual/access.html
+154 −44 docs/manual/apiref.html
+201 −16 docs/manual/changes.html
+16 −16 docs/manual/dom.html
+58 −39 docs/manual/install.html
+62 −21 docs/manual/loading.html
+140 −14 docs/manual/modify.html
+16 −16 docs/manual/saving.html
+10 −7 docs/manual/toc.html
+32 −29 docs/manual/xpath.html
+21 −20 docs/quickstart.html
+7 −7 docs/quickstart.qbk
+1 −1 docs/samples/custom_memory_management.cpp
+1 −1 docs/samples/load_error_handling.cpp
+2 −1 docs/samples/load_memory.cpp
+4 −4 docs/samples/load_options.cpp
+1 −1 docs/samples/modify_base.cpp
+1 −1 docs/samples/modify_remove.cpp
+7 −7 docs/samples/save_custom_writer.cpp
+1 −1 docs/samples/save_declaration.cpp
+1 −1 docs/samples/save_file.cpp
+1 −1 docs/samples/save_options.cpp
+1 −1 docs/samples/save_stream.cpp
+1 −1 docs/samples/save_subtree.cpp
+1 −1 docs/samples/text.cpp
+5 −4 docs/samples/xpath_select.cpp
+1 −1 docs/samples/xpath_variables.cpp
+3 −3 readme.txt
+20 −4 scripts/CMakeLists.txt
+9 −6 src/pugiconfig.hpp
+2,350 −1,116 src/pugixml.cpp
+106 −16 src/pugixml.hpp
+14 −11 tests/allocator.cpp
+18 −7 tests/archive.pl
+12 −1 tests/autotest-local.pl
+1 −0 tests/data/тест.xml
+27 −5 tests/main.cpp
+8 −5 tests/test.hpp
+310 −58 tests/test_document.cpp
+527 −2 tests/test_dom_modify.cpp
+127 −4 tests/test_dom_text.cpp
+229 −22 tests/test_dom_traverse.cpp
+2 −2 tests/test_memory.cpp
+420 −173 tests/test_parse.cpp
+19 −10 tests/test_parse_doctype.cpp
+1 −1 tests/test_version.cpp
+108 −7 tests/test_write.cpp
+258 −6 tests/test_xpath.cpp
+56 −14 tests/test_xpath_api.cpp
+40 −3 tests/test_xpath_functions.cpp
+63 −0 tests/test_xpath_operators.cpp
+193 −0 tests/test_xpath_paths.cpp
+27 −1 tests/test_xpath_variables.cpp
+2 −2 tests/test_xpath_xalan_2.cpp
+8 −8 tests/test_xpath_xalan_3.cpp

0 comments on commit e2382db

Please sign in to comment.