summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11-01XPath: Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-11-01Fix first-time make config=coverage testArseny Kapoulkine
2014-10-30load_buffer_impl always checks if buffer is valid pointer and size > 0mloy
2014-10-28Fix several cppcheck warnings.Arseny Kapoulkine
2014-10-27Optimize node printing by using raw pointersArseny Kapoulkine
2014-10-27XPath: Optimize [position()=expr] and [last()]Arseny Kapoulkine
2014-10-26XPath: Only recognize numeric constant expressionsArseny Kapoulkine
2014-10-26XPath: Unify ast_filter/ast_predicate structureArseny Kapoulkine
2014-10-26XPath: Optimize constant filters/predicatesArseny Kapoulkine
2014-10-26tests: Remove git2svn helper script!Arseny Kapoulkine
2014-10-26Update README.md with new documentation URLs.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-25Add 'coverage' configuration to Makefile.Arseny Kapoulkine
2014-10-25Remove redundant null pointer checks.Arseny 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-22XPath: Optimize predicate evaluationArseny Kapoulkine
2014-10-22XPath: Use node pointers in step_push/step_fillArseny 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-19docs: Update XPath documentationArseny 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-14Adjust comment output to avoid malformed documents.Arseny Kapoulkine
2014-10-11Swap insert_attribute_* implementationsArseny Kapoulkine
2014-10-11Refactor node/attribute tree operationsArseny Kapoulkine
2014-10-10Fix Borland C++ compilation errors/warningsArseny Kapoulkine
2014-10-05tests: Add XPath sorting testArseny Kapoulkine
2014-10-05XPath: Store string length inside string objectArseny 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-05Optimize XPath document order comparatorArseny Kapoulkine
2014-10-05Optimize XPath sorting for sorted sequencesArseny Kapoulkine
2014-10-04Optimize unrolled scanning for MSVCArseny Kapoulkine
2014-10-03Fix whitespace indentationArseny Kapoulkine
2014-10-03Reorganize xml_memory_page structureArseny Kapoulkine