aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-26Merge pull request #662 from e-kwsm/virtualHEADmasterArseny Kapoulkine2-5/+5
2025-01-25style: remove redundant 'virtual' for the 'override'-specified functionsEisuke Kawashima2-5/+5
2025-01-10docs: Update quickstart guide after version updateArseny Kapoulkine2-6/+6
2025-01-10scripts: Remove -appveyor version prefix from NuGet packagesv1.15latestArseny Kapoulkine1-1/+1
2025-01-10Update library version to 1.15 and update docsArseny Kapoulkine11-18/+93
2025-01-10Update copyright year to 2025Arseny Kapoulkine11-21/+22
2025-01-02Add support for Apple framework builds (#653)Treata1-1/+16
2024-11-29Merge pull request #650 from hughsie/hughsie/sbomArseny Kapoulkine1-0/+47
2024-11-26Add a SBOM template in CycloneDX formatRichard Hughes1-0/+47
2024-11-17Update CMake version to 3.5...3.30Arseny Kapoulkine1-1/+1
2024-11-05docs: Reword last bullet point of thread safety guaranteesArseny Kapoulkine2-5/+5
2024-11-04Merge pull request #642 from zeux/string-view-defArseny Kapoulkine11-31/+42
2024-10-30CMake now uses C++17 if supported by the compilerArseny Kapoulkine1-4/+6
2024-10-30Merge pull request #643 from zeux/cmake-testArseny Kapoulkine3-0/+81
2024-10-30Add basic CMake testing to AppVeyorArseny Kapoulkine2-0/+65
2024-10-30Add unix-cmake test to GHAArseny Kapoulkine1-0/+16
2024-10-30Enable C++17 support in VS2019 and VS2022 projectsArseny Kapoulkine4-0/+16
2024-10-30Enable C++17 standard in AppVeyor testsArseny Kapoulkine1-1/+3
2024-10-30docs: Update documentation to address PUGIXML_HAS_STRING_VIEW changesArseny Kapoulkine2-8/+7
2024-10-30Auto-detect std::string_view support by defaultArseny Kapoulkine4-18/+10
2024-10-28Update VERSION in Makefile and add documentation for string_view_t (#641)dantargz3-25/+123
2024-10-28Makefile now defaults to cxxstd=any (#639)Arseny Kapoulkine1-2/+1
2024-10-26Warn if PUGIXML_STRING_VIEW is set without CMAKE_CXX_STANDARD (#638)Arseny Kapoulkine1-1/+5
2024-10-24Add remaining std::string_view overloads (#636)dantargz5-10/+578
2024-10-22Merge pull request #623 from r-barnes/masterArseny Kapoulkine3-6/+6
2024-10-22Define PUGIXML_NOEXCEPT as throw()Arseny Kapoulkine1-2/+2
2024-10-22Initial support for std::string_view (#633)dantargz7-4/+251
2024-09-12docs: Work around asciidoc bug with TOC numberingArseny Kapoulkine2-41/+41
2024-07-16throw() -> noexceptRichard Barnes3-4/+4
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