summaryrefslogtreecommitdiff
path: root/tests/test_dom_modify.cpp
AgeCommit message (Expand)Author
2017-06-22tests: Make using namespace more explicitArseny Kapoulkine
2017-06-22tests: Remove redundant pugi:: qualifierArseny Kapoulkine
2017-01-31tests: Add more DOM coverage testsArseny Kapoulkine
2016-04-14Remove extra space in an empty tag for format_rawArseny Kapoulkine
2016-02-02tests: Add tests for long settersArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
2015-10-25tests: Fix Borland C++ 5.4 compilationArseny Kapoulkine
2015-05-20tests: Split fp roundtrip test into float and doubleArseny Kapoulkine
2015-04-22Fix node_pi memory leakArseny Kapoulkine
2015-04-12Merge branch 'master' into compactArseny Kapoulkine
2015-04-12Fix unused variable warningArseny Kapoulkine
2015-04-12Fix compilation and tests after merge.Arseny Kapoulkine
2015-04-12Merge branch 'master' into compactArseny Kapoulkine
2015-04-12Implment copyless copy for attributesArseny Kapoulkine
2015-04-12tests: Fix some Coverity issuesArseny Kapoulkine
2015-04-11tests: Improve out-of-memory testsArseny Kapoulkine
2015-04-11tests: Use char_t instead of wchar_tArseny Kapoulkine
2015-04-11tests: Add more out of memory testsArseny Kapoulkine
2015-04-10Merge branch 'master' into compactArseny Kapoulkine
2015-03-21tests: Final test fix for CWArseny Kapoulkine
2015-03-21tests: Work around fp issues in various runtime librariesArseny Kapoulkine
2015-03-10Merge branch 'master' into compactArseny Kapoulkine
2015-01-17tests: Fix MSVC 2008 compilation warningArseny Kapoulkine
2015-01-16Merge branch 'master' into compactArseny Kapoulkine
2015-01-16tests: Add tests for fp roundtripArseny Kapoulkine
2015-01-16tests: Add coverage tests for new float settersArseny Kapoulkine
2015-01-16Increase precision on large number testSteve Doiel
2014-11-20Merge branch 'master' into compactArseny Kapoulkine
2014-11-20Fix node_declaration copying with empty nameArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-06tests: Fix all tests for compact modeArseny Kapoulkine
2014-11-02Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-10-25Fix node copying for some out of memory casesArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine
2014-10-03tests: Fix MSVC6 compilationArseny Kapoulkine
2014-10-02tests: Add a test for out-of-memory during copyArseny Kapoulkine
2014-10-02tests: Add missing tests to increase code coverageArseny Kapoulkine
2014-10-01tests: Add tests for copyless copy and related potential bugsArseny Kapoulkine
2014-09-28tests: Add a test for stackless copyArseny Kapoulkine
2014-08-10tests: Add tests for node movementArseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-08Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio...Arseny Kapoulkine
2012-12-07Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m...arseny.kapoulkine@gmail.com
2012-12-07tests: Added append_buffer testsarseny.kapoulkine@gmail.com
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-19Added prepend_attribute, prepend_child and prepend_copy functionsarseny.kapoulkine@gmail.com
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine
2010-08-04tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS...arseny.kapoulkine