aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-10Fix PUGIXML_VERSION macrov1.12.1Arseny Kapoulkine2-3/+3
2022-02-08docs: Regenerate HTML documentationv1.12Arseny Kapoulkine2-1388/+1441
2022-02-08docs: Update manual with 1.12 changelogArseny Kapoulkine1-0/+21
2022-02-08Update copyright year to 2022Arseny Kapoulkine9-15/+15
2022-02-08Update version to 1.12Arseny Kapoulkine8-10/+10
2022-02-08Restore compatibility with WinCEArseny Kapoulkine1-3/+5
2022-02-08Merge pull request #468 from appls/masterArseny Kapoulkine6-5/+363
2022-02-06Create SECURITY.mdArseny Kapoulkine1-0/+9
2022-01-21Fix path.tobias2-16/+16
2022-01-21Add missing build script and test script entries for appveyor.tobias1-0/+3
2022-01-21Add missing appveyor test config for Visual Studio 2022.tobias1-3/+6
2022-01-21Add support for Visual Studio 2022 with Platform Toolset v143.tobias4-2/+354
2021-08-07Merge pull request #436 from zeux/zeux-patch-1Arseny Kapoulkine1-0/+5
2021-08-07Set CMP0091 CMake policyArseny Kapoulkine1-0/+5
2021-08-07Merge pull request #426 from bjornblissing/feature/cmake_pugiconfigArseny Kapoulkine2-4/+22
2021-08-07Update CMakeLists.txtArseny Kapoulkine1-15/+2
2021-07-09docs: Update manual to be more explicit about save_file returnArseny Kapoulkine3-31/+41
2021-06-30Merge pull request #431 from justinkb/masterArseny Kapoulkine1-6/+5
2021-06-30Fix include in test_document.cpp when building against libc++Paul Mulders1-6/+5
2021-06-30Update .codecov.ymlArseny Kapoulkine1-1/+6
2021-06-28Store definitions in variable to avoid duplicationBjörn Blissing1-20/+18
2021-06-28Make some compile definitions publicBjörn Blissing1-3/+5
2021-06-28Update github action to trigger defines via CMakeBjörn Blissing1-1/+1
2021-06-28Fix generator expressionsBjörn Blissing1-20/+20
2021-06-28Move advanced memory settings into target defs.Björn Blissing1-25/+13
2021-06-28Check for existence of long longBjörn Blissing1-0/+4
2021-06-28Add options to build targetsBjörn Blissing1-25/+16
2021-06-28Mark advanced options and removed redundant onesBjörn Blissing1-25/+3
2021-06-28Add Cmake options for pugiconfig.hppBjörn Blissing1-0/+70
2021-06-27Merge pull request #428 from zeux/ghaArseny Kapoulkine3-28/+53
2021-06-27gcov crashes on LLVM-produced coverage on LinuxArseny Kapoulkine1-0/+2
2021-06-27Fix coverage build to include CXX defineArseny Kapoulkine1-1/+1
2021-06-27Don't run GHA workflow on push to branchesArseny Kapoulkine1-46/+50
2021-06-27Remove custom job name for unixArseny Kapoulkine1-1/+0
2021-06-27Switch to export and GH varsArseny Kapoulkine1-7/+5
2021-06-27Change badge to GHA badge.Arseny Kapoulkine1-1/+1
2021-06-27Add GitHub Actions based buildArseny Kapoulkine2-27/+49
2021-06-22Merge pull request #399 from bjornblissing/feature/cmake_prefixArseny Kapoulkine1-14/+25
2021-06-19Reverted to use of global BUILD_SHARED_LIBS optionBjörn Blissing1-9/+10
2021-06-19Use target_compile_definitions for custom definesBjörn Blissing1-7/+7
2021-06-15Re-introduced the custom build definesBjörn Blissing1-0/+9
2021-06-15Add PUGIXML as prefix to CMake optionsBjörn Blissing1-17/+18
2021-05-11tests: Fix wchar_t buildArseny Kapoulkine1-1/+1
2021-05-11Fix a bug in move construction when move source is emptyArseny Kapoulkine2-3/+19
2021-05-11XPath: Improve recursion limit for deep chains of //Arseny Kapoulkine2-3/+6
2021-05-07Merge pull request #422 from neheb/patch-1Arseny Kapoulkine1-1/+1
2021-05-06fix cygwin compilationRosen Penev1-1/+1
2021-04-27Merge pull request #419 from neheb/rangesArseny Kapoulkine1-0/+2
2021-04-27add empty methodRosen Penev1-0/+2
2021-04-26Merge pull request #418 from neheb/rangesArseny Kapoulkine2-12/+12