aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-17Fix access modifier offsetclang-formatArseny Kapoulkine5-57/+58
2018-10-17Fix compilation by setting clang-format standard to C++03Arseny Kapoulkine3-24/+25
2018-10-17ReformatArseny Kapoulkine38-11600/+12575
2018-10-17Add .clang-format and Makefile rule for formattingArseny Kapoulkine2-0/+13
2018-10-16Remove warning in Visual Studio (#235)Dan Lipsa1-0/+9
2018-09-24Work around clang --analyze warningsArseny Kapoulkine1-4/+8
2018-09-24XPath: Refactor xpath_node_set short buffer optimizationArseny Kapoulkine2-41/+28
2018-08-13tests: Fix XPath denorm tests on Intel compilerArseny Kapoulkine1-1/+7
2018-08-13Minor CMakeLists.txt cleanupArseny Kapoulkine1-1/+1
2018-08-07Visual Studio Natvis visualization (#227)Vyacheslav Egorov1-0/+77
2018-07-30tests: Allow document_load_file_special_folder to load empty documentArseny Kapoulkine1-1/+2
2018-07-28Fix version comment; 190 = 1.9.0 (major.minor.patch)Arseny Kapoulkine1-1/+1
2018-07-23Add .gitattributes fileArseny Kapoulkine1-0/+1
2018-07-22scripts: Set file permissions when building .zip archiveArseny Kapoulkine1-0/+1
2018-06-26Use CMAKE_INSTALL_LIBDIR for pugixml.pc (#215)Wolfgang Stöggl2-2/+2
2018-06-20fix cmake warning "Policy CMP0048 is not set" (#214)Bernd Amend2-6/+5
2018-05-17docs: Mention that node is a container of children in ranged for sectionArseny Kapoulkine2-1/+16
2018-04-27Move CMake build postfix setup behind an off-by-default USE_POSTFIXArseny Kapoulkine1-1/+2
2018-04-14Clarify comment in get_strconv_pcdata as wellArseny Kapoulkine1-1/+1
2018-04-14Clarify comment in get_strconv_attributeArseny Kapoulkine1-1/+1
2018-04-12Update README.mdArseny Kapoulkine1-0/+50
2018-04-12scripts: Use LICENSE file in pugixml.podspecArseny Kapoulkine1-24/+1
2018-04-11Suffixes for different build types (#191)Alexander Straub1-0/+4
2018-04-11Add brief license information back to README.mdArseny Kapoulkine2-1/+5
2018-04-11Split LICENSE to a separate file for easier distributionBruno Pagani2-28/+26
2018-04-09cmake: always install the pkg-config file (#193)Eli Schwartz2-9/+7
2018-04-04docs: Fix changelog formattingArseny Kapoulkine2-4/+6
2018-04-04tests: Fix PUGIXML_COMPACT build on some platformsv1.9Arseny Kapoulkine1-1/+1
2018-04-03tests: Fix PUGIXML_NO_XPATH,PUGIXML_COMPACT buildArseny Kapoulkine1-0/+4
2018-04-03tests: Fix PUGIXML_NO_XPATH buildArseny Kapoulkine1-0/+2
2018-04-02tests: Fix PUGIXML_NO_EXCEPTIONS testsArseny Kapoulkine1-6/+6
2018-04-02docs: Regenerate HTML documentationArseny Kapoulkine2-11/+96
2018-04-02Update version to 1.9Arseny Kapoulkine8-9/+9
2018-04-02tests: Fix PUGIXML_NO_STL buildArseny Kapoulkine2-6/+12
2018-04-02docs: Update changelogArseny Kapoulkine1-0/+1
2018-04-02Work around gcc-8 warningArseny Kapoulkine1-2/+2
2018-04-02docs: Update v1.9 release date to 04.04Arseny Kapoulkine1-1/+3
2018-03-29Add a comment to clarify subtle branch in node_copy_treeArseny Kapoulkine1-0/+1
2018-03-16docs: Update changelogArseny Kapoulkine1-0/+1
2018-03-16tests: Fix PUGIXML_COMPACT+PUGIXML_WCHAR_MODE testsArseny Kapoulkine2-4/+4
2018-03-16ubsan: Fix undefined behavior for signed left shift in compact modeArseny Kapoulkine1-2/+2
2018-03-15ubsan: Fix type mismatch for xml_extra_buffer in compact modeArseny Kapoulkine1-1/+7
2018-03-15ubsan: Fix type mismatch in compact mode for document dataArseny Kapoulkine1-1/+2
2018-03-15Refactor noexcept macrosArseny Kapoulkine1-13/+11
2018-03-12docs: Add preliminary 1.9 changelogArseny Kapoulkine1-0/+25
2018-03-03Adds noexcept specifiers to the move special members of xml_document,… (#185)Matthäus Brandl2-6/+12
2018-03-01Add noexcept specifiers to move special members where possible (#183)Matthäus Brandl2-14/+28
2018-02-27Merge pull request #184 from brandl-muc/override_for_msvcArseny Kapoulkine1-0/+2
2018-02-27Enables usage of override specifier for MSVC compilers (beginning with 17.0 w...Brandl, Matthäus (MBR)1-0/+2
2018-02-27Fix Texas Instruments compiler warningArseny Kapoulkine1-0/+4