aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysdocs: Work around asciidoc bug with TOC numberingHEADmasterArseny Kapoulkine2-41/+41
2024-07-08Merge pull request #621 from aral-matrix/masterArseny Kapoulkine1-2/+2
2024-07-07use encoding interpreted by get_write_encoding in buffered_writer constructoraral-matrix1-2/+2
2024-07-06Merge pull request #620 from zeux/nostl-warnfixArseny Kapoulkine1-0/+8
2024-07-05Work around 'unreferenced function' warnings in NO_STL buildsArseny Kapoulkine1-0/+8
2024-05-28Clarify comments for xml_*::empty()Arseny Kapoulkine1-3/+3
2024-05-19docs: Add C++20 ranges documentationArseny Kapoulkine2-3/+29
2024-03-23Merge pull request #611 from kmilos/patch-1Arseny Kapoulkine2-2/+13
2024-03-22Relative and absolute paths for a relocatable pkgconf fileMiloš Komarčević1-0/+11
2024-03-22Update pugixml.pc.inMiloš Komarčević1-2/+2
2024-01-26docs: Adjust docs wrt parse_merge_pcdata x parse_embed_pcdataArseny Kapoulkine3-22/+16
2024-01-26Update year to 2024 everywhereArseny Kapoulkine9-15/+15
2023-12-23Merge pull request #604 from zeux/ndk-warnfixArseny Kapoulkine1-23/+25
2023-12-23Extract length validation and conversion function into a templated functionArseny Kapoulkine1-24/+25
2023-12-20Fix -Wshorten-64-to-32 warning on Android NDK when targeting x86Arseny Kapoulkine1-1/+2
2023-11-16Merge pull request #595 from zeux/stl-defargArseny Kapoulkine2-23/+23
2023-11-16Merge pull request #596 from zeux/appvmpArseny Kapoulkine2-3/+7
2023-11-16Use make -j2 for mingw builds on AppVeyorArseny Kapoulkine1-2/+2
2023-11-16Restrict AppVeyor builds to master branchArseny Kapoulkine1-0/+4
2023-11-16tests: Add /MP to AppVeyor builds to try to reduce build timeArseny Kapoulkine1-1/+1
2023-11-16tests: Work around -Wself-move in new gccArseny Kapoulkine1-2/+4
2023-11-16Use cleaner references to STL classesArseny Kapoulkine2-23/+23
2023-11-14Merge pull request #594 from SoapGentoo/Wuseless-castArseny Kapoulkine1-9/+9
2023-11-13Fix `-Wuseless-cast`David Seifert1-9/+9
2023-10-22Merge pull request #590 from zeux/sanfuzzArseny Kapoulkine1-2/+2
2023-10-22Update config=sanitize and fuzz targetsArseny Kapoulkine1-2/+2
2023-10-21Merge pull request #551 from silvergasp/masterArseny Kapoulkine1-10/+30
2023-10-21Update fuzz_xpath.cppArseny Kapoulkine1-5/+5
2023-10-21Update fuzz_xpath.cppArseny Kapoulkine1-32/+38
2023-10-19Merge pull request #586 from PhilipBotha/fix/nullptr_const_zeroArseny Kapoulkine1-207/+216
2023-10-15Fix indentation changesArseny Kapoulkine1-3/+3
2023-10-15Silence -Wzero-as-null-pointer-constant for clangArseny Kapoulkine1-4/+13
2023-10-15Replace 0 with NULL for some MSVC-specific codeArseny Kapoulkine1-4/+4
2023-10-15Replace 0 with NULL for compact and wchar mode specific codeArseny Kapoulkine1-24/+24
2023-10-15Replace PUGIXML_NULL with NULL and fix a couple extra stragglersArseny Kapoulkine1-176/+176
2023-10-14Fixed zero as nullptr constant in macro.Philip1-5/+4
2023-10-13Merge pull request #585 from ilya-lavrenov/install-rulesArseny Kapoulkine1-39/+43
2023-10-12Replaced 0 with PUGIXML_NULL when appropriate.Philip Botha1-176/+177
2023-10-12Added cmake option to disable install rulesIlya Lavrenov1-39/+43
2023-10-06Merge pull request #584 from richardapeters/masterArseny Kapoulkine1-2/+2
2023-10-06Remove BUILD_TESTING as prerequisite for the PUGIXML_BUILD_TESTS; it was alwa...Richard Peters1-1/+1
2023-10-06Only include CTest when building the pugixml testsRichard Peters1-1/+1
2023-09-07Update version to 1.14 everywherev1.14latestArseny Kapoulkine11-23/+23
2023-09-07docs: Update release notes and regenerate HTML documentationArseny Kapoulkine3-1114/+1189
2023-09-06Update copyright year (2022 => 2023)Arseny Kapoulkine9-15/+15
2023-09-06Merge pull request #576 from vineethkuttan/Merge-pcdata-#546Arseny Kapoulkine4-6/+140
2023-09-06Rename merged to merged_pcdata for clarity.Arseny Kapoulkine1-6/+6
2023-09-05Use memmove instead of strcatArseny Kapoulkine2-13/+15
2023-09-05Avoid store-load penalty on cursor->parentArseny Kapoulkine1-1/+2
2023-09-05Cache ~last position of merged PCDATAArseny Kapoulkine1-2/+7