summaryrefslogtreecommitdiff
path: root/tests/test_document.cpp
AgeCommit message (Expand)Author
2010-10-31tests: Added document reset-self testarseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-22tests: Fixed WCHAR mode compilationarseny.kapoulkine
2010-10-18Added xml_document::document_element functionarseny.kapoulkine
2010-10-03tests: Fixed XPath OOM tests, added parsing exception testarseny.kapoulkine
2010-09-20tests: Added load_file/save_file testsarseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29tests: Reduced allocation countarseny.kapoulkine
2010-08-09tests: Added tests for short buffers (they duplicate the progressive truncati...arseny.kapoulkine
2010-08-04tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS...arseny.kapoulkine
2010-08-04tests: Added more tests for better code coveragearseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-07-22tests: Miscellaneous test fixesarseny.kapoulkine
2010-07-22tests: Fixed warningarseny.kapoulkine
2010-07-22tests: Added stream exception testarseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-15tests: Added Xbox360 and PS3 toolset supportarseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-07tests: Added C++0x supportarseny.kapoulkine
2010-06-02tests: Temporary file name is obtained via mkstemp on Unix systemsarseny.kapoulkine
2010-06-02tests: Fixed test race condition (a better way would be to use argv[0]-relati...arseny.kapoulkine
2010-05-20tests: Added progressive truncation testarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Internal iterator constructors are now private, added empty document testarseny.kapoulkine
2010-05-09Added empty stream/buffer tests, fixed null buffer parsing in wchar_t modearseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2010-04-20unicode: Fixed tests for Linuxarseny.kapoulkine
2009-10-29tests: CodeWarrior and BCC supportedarseny.kapoulkine
2009-10-29tests: Supported all pugixml compilation modesarseny.kapoulkine
2009-10-28tests: More fixes and toolsets supportarseny.kapoulkine
2009-10-28tests: Fixed MSVC warnings/errorsarseny.kapoulkine
2009-10-20tests: Final core tests, 99.0% coverage for pugixml.cpparseny.kapoulkine
2009-10-20tests: Added more testsarseny.kapoulkine
2009-10-20tests: Added declaration and document load/load_file error testsarseny.kapoulkine
2009-10-12tests: Added document testsarseny.kapoulkine