summaryrefslogtreecommitdiff
path: root/tests/test_dom_traverse.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 tests to increase coverageArseny Kapoulkine
2017-01-31tests: Add more DOM coverage testsArseny Kapoulkine
2016-10-13Add PUGIXML_OVERRIDE to headers of testsPavel Kryukov
2016-01-24Fix whitespace issuesStephan Beyer
2015-10-17tests: Fix GCC warningArseny Kapoulkine
2015-10-17Fix integer overflow detection with leading zerosArseny Kapoulkine
2015-09-21Fix parsing of integers that start with +Arseny Kapoulkine
2015-09-20tests: Add tests for integer overflow during conversionArseny Kapoulkine
2015-05-22tests: Add newline at the end of fileArseny Kapoulkine
2015-05-14Implement xml_node::attribute with a hintArseny Kapoulkine
2015-04-21tests: Add move semantics testsArseny Kapoulkine
2015-04-12tests: Fix some Coverity issuesArseny Kapoulkine
2014-11-05Fix xml_node::offset_debug for corner casesArseny Kapoulkine
2014-10-24tests: Add even more coverage testsArseny Kapoulkine
2014-10-20tests: Add a coverage test for unspecified_boolArseny Kapoulkine
2014-10-02tests: Add missing tests to increase code coverageArseny Kapoulkine
2014-02-08Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio...Arseny Kapoulkine
2014-01-27Change xml_named_node_iterator to be bidirectional and to match xml_node_iter...Arseny Kapoulkine
2014-01-15Implement automatic hexadecimal decoding for xml_attribute::as_int and xml_te...Arseny Kapoulkine
2012-12-07Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m...arseny.kapoulkine@gmail.com
2012-09-29Fix find_child_by_attribute assertion for attributes with null name/value.arseny.kapoulkine@gmail.com
2012-04-04tests: Fixed PUGIXML_NO_STL compilationarseny.kapoulkine@gmail.com
2012-04-03tests: Added tests for as_string and default values in as_*arseny.kapoulkine@gmail.com
2012-03-27tests: Added xml_named_node_iterator testsarseny.kapoulkine@gmail.com
2012-03-23tests: Added tests for read-only xml_text operationsarseny.kapoulkine@gmail.com
2012-03-14tests: Added tests for constant iterator objectsarseny.kapoulkine@gmail.com
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
2010-10-18Fixed internal_object() const-correctness, added xml_node::hash_value and xml...arseny.kapoulkine
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine
2010-09-22tests: Removed document_order test, added internal_object testarseny.kapoulkine
2010-08-29tests: Improved document_order() coveragearseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29tests: Removed redundant includesarseny.kapoulkine
2010-08-04tests: Added even more tests for better code coveragearseny.kapoulkine
2010-08-04tests: Added more tests for better code coveragearseny.kapoulkine
2010-08-02tests: More miscellaneous testsarseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-06-01tests: Improved IntelC support, added more compilers to autotest, removed old...arseny.kapoulkine
2010-05-20as_* functions now all use strto*/wcsto* functions; this unifies the behavior...arseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2009-11-08tests: Extracted generic tests in a separate header, better filter tests, som...arseny.kapoulkine
2009-10-29tests: CodeWarrior and BCC supportedarseny.kapoulkine
2009-10-29tests: Supported all pugixml compilation modesarseny.kapoulkine