summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-12-20tests: Added version testarseny.kapoulkine
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-12-09Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...arseny.kapoulkine
2011-09-10Added format_no_escapes flagarseny.kapoulkine
2011-08-19Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c...arseny.kapoulkine
2011-07-27tests: Updated autotest-linux.sh for Fedoraarseny.kapoulkine
2011-07-24tests: Disabled VM shutdown/startup overlap to decrease peak memory consumptionarseny.kapoulkine
2011-07-19tests: Added tests for non-seekable streamsarseny.kapoulkine
2011-02-16tests: Fixed C++/CLI compilation warningarseny.kapoulkine
2011-02-16tests: Added C++/CLI supportarseny.kapoulkine
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
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-22tests: Fixed CW compilationarseny.kapoulkine
2010-10-19If an element node has the only child, and it is of CDATA type, then the extr...arseny.kapoulkine
2010-10-19Added prepend_attribute, prepend_child and prepend_copy functionsarseny.kapoulkine@gmail.com
2010-10-18Added xml_document::document_element functionarseny.kapoulkine
2010-10-18Fixed internal_object() const-correctness, added xml_node::hash_value and xml...arseny.kapoulkine
2010-10-03XPath: evaluate_string now guarantees zero-terminated result (unless the buff...arseny.kapoulkine
2010-10-03tests: Fixed XPath OOM tests, added parsing exception testarseny.kapoulkine
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine
2010-09-22Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s...arseny.kapoulkine
2010-09-22tests: Removed document_order test, added internal_object testarseny.kapoulkine
2010-09-21Major header cleanup: removed redundant comments (single-line function/type d...arseny.kapoulkine
2010-09-20tests: Added load_file/save_file testsarseny.kapoulkine
2010-09-20tests: Improved tests for parsing result default constructionarseny.kapoulkine
2010-09-20tests: Added default ctor testarseny.kapoulkine
2010-09-14tests: Fixed MSVC 6/7 compilation errorarseny.kapoulkine
2010-09-14tests: Improved XPath sort coveragearseny.kapoulkine
2010-09-14tests: Added XPath out of memory testsarseny.kapoulkine
2010-09-13tests: Fixed wchar mode testsarseny.kapoulkine
2010-09-13tests: Added XPath test for large node setsarseny.kapoulkine
2010-09-11XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII...arseny.kapoulkine
2010-09-01tests: Minor report fixarseny.kapoulkine
2010-08-31tests: Added automatic CPU count detectionarseny.kapoulkine
2010-08-30tests: Custom allocations now use memory from Win32 heap instead of CRT heaparseny.kapoulkine
2010-08-30tests: Minor fix for MinGW 3.4arseny.kapoulkine
2010-08-29tests: Fixed test warnings for MSVC10, slightly extended substring testsarseny.kapoulkine
2010-08-29tests: Adjusted autotest report formatter for increased configuration countarseny.kapoulkine
2010-08-29tests: Various compilation fixes for BCC and MSVC6arseny.kapoulkine
2010-08-29tests: Fixed XPath substring testsarseny.kapoulkine
2010-08-29tests: Improved document order comparison coveragearseny.kapoulkine
2010-08-29tests: Improved document_order() coveragearseny.kapoulkine
2010-08-29tests: Changed XPath checking macros to avoid query copying under GCCarseny.kapoulkine
2010-08-29tests: Minor fixesarseny.kapoulkine
2010-08-29tests: Introduced fullcoverage modearseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29tests: Added more XPath testsarseny.kapoulkine