+2
−2
+32
−21
+32
−12
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Code extracted from:
https://github.com/zeux/pugixml.git
at commit cec32da2b5ea03066baff55810f7e8f30960b10d (master).
Upstream Shortlog
-----------------
Arseny Kapoulkine (11):
3f28a5d9 Update all copyright notices to specify year 2018
19549418 build: Add clang/Linux builds to Travis
2ec3579f Work around gcc issues with limits.h not defining LLONG_MIN
b127cfb1 Fix Texas Instruments compiler warning
655bc825 docs: Add preliminary 1.9 changelog
951c8f15 Refactor noexcept macros
15fdb838 ubsan: Fix type mismatch in compact mode for document data
9540016f ubsan: Fix type mismatch for xml_extra_buffer in compact mode
e50672cf ubsan: Fix undefined behavior for signed left shift in compact mode
fe7b8378 tests: Fix PUGIXML_COMPACT+PUGIXML_WCHAR_MODE tests
cec32da2 docs: Update changelog
Ben Boeckel (2):
0df7adb6 cmake: set the minimum version before the project call
7fcfb72d cmake: keep sources and headers separate
Brandl, Matthäus (MBR) (1):
b8d1d07a Enables usage of override specifier for MSVC compilers (beginning with 17.0 which is the compiler of Visual Studio 2012)
Matthäus Brandl (2):
8284dbf6 Add noexcept specifiers to move special members where possible (#183)
9187e650 Adds noexcept specifiers to the move special members of xml_document,… (#185)