summaryrefslogtreecommitdiff
path: root/tests/test_xpath_api.cpp
AgeCommit message (Expand)Author
2017-06-22tests: Make using namespace more explicitArseny Kapoulkine
2017-06-22Deprecate xml_document::load(const char*) and xml_node::select_single_nodeArseny Kapoulkine
2017-01-30tests: Add more coverage testsArseny Kapoulkine
2017-01-30tests: Add more tests for branch coverageArseny Kapoulkine
2017-01-29tests: Add query out of memory testArseny Kapoulkine
2016-11-06tests: Don't use ranged for loop in move testsArseny Kapoulkine
2016-11-06Refactor move semantics support detectionArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
2015-10-09tests: Add a test for empty xpath_query ctorArseny Kapoulkine
2015-05-12tests: Fix clang 3.7 warningArseny Kapoulkine
2015-05-03tests: Fix MSVC6 compatibilityArseny Kapoulkine
2015-04-21tests: Fix MSVC warningsArseny Kapoulkine
2015-04-21tests: Add move semantics testsArseny Kapoulkine
2015-04-14Fix xpath_node_set assignment to provide strong exception guaranteeArseny Kapoulkine
2015-04-11tests: Improve out-of-memory testsArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-19XPath: Rename xml_node::select_single_node to ::select_nodeArseny Kapoulkine
2014-10-19XPath: Introduce xpath_query::evaluate_nodeArseny Kapoulkine
2012-02-18tests: Add an explicit test for empty xpath_node_set copying (regression test...arseny.kapoulkine@gmail.com
2010-10-03XPath: evaluate_string now guarantees zero-terminated result (unless the buff...arseny.kapoulkine
2010-09-14tests: Added XPath out of memory testsarseny.kapoulkine
2010-08-29tests: Various compilation fixes for BCC and MSVC6arseny.kapoulkine
2010-08-29tests: Changed XPath checking macros to avoid query copying under GCCarseny.kapoulkine
2010-08-29tests: Added XPath tests for attribute contextarseny.kapoulkine
2010-08-29tests: Added new evaluate_string tests, fixed tests for NO_STL modearseny.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-04tests: Added more XPath testsarseny.kapoulkine
2010-08-02tests: More miscellaneous testsarseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine
2009-11-08tests: Full public API coverage (except sort, which needs extensive coverage ...arseny.kapoulkine
2009-11-08tests: Extracted generic tests in a separate header, better filter tests, som...arseny.kapoulkine