summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-07XPath: Only call apply_predicates if necessaryArseny Kapoulkine
2014-11-06Fix compact mode compilationArseny Kapoulkine
2014-11-06Verify that compact page encoding is safeArseny Kapoulkine
2014-11-06Add a separate storage class for PI nodesArseny Kapoulkine
2014-11-05Ensure selected page size works with allocate_stringArseny Kapoulkine
2014-11-05Fix xml_node::offset_debug for corner casesArseny Kapoulkine
2014-11-05Use impl::get_document instead of root() where possibleArseny Kapoulkine
2014-11-05Remove redundant branchesArseny Kapoulkine
2014-11-04Fix gcc warnings in compact modeArseny Kapoulkine
2014-11-04Merge branch 'master' into compactArseny Kapoulkine
2014-11-03:Merge remote-tracking branch 'upstream/master'Matthias Loy
2014-11-03XPath: Refactor predicate applicationArseny Kapoulkine
2014-11-02Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-11-01XPath: Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-10-30load_buffer_impl always checks if buffer is valid pointer and size > 0mloy
2014-10-28Fix compilation after merge.Arseny Kapoulkine
2014-10-28Merge branch 'master' into compactArseny Kapoulkine
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-25Fix node copying for some out of memory casesArseny Kapoulkine
2014-10-25Remove redundant null pointer checks.Arseny Kapoulkine
2014-10-21Fix compact modeArseny Kapoulkine
2014-10-21Merge branch 'master' into compactArseny Kapoulkine
2014-10-22XPath: Optimize predicate evaluationArseny Kapoulkine
2014-10-22XPath: Use node pointers in step_push/step_fillArseny Kapoulkine
2014-10-20Merge branch 'master' into compactArseny Kapoulkine
2014-10-21XPath: Make sure step_push is called with valid nodesArseny 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-16XPath: Optimize attribute axis lookupArseny Kapoulkine
2014-10-15XPath: Fix optimization bug with //name[last()]Arseny Kapoulkine
2014-10-14Adjust comment output to avoid malformed documents.Arseny Kapoulkine
2014-10-11Fix compact mode for 64-bit architecturesArseny Kapoulkine
2014-10-11Compact implementation refactoringArseny Kapoulkine
2014-10-10Merge branch 'master' into compactArseny Kapoulkine
2014-10-11Swap insert_attribute_* implementationsArseny Kapoulkine
2014-10-10Split hash table operations into reserve and insertArseny Kapoulkine
2014-10-10Move compact_hash_table before xml_allocator.Arseny Kapoulkine
2014-10-10Merge branch 'master' into compactArseny Kapoulkine
2014-10-11Refactor node/attribute tree operationsArseny Kapoulkine
2014-10-10Fix Borland C++ compilation errors/warningsArseny Kapoulkine
2014-10-09Change compact_pointer_parent to use 2 bytesArseny Kapoulkine
2014-10-08Optimize compact_pointer_parentArseny Kapoulkine
2014-10-07Rework compact_pointer implementationArseny Kapoulkine