summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29tests: Added more XPath testsarseny.kapoulkine
2010-08-29tests: Added more XPath variable testsarseny.kapoulkine
2010-08-29tests: Added XPath variable and variable set testsarseny.kapoulkine
2010-08-29tests: Fixed coverage reportsarseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29tests: Remove new/delete overrides (all pugi code now uses custom allocators)arseny.kapoulkine
2010-08-29tests: Removed NO_XPATH-related define restrictions, autotest-local can be la...arseny.kapoulkine
2010-08-29tests: Added XPath tests for attribute contextarseny.kapoulkine
2010-08-29tests: Reduced allocation countarseny.kapoulkine
2010-08-29tests: Added new evaluate_string tests, fixed tests for NO_STL modearseny.kapoulkine
2010-08-29tests: Deallocation of null pointer is illegal for custom allocatorsarseny.kapoulkine
2010-08-29tests: Added more string allocation testsarseny.kapoulkine
2010-08-29XPath: Correct out of memory handling for string to number conversion during ...arseny.kapoulkine
2010-08-29tests: Added XPath out of memory parse testarseny.kapoulkine
2010-08-29tests: Removed redundant includesarseny.kapoulkine
2010-08-29XPath: Added error offset reportingarseny.kapoulkine
2010-08-29tests: Extended XPath testsarseny.kapoulkine
2010-08-29tests: Added support for XPath without exceptionsarseny.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 XPath testsarseny.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-03tests: New and delete operators now use test allocator and thus are subject t...arseny.kapoulkine
2010-08-03tests: Reduce address space pressure of test allocatorarseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-08-02tests: More miscellaneous testsarseny.kapoulkine
2010-07-22tests: Miscellaneous test fixesarseny.kapoulkine
2010-07-22tests: Added more CDATA writing testsarseny.kapoulkine
2010-07-22tests: Removed invalid document order test, improved document order coverage ...arseny.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-19Release archiving now converts newlines to Unix style in tar archivesarseny.kapoulkine
2010-07-15tests: Added Xbox360 and PS3 toolset supportarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07tests: Minor fixarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.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-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-14XPath: Rewritten number->string conversion using CRT scientific format (much ...arseny.kapoulkine
2010-06-13tests: Added tests for parsing offset valuesarseny.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-12tests: Added non top-level declaration testarseny.kapoulkine
2010-06-12Refactored PI/declaration parsing, now non top-level declarations result in p...arseny.kapoulkine