summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-02-28docs: Regenerate HTML documentationArseny Kapoulkine
2014-02-28docs: Fix samples compilationArseny Kapoulkine
2014-02-26tests: Fix WinCE compilationArseny Kapoulkine
2014-02-25Revert automatic support for header-only mode since it creates problems with ...Arseny Kapoulkine
2014-02-25docs: Add parse_trim_pcdata documentation, change release date to March 1st.Arseny Kapoulkine
2014-02-25tests: Add tests for parse_trim_pcdata.Arseny Kapoulkine
2014-02-25Add parse_trim_pcdata parse option.Arseny Kapoulkine
2014-02-23Fix clang build.Arseny Kapoulkine
2014-02-23Fix gap collapsing during PCDATA parsing for fragment mode.Arseny Kapoulkine
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine
2014-02-12Fix compilation warning for toolsets where wchar_t == char.Arseny Kapoulkine
2014-02-12Add MSVC 12 (2013) to autotest listArseny Kapoulkine
2014-02-11docs: Add parse_fragment to documentation and changelogArseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-11Fix bogus Clang 3.4 warningArseny Kapoulkine
2014-02-10Fix clang build.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2014-02-10Replace memory-management functions before every test.Arseny Kapoulkine
2014-02-10Rename parse to parse_tree and convert_buffer to convert_buffer_output to red...Arseny Kapoulkine