Skip to content
Snippets Groups Projects
Select Git revision
  • clang-format
  • gh-pages
  • master default protected
  • zeux-patch-1
  • v1.12.1
  • latest
  • v1.12
  • v1.11.4
  • v1.11.3
  • v1.11.2
  • v1.11.1
  • v1.11
  • v1.10
  • v1.9
  • v1.8.1
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.2
  • v1.0
  • v0.9
  • v0.5
24 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.07Dec20Nov1817831Oct29Sep2Aug3Jul28Jun2May30Apr29281294327Mar232015141087619Feb1820Dec915Nov8Oct10Sep19Aug27Jul242019716Feb1215Jan19Dec17Nov131231Oct30262220191814326Sep2524232221201514131211131Aug30299543222Jul21201915111098764130Jun28272423201916141312111076432131May3029262523222120171312111098621Apr2023Feb864221Jan20510Nov84331Oct30292827212012Only include wchar.h in PUGIXML_WCHAR_MODE; use a custom implementation of wcslen in case there is no wide character support.Fix uninitialized variable in case append_buffer fails with out of memory due to buffer copy allocationtests: Fix msvc11_arm toolset setupCompatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, msvc6)docs: Added append_buffer documentationtests: Added append_buffer testsImplement xml_node::append_buffer as a faster alternative to assembling documents from fragments (compared to parse & clone)archive.pl now creates a wrapping folder in both .tar.gz and .zip archivesscripts: Apply pugixml-soversion.patch: SOVERSION is now 1 instead of 1.2 (make install will deploy both libpugixml.so.1 and libpugixml.so.1.2)XPath stack optimization: Reduce convert_number_to_string stack usage by reducing mantissa_buffer size and filling resulting string on heap without an extra copy from stack.XPath: Fix BCC/DMC compilation (overloading workaround)XPath stack optimization: Rewrite part of the recursive descent parser to precedence climbing to reduce stack usageXPath: Fix unit test that (incorrectly) relied on right-associativity of union operator to trigger out of memory conditionXPath: Add unit test for unary minus and union precedencesXPath stack optimization: Reduce stack usage during parsing by sharing scratch buffer for variable/number parsing (we only need one per parser)Fix PUGIXML_MEMORY_* constants for header-only modeFix undefined pointer arithmetic for reverse() and unique() in case the range is empty (begin == end)Minor refactoringAdjust parsing so that it is possible to parse a document fragment into an existing subtree; can be used to implement append_buffer.tests: Remove 'con' loading from tests since it stopped working under Windows 8...Fix find_child_by_attribute assertion for attributes with null name/value.Add xml_object_range::iterator to work around Boost.ForEach errors without BOOST_FOREACH_RUN_TIME_CONST_RVALUE_DETECTION feature (i.e. SunCC 12). Fixes issue 164.scripts: Allow to customize library install location for CMakeAdd PUGIXML_CLASS to xml_named_node_iterator to make dllexport possible. Fixes issue 161.Iterator improvements: safety assertions in xml_named_node_iterator, const_cast workaround for BCC32 bugv1.2v1.2docs: Regenerated HTML documentationdocs: Several typo fixesdocs: Regenerated HTML documentationdocs: Added xml_text documentationdocs: Documented adding custom declaration node. Fixes issue 155.docs: Included range-based for information in quickstart, other minor tweaksdocs: Added range-based for documentation and sampledocs: Added header-only mode documentationdocs: Updated changelog, documented xml_attribute::as_string and customizable default value for xml_attribute::as_*Removed diag_push for SNC since the warning bug is not fixed even in the latest versionscripts: Updated CMakeLists.txt to match the Gentoo distribution version more closely (install header files into include/ - this is how Fedora's distribution is set up too)docs: Updated copyright yeartests: Fixed PUGIXML_NO_STL compilationUpdated version number and copyright year everywhereWhitespace-only change: set noexpandtab & retab!
Loading