summaryrefslogtreecommitdiff
path: root/tests/test_dom_modify.cpp
AgeCommit message (Expand)Author
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
2010-08-04tests: Added even more tests for better code coveragearseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-08-02tests: More miscellaneous testsarseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-07tests: Minor fixarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-12Refactored PI/declaration parsing, now non top-level declarations result in p...arseny.kapoulkine
2010-05-23tests: Minor addition to attribute value modification testsarseny.kapoulkine
2010-05-20as_* functions now all use strto*/wcsto* functions; this unifies the behavior...arseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Reworked DOM memory allocation scheme (name/value allocations use the same pa...arseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2009-10-20tests: More tree modification testsarseny.kapoulkine
2009-10-12tests: More DOM modification testsarseny.kapoulkine
2009-10-11tests: Initial tree modification testsarseny.kapoulkine