sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (864f8a991c2e090a94dd25b22e7b1d160becca39)
- From: Pavel Vinogradov <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (864f8a991c2e090a94dd25b22e7b1d160becca39)
- Date: Sun, 2 Feb 2025 04:46:01 +0000
GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
libs/spdlog/DETAILS | 7 ++++---
libs/spdlog/HISTORY | 4 ++++
libs/spdlog/PRE_BUILD | 4 ----
libs/spdlog/patches/0001-fmt-1.11.patch | 32
--------------------------------
4 files changed, 8 insertions(+), 39 deletions(-)
New commits:
commit 864f8a991c2e090a94dd25b22e7b1d160becca39
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/spdlog: version 1.15.1
diff --git a/libs/spdlog/DETAILS b/libs/spdlog/DETAILS
index bdf81f1..49d5f32 100755
--- a/libs/spdlog/DETAILS
+++ b/libs/spdlog/DETAILS
@@ -1,10 +1,11 @@
SPELL=spdlog
- VERSION=1.15.0
-
SOURCE_HASH=sha512:3dd98409f4625ae4d46ef5f59a2fc22a6e151a13dba9d37433363e5d84eab7cca73b379eeb637d8f9b1f0f5a42221c0cc9a2a70414dc2b6af6a162e19fba0647
+ VERSION=1.15.1
+
SOURCE_HASH=sha512:d6575b5cd53638345078a1c6a886293892359a07ee6de45e23d0c805bb33f59350f33060bce38824e09ce84525b575acdae7b94fc6e82191f5fd576f6c9252b2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/gabime/spdlog
SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+# Watch: https://github.com/gabime/spdlog/tags
ENTERED=20170916
LICENSE[0]=MIT
KEYWORDS="C++ logging"
diff --git a/libs/spdlog/HISTORY b/libs/spdlog/HISTORY
index 332cf25..bd6c761 100644
--- a/libs/spdlog/HISTORY
+++ b/libs/spdlog/HISTORY
@@ -1,3 +1,7 @@
+2025-02-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.15.1, added Watch utl, quoting++
+ * PRE_BUILD, patches/0001-fmt-1.11.patch: dropped, not needed anymore
+
2025-01-02 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD, patches/0001-fmt-1.11.patch: added upstream patch to fix
building
with fmt 1.11.x
diff --git a/libs/spdlog/PRE_BUILD b/libs/spdlog/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/libs/spdlog/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/libs/spdlog/patches/0001-fmt-1.11.patch
b/libs/spdlog/patches/0001-fmt-1.11.patch
deleted file mode 100644
index be0dd4f..0000000
--- a/libs/spdlog/patches/0001-fmt-1.11.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 276ee5f5c0eb13626bd367b006ace5eae9526d8a Mon Sep 17 00:00:00 2001
-From: Rui Chen <rui AT chenrui.dev>
-Date: Thu, 26 Dec 2024 02:13:57 -0500
-Subject: [PATCH] fix: update to_string_view function for fmt 11.1 (#3301)
-
-Signed-off-by: Rui Chen <rui AT chenrui.dev>
----
- include/spdlog/common.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/include/spdlog/common.h b/include/spdlog/common.h
-index aca483c20..2d73f8300 100644
---- a/include/spdlog/common.h
-+++ b/include/spdlog/common.h
-@@ -365,10 +365,17 @@ SPDLOG_CONSTEXPR_FUNC spdlog::wstring_view_t
to_string_view(spdlog::wstring_view
- #endif
-
- #ifndef SPDLOG_USE_STD_FORMAT
-+#if FMT_VERSION >= 110100
-+template <typename T, typename... Args>
-+inline fmt::basic_string_view<T> to_string_view(fmt::basic_format_arg<T>
fmt) {
-+ return fmt;
-+}
-+#else
- template <typename T, typename... Args>
- inline fmt::basic_string_view<T> to_string_view(fmt::basic_format_string<T,
Args...> fmt) {
- return fmt;
- }
-+#endif
- #elif __cpp_lib_format >= 202207L
- template <typename T, typename... Args>
- SPDLOG_CONSTEXPR_FUNC std::basic_string_view<T> to_string_view(
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (864f8a991c2e090a94dd25b22e7b1d160becca39), Pavel Vinogradov, 02/01/2025
Archive powered by MHonArc 2.6.24.