summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-01Implement copyless copyArseny Kapoulkine
2014-10-01Add header bit for 'name or value is shared' flagArseny Kapoulkine
2014-10-01tests: Fix allocator.cpp indentationArseny Kapoulkine
2014-09-28Remove redundant reference indirection for internal functions.Arseny Kapoulkine
2014-09-28tests: Add a test for stackless copyArseny Kapoulkine
2014-09-28Implement non-recursive node copyingArseny Kapoulkine
2014-09-27contrib: Fix foreach.hpp for Boost 1.56.0Arseny Kapoulkine
2014-09-25Internal refactoring: rename xml_buffered_writer::write overloadsArseny Kapoulkine
2014-09-25Optimize xml_buffered_writer::write(char_t...)Arseny Kapoulkine
2014-09-24Optimize xml_buffered_writer::write(const char_t*)Arseny Kapoulkine
2014-09-23tests: Add one more XPath optimization testArseny Kapoulkine
2014-09-23XPath: Optimize //name queries when possibleArseny Kapoulkine
2014-09-23tests: More XPath testsArseny Kapoulkine
2014-09-22Optimize and refactor node output implementation a bit (+5% perf gain)Arseny Kapoulkine
2014-09-21Optimize text_output_indentArseny 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-21Implement non-recursive node outputArseny Kapoulkine
2014-09-21Fix Jamrules.jam for Windows Kits 8.1Arseny Kapoulkine
2014-09-15CMake tweaks:Arseny Kapoulkine
2014-09-15Fix VC 14 warningsArseny Kapoulkine
2014-09-12tests: Add git-svn reviving scriptArseny Kapoulkine
2014-09-04Merged pull request #7 from opoplawski/master.Arseny Kapoulkine
2014-09-03scripts: Add EXPORT pugixml-configOrion Poplawski
2014-08-26Unroll performance-critical loops 4xArseny Kapoulkine
2014-08-25Use PUGI__SCANWHILE for strconv utilitiesArseny Kapoulkine
2014-08-25Rename ENDSWITH to PUGI__ENDSWITHArseny Kapoulkine
2014-08-11Move attribute name setup after pointer setup to handle exceptions betterArseny Kapoulkine
2014-08-10docs: Add documentation for moving functionsArseny Kapoulkine
2014-08-10tests: Add tests for node movementArseny Kapoulkine
2014-08-10Implement node moving functions.Arseny Kapoulkine
2014-08-10Refactor low-level node manipulation routines into separate functions.Arseny Kapoulkine
2014-07-28Add BUILD_DEFINES parameter to CMakeLists.txtArseny Kapoulkine
2014-06-01Improve XPath allocator performanceArseny Kapoulkine
2014-05-04Add xpath_node_set::iterator that is the same as const_iterator.Arseny Kapoulkine
2014-04-02tests: Fix Mac OS X compilation.Arseny Kapoulkine
2014-02-28docs: Update release date to... todayv1.4Arseny Kapoulkine