SHA256
1
0
forked from pool/pugixml

2 Commits

5 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e
size 576683

3
pugixml-1.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f17214ce02488fa8f2c325975b269a7a2c61a8be207042f11a24973dd90bf2a0
size 589788

View File

@@ -1,13 +1,13 @@
Index: pugixml-1.7/src/pugiconfig.hpp diff --git pugixml-1.15.orig/src/pugiconfig.hpp pugixml-1.15/src/pugiconfig.hpp
=================================================================== index 5f1bafd..a228252 100644
--- pugixml-1.7.orig/src/pugiconfig.hpp --- pugixml-1.15.orig/src/pugiconfig.hpp
+++ pugixml-1.7/src/pugiconfig.hpp +++ pugixml-1.15/src/pugiconfig.hpp
@@ -44,7 +44,7 @@ @@ -47,7 +47,7 @@
// #define PUGIXML_HEADER_ONLY // #define PUGIXML_HEADER_ONLY
// Uncomment this to enable long long support // Uncomment this to enable long long support (usually enabled automatically)
-// #define PUGIXML_HAS_LONG_LONG -// #define PUGIXML_HAS_LONG_LONG
+#define PUGIXML_HAS_LONG_LONG +#define PUGIXML_HAS_LONG_LONG
#endif // Uncomment this to enable support for std::string_view (usually enabled automatically)
// #define PUGIXML_HAS_STRING_VIEW

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 22 01:22:47 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to version 1.15:
* Updated patch file
Improvements:
* Many xml_attribute:: and xml_node:: functions now transparently support std::string_view and std::string when C++17 support is detected.
CMake improvements:
* Improve pkg-config file generation for NixOS
* PUGIXML_BUILD_APPLE_FRAMEWORK CMake option can be used to build pugixml as .xcframework
* PUGIXML_INSTALL CMake option can be used to disable installation targets
Compatibility improvements:
* Fix clang/gcc warnings -Wzero-as-null-pointer-constant, -Wuseless-cast, -Wshorten-64-to-32
* Fix unreferenced function warnings in PUGIXML_NO_STL configuration
* Fix CMake 3.31 deprecation warnings
* Stop using deprecated throw() when noexcept is available
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 2 09:32:01 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org> Mon Oct 2 09:32:01 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@@ -18,7 +18,7 @@
%define _libname libpugixml1 %define _libname libpugixml1
Name: pugixml Name: pugixml
Version: 1.14 Version: 1.15
Release: 0 Release: 0
Summary: Light-weight C++ XML Processing Library Summary: Light-weight C++ XML Processing Library
License: MIT License: MIT