summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17docs: Mention that node is a container of children in ranged for sectionHEADmasterArseny Kapoulkine
2018-04-27Move CMake build postfix setup behind an off-by-default USE_POSTFIXArseny Kapoulkine
2018-04-14Clarify comment in get_strconv_pcdata as wellArseny Kapoulkine
2018-04-14Clarify comment in get_strconv_attributeArseny Kapoulkine
2018-04-12Update README.mdArseny Kapoulkine
2018-04-12scripts: Use LICENSE file in pugixml.podspecArseny Kapoulkine
2018-04-11Suffixes for different build types (#191)Alexander Straub
2018-04-11Add brief license information back to README.mdArseny Kapoulkine
2018-04-11Split LICENSE to a separate file for easier distributionBruno Pagani
2018-04-09cmake: always install the pkg-config file (#193)Eli Schwartz
2018-04-04docs: Fix changelog formattingArseny Kapoulkine
2018-04-04tests: Fix PUGIXML_COMPACT build on some platformsv1.9Arseny Kapoulkine
2018-04-03tests: Fix PUGIXML_NO_XPATH,PUGIXML_COMPACT buildArseny Kapoulkine
2018-04-03tests: Fix PUGIXML_NO_XPATH buildArseny Kapoulkine
2018-04-02tests: Fix PUGIXML_NO_EXCEPTIONS testsArseny Kapoulkine
2018-04-02docs: Regenerate HTML documentationArseny Kapoulkine
2018-04-02Update version to 1.9Arseny Kapoulkine
2018-04-02tests: Fix PUGIXML_NO_STL buildArseny Kapoulkine
2018-04-02docs: Update changelogArseny Kapoulkine
2018-04-02Work around gcc-8 warningArseny Kapoulkine
2018-04-02docs: Update v1.9 release date to 04.04Arseny Kapoulkine
2018-03-29Add a comment to clarify subtle branch in node_copy_treeArseny Kapoulkine
2018-03-16docs: Update changelogArseny Kapoulkine
2018-03-16tests: Fix PUGIXML_COMPACT+PUGIXML_WCHAR_MODE testsArseny Kapoulkine
2018-03-16ubsan: Fix undefined behavior for signed left shift in compact modeArseny Kapoulkine
2018-03-15ubsan: Fix type mismatch for xml_extra_buffer in compact modeArseny Kapoulkine
2018-03-15ubsan: Fix type mismatch in compact mode for document dataArseny Kapoulkine
2018-03-15Refactor noexcept macrosArseny Kapoulkine
2018-03-12docs: Add preliminary 1.9 changelogArseny Kapoulkine
2018-03-03Adds noexcept specifiers to the move special members of xml_document,… (#185)Matthäus Brandl
2018-03-01Add noexcept specifiers to move special members where possible (#183)Matthäus Brandl
2018-02-27Merge pull request #184 from brandl-muc/override_for_msvcArseny Kapoulkine
2018-02-27Enables usage of override specifier for MSVC compilers (beginning with 17.0 w...Brandl, Matthäus (MBR)
2018-02-27Fix Texas Instruments compiler warningArseny Kapoulkine
2018-02-22Work around gcc issues with limits.h not defining LLONG_MINArseny Kapoulkine
2018-01-29Merge pull request #179 from mathstuf/cmake-touchupsArseny Kapoulkine
2018-01-29cmake: keep sources and headers separateBen Boeckel
2018-01-29cmake: set the minimum version before the project callBen Boeckel
2018-01-23build: Add clang/Linux builds to TravisArseny Kapoulkine
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine
2017-12-29docs: Fix a typo in dom_tree.pngArseny Kapoulkine
2017-12-22Merge pull request #177 from zeux/osx-fixArseny Kapoulkine
2017-12-22tests: Fix OSX test failureArseny Kapoulkine
2017-12-22docs: Fixed quickstart linksArseny Kapoulkine
2017-11-13Use raw pointers in xml_node::traverse implementationArseny Kapoulkine
2017-11-13XPath: Always allocate xpath_strings on temporary stack for concatArseny Kapoulkine
2017-11-13Merge pull request #170 from zeux/moveArseny Kapoulkine
2017-11-13Fix -Wshadow warningArseny Kapoulkine
2017-11-13tests: Add compact move testsArseny Kapoulkine
2017-11-13Implement correct move error handling for compact modeArseny Kapoulkine