aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-22Work around gcc issues with limits.h not defining LLONG_MINArseny Kapoulkine1-5/+5
2018-01-29Merge pull request #179 from mathstuf/cmake-touchupsArseny Kapoulkine1-5/+5
2018-01-29cmake: keep sources and headers separateBen Boeckel1-3/+3
2018-01-29cmake: set the minimum version before the project callBen Boeckel1-2/+2
2018-01-23build: Add clang/Linux builds to TravisArseny Kapoulkine1-0/+9
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine11-81/+78
2017-12-29docs: Fix a typo in dom_tree.pngArseny Kapoulkine1-0/+0
2017-12-22Merge pull request #177 from zeux/osx-fixArseny Kapoulkine1-0/+2
2017-12-22tests: Fix OSX test failureArseny Kapoulkine1-0/+2
2017-12-22docs: Fixed quickstart linksArseny Kapoulkine2-29/+26
2017-11-13Use raw pointers in xml_node::traverse implementationArseny Kapoulkine1-14/+13
2017-11-13XPath: Always allocate xpath_strings on temporary stack for concatArseny Kapoulkine1-10/+3
2017-11-13Merge pull request #170 from zeux/moveArseny Kapoulkine4-16/+333
2017-11-13Fix -Wshadow warningArseny Kapoulkine1-1/+1
2017-11-13tests: Add compact move testsArseny Kapoulkine1-3/+25
2017-11-13Implement correct move error handling for compact modeArseny Kapoulkine1-5/+27
2017-11-13Add count argument to compact_hash_table::rehash/reserveArseny Kapoulkine1-9/+13
2017-11-12CMake: Add __declspec(dllexport) for shared library buildsArseny Kapoulkine1-0/+5
2017-11-10tests: Fix expansion-to-defined warningArseny Kapoulkine1-1/+5
2017-10-29build: Simplify config=sanitizeArseny Kapoulkine1-7/+2
2017-10-29build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzerArseny Kapoulkine1-7/+2
2017-10-26tests: Add more tests for document moveArseny Kapoulkine1-0/+33
2017-10-20Clarify a note about compact hash behavior during moveArseny Kapoulkine1-2/+1
2017-10-20tests: Add more move testsArseny Kapoulkine1-0/+11
2017-09-25tests: Adjust move coverage testsArseny Kapoulkine1-3/+7
2017-09-25tests: Add more move testsArseny Kapoulkine1-0/+9
2017-09-25tests: Add more move testsArseny Kapoulkine1-2/+25