summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-12-13Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5Arseny Kapoulkine
2014-11-24Use _wfopen and fseeko64 on MinGW in C++11 modeArseny Kapoulkine
2014-11-24tests: Add a test for load_file with wide Unicode nameArseny Kapoulkine
2014-11-20Fix node_declaration copying with empty nameArseny Kapoulkine
2014-11-19tests: Fix tests on various compilersArseny Kapoulkine
2014-11-17tests: Fix version testArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-17tests: Don't use /dev/ttyArseny Kapoulkine
2014-11-05Fix xml_node::offset_debug for corner casesArseny Kapoulkine
2014-11-03tests: Add more XPath mod testsArseny Kapoulkine
2014-11-02Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-11-01tests: Improve test coverageArseny Kapoulkine
2014-10-27Optimize node printing by using raw pointersArseny Kapoulkine
2014-10-27XPath: Optimize [position()=expr] and [last()]Arseny Kapoulkine
2014-10-26XPath: Optimize constant filters/predicatesArseny Kapoulkine
2014-10-26tests: Remove git2svn helper script!Arseny Kapoulkine
2014-10-26tests: Add a way for tests to verify allocation failureArseny Kapoulkine
2014-10-25Fix node copying for some out of memory casesArseny Kapoulkine
2014-10-24tests: Fix test failure in PUGIXML_WCHAR_MODEArseny Kapoulkine
2014-10-24tests: Add even more coverage testsArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine
2014-10-21tests: Fix PUGIXML_WCHAR_MODE compilationArseny Kapoulkine
2014-10-21tests: Assert on out-of-memory in testsArseny Kapoulkine
2014-10-21XPath: Make sure step_push is called with valid nodesArseny Kapoulkine
2014-10-20tests: Add a coverage test for unspecified_boolArseny Kapoulkine
2014-10-20XPath: Introduce _first/_any set evaluation modesArseny Kapoulkine
2014-10-19XPath: Rename xml_node::select_single_node to ::select_nodeArseny Kapoulkine
2014-10-19XPath: Introduce xpath_query::evaluate_nodeArseny Kapoulkine
2014-10-18XPath: Extend the descendant-or-self optimizationArseny Kapoulkine
2014-10-16tests: Disable tests that rely on ceil() on CLRArseny Kapoulkine
2014-10-16XPath: Optimize attribute axis lookupArseny Kapoulkine
2014-10-15XPath: Fix optimization bug with //name[last()]Arseny Kapoulkine
2014-10-14tests: Add a test for printing comments that contain --Arseny Kapoulkine
2014-10-05tests: Add XPath sorting testArseny Kapoulkine
2014-10-05XPath: Implement optimized translate()Arseny Kapoulkine
2014-10-05tests: Add XPath sorting tests and a simple test for numeric predicatesArseny Kapoulkine
2014-10-03tests: Fix MSVC6 compilationArseny Kapoulkine
2014-10-02tests: Add a test for out-of-memory during copyArseny Kapoulkine
2014-10-02tests: Add a test to verify that xml_document object works with any valid poi...Arseny Kapoulkine
2014-10-02tests: Add missing tests to increase code coverageArseny Kapoulkine
2014-10-01tests: Add XPath sorting tests for move/append_bufferArseny Kapoulkine
2014-10-01tests: Add tests for copyless copy and related potential bugsArseny Kapoulkine
2014-10-01tests: Fix allocator.cpp indentationArseny Kapoulkine
2014-09-28tests: Add a test for stackless copyArseny Kapoulkine
2014-09-23tests: Add one more XPath optimization testArseny Kapoulkine
2014-09-23tests: More XPath testsArseny Kapoulkine
2014-09-21tests: Fix PUGIXML_WCHAR_MODE buildArseny Kapoulkine
2014-09-21tests: Add test for custom indentation stringsArseny Kapoulkine
2014-09-21tests: Add a test for stackless write.Arseny Kapoulkine