summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-11-13Add count argument to compact_hash_table::rehash/reserveArseny Kapoulkine
2017-11-12CMake: Add __declspec(dllexport) for shared library buildsArseny Kapoulkine
2017-11-10tests: Fix expansion-to-defined warningArseny Kapoulkine
2017-10-29build: Simplify config=sanitizeArseny Kapoulkine
2017-10-29build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzerArseny Kapoulkine
2017-10-26tests: Add more tests for document moveArseny Kapoulkine
2017-10-20Clarify a note about compact hash behavior during moveArseny Kapoulkine
2017-10-20tests: Add more move testsArseny Kapoulkine
2017-09-25tests: Adjust move coverage testsArseny Kapoulkine
2017-09-25tests: Add more move testsArseny Kapoulkine
2017-09-25tests: Add more move testsArseny Kapoulkine