summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2014-09-12tests: Add git-svn reviving scriptArseny Kapoulkine
2014-08-10tests: Add tests for node movementArseny Kapoulkine
2014-06-01Improve XPath allocator performanceArseny Kapoulkine
2014-04-02tests: Fix Mac OS X compilation.Arseny Kapoulkine
2014-02-26tests: Fix WinCE compilationArseny Kapoulkine
2014-02-25tests: Add tests for parse_trim_pcdata.Arseny Kapoulkine
2014-02-23Fix clang build.Arseny Kapoulkine
2014-02-23Fix gap collapsing during PCDATA parsing for fragment mode.Arseny Kapoulkine
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine
2014-02-12Add MSVC 12 (2013) to autotest listArseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-11Fix bogus Clang 3.4 warningArseny Kapoulkine
2014-02-10Fix clang build.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2014-02-10Replace memory-management functions before every test.Arseny Kapoulkine
2014-02-10Update PUGIXML_VERSION defineArseny Kapoulkine
2014-02-09Add Makefile for building and running tests.Arseny Kapoulkine
2014-02-09Add scripts for Travis CIArseny Kapoulkine
2014-02-08Fix test suite stringizing macros to be C++11-compliantArseny Kapoulkine
2014-02-08Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio...Arseny Kapoulkine
2014-01-27Change xml_named_node_iterator to be bidirectional and to match xml_node_iter...Arseny Kapoulkine
2014-01-15Implement automatic hexadecimal decoding for xml_attribute::as_int and xml_te...Arseny Kapoulkine
2013-07-20Make sure newlines are consistent for both .zip and .tar.gz archivesarseny.kapoulkine@gmail.com