aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Merge pull request #391 from zeux/cmake-omgv1.11.3Arseny Kapoulkine1-1/+2
2020-12-18Fix compatibility issue with CMake 3.10Arseny Kapoulkine1-1/+2
2020-12-14Merge pull request #389 from mathstuf/fix-alias-compat-targetv1.11.2Arseny Kapoulkine1-1/+2
2020-12-10cmake: avoid ALIAS targetBen Boeckel1-1/+2
2020-12-04docs: Rebuild HTML documentationv1.11.1Arseny Kapoulkine1-1/+11
2020-12-04Merge pull request #384 from mathstuf/update-1.11-release-notesArseny Kapoulkine2-0/+10
2020-12-02docs: add a note about the new imported target name for CMakeBen Boeckel1-0/+3
2020-12-02cmake: provide a compatibility target for usersBen Boeckel1-0/+7
2020-11-26scripts: Convert archive.py to Python 3v1.11Arseny Kapoulkine2-7/+7
2020-11-26scripts: Remove deprecated iconUrl from NuGet packageArseny Kapoulkine1-1/+0
2020-11-26Update copyright year to 2020 everywhereArseny Kapoulkine11-20/+20
2020-11-25Merge pull request #383 from zeux/next-releaseArseny Kapoulkine12-300/+394
2020-11-25Update version to 1.11 and update documentationArseny Kapoulkine12-300/+394
2020-11-25tests: Fix test fallout for MSVC6Arseny Kapoulkine1-0/+2
2020-11-25Fix -Wshadow in remove_children()Arseny Kapoulkine1-4/+4
2020-11-25Merge pull request #382 from zeux/TheNicker-masterArseny Kapoulkine1-2/+17
2020-11-25Cleanup code and feature detectionArseny Kapoulkine1-42/+15
2020-10-26Merge pull request #376 from jjmccollum/mingw-dll-fixArseny Kapoulkine1-1/+1
2020-10-26Added fix to pugixml_dll.rc so shared lib can be built with MinGWJames McCollum1-1/+1
2020-09-11Merge pull request #370 from zeux/xpath-recArseny Kapoulkine2-0/+8
2020-09-11XPath: Fix stack overflow in functions with long argument listsArseny Kapoulkine2-0/+8
2020-09-10Merge pull request #369 from zeux/xpath-recArseny Kapoulkine3-2/+77
2020-09-10Fix stack overflow in tests on MSVC x64Arseny Kapoulkine3-2/+5
2020-09-10Fix tests in wchar modeArseny Kapoulkine1-5/+5
2020-09-10XPath: Restrict AST depth to prevent stack overflowArseny Kapoulkine2-2/+74
2020-07-21Replaced fopen and _wfopen deprecated functions with the safer fopen_s and _w...Lior Lahav1-0/+42
2020-07-15Merge pull request #363 from c72578/2020-07-15_Fix_pkgconfig_lib_postfixArseny Kapoulkine2-1/+11
2020-07-15Fix debug postfix in pkgconfig fileWolfgang Stöggl2-1/+11
2020-07-06Merge pull request #360 from julianxhokaxhiu/patch-1Arseny Kapoulkine1-3/+0
2020-07-06Merge pull request #361 from zeux/ps-stderrArseny Kapoulkine1-2/+2
2020-07-06Fix PowerShell errors on stderrArseny Kapoulkine1-2/+2
2020-07-06[Cmake] Static build should not export APIsJulian Xhokaxhiu1-3/+0
2020-06-13Work around a false positive in MSVC debug runtime checkerArseny Kapoulkine1-1/+1
2020-05-11Merge pull request #353 from jhasse/nullptr-in-headerArseny Kapoulkine1-4/+13
2020-05-10Use nullptr in pugixml.hpp if available, see #91Jan Niklas Hasse1-4/+13
2020-05-02Clarify the document element behavior.Arseny Kapoulkine1-2/+3
2020-05-02Merge pull request #349 from KyleFromKitware/cmake-improvementsArseny Kapoulkine1-78/+83
2020-04-27Export targets from build directoryKyle Edwards1-0/+3
2020-04-27Merge pull request #348 from rip-nsk/source_and_header-only_linkage_optionsArseny Kapoulkine3-9/+13
2020-04-27Use COMPONENT arguments in install() commandsKyle Edwards1-7/+23
2020-04-27Fix multiple-rules-for-target errorKyle Edwards1-71/+57
2020-04-24Add "Include pugixml.cpp" and "Header Only" linkage optionsrip.nsk3-9/+13
2020-02-19Adjust node_copy_tree to be more explicit about invariantsArseny Kapoulkine1-2/+9
2020-02-19XPath: Remove the use of fallthrough switch casesArseny Kapoulkine1-67/+72
2020-02-07Merge pull request #330 from LocutusOfBorg/patch-2Arseny Kapoulkine1-1/+2
2020-02-07Update CMakeLists.txt to rename the static and shared libraries to pugixmlGianfranco Costamagna1-1/+2
2020-02-01XPath: Add a clarification comment for ast_variable fallthroughArseny Kapoulkine1-0/+8
2020-02-01tests: Add a dedicated test for XPath variable conversionArseny Kapoulkine1-0/+26
2019-12-20Merge pull request #316 from BotellaA/patch-1Arseny Kapoulkine1-0/+1
2019-12-06Add POSITION_INDEPENDENT_CODE option Arnaud Botella1-0/+1