summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-10tests: Reenable all tests for compact modeArseny 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
2014-10-07Remove PUGI__COMPACT helperArseny Kapoulkine
2014-10-06Switch to a 3-byte representation for compact stringsArseny Kapoulkine
2014-10-05tests: Temporarily disable tests that are failing in compact modeArseny Kapoulkine
2014-10-05Initial compact storage prototypeArseny 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
2014-10-03Remove document buffer order flag from document nodeArseny Kapoulkine
2014-10-03tests: Fix MSVC6 compilationArseny Kapoulkine
2014-10-03Optimize node_copy_tree by switching to pointersArseny Kapoulkine
2014-10-03Refactor accessing node type into a macroArseny Kapoulkine
2014-10-02Fix copy behavior when out-of-memoryArseny 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-02Remove redundant condition from text_output_indentArseny Kapoulkine
2014-10-01Use append_new_node in node_copy_treeArseny Kapoulkine
2014-10-01tests: Add XPath sorting tests for move/append_bufferArseny Kapoulkine
2014-10-01Disable document_order optimization after move/append_buffer.Arseny Kapoulkine
2014-10-01tests: Add tests for copyless copy and related potential bugsArseny Kapoulkine