pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/spdlog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  2 08:32:58 UTC 2021

Modified Files:
        pkgsrc/devel/spdlog: Makefile PLIST distinfo

Log Message:
spdlog: update to 1.8.5.

1.8.5

Fix compiling with C++17: remove constexpr on level_string_views. Thanks @stevenlunt (#1889).

1.8.4

Remove version requirement from find_package when searching external fmt. #1890. Thanks @prince-chrismc

1.8.3

New hourly file sink . Creates new file every hour. Can be limited to retain only the last N files. Thanks @BVonk (#1763).
New daily sink filename custom formatting. Users now can pass custom strftime pattern to the log filename. For example: daily_logger_format_mt("loggername", "log-%Y%m%d:%H:%M.txt", hours, minutes);. 
Thanks @fawdlstty (#1847).
Fix windows event sink log compilation with UNICODE preprocessor. Thanks @iko1 (#1760).
Add SPDLOG_DISABLE_DEFAULT_LOGGER as a CMake option. Thanks @shimaowo (#1765, #1766).
Improve color terminal detection. Thanks @dominicpoeschko (#1768).
Prevent windows color sink to leak windows headers into user code Thanks @Ryan-rsm-McKenzie (#1771).
Ensure SPDLOG_FMT_EXTERNAL is honored in the bench program. Thanks @Ryan-rsm-McKenzie (#1773).
Skip CMake module mode when finding fmt. Thanks @Ryan-rsm-McKenzie (#1774).
Better support for "/" separators on Windows, and improve wchar filename test coverage. Thanks @sylveon (#1787).
Open files with "ab" mode even if truncating to better support logrotate(8). Thanks @graydon (#1795).
Fix compiling error and typo in hourly file sink. Thanks @sillykelvin (#1805).
Add constexpr to SPDLOG_LEVEL_NAMES declaration. Thanks @gv-me (#1798).
Initializer list style consistency. Thanks @ChristianPanov (#1807).
Fix call to non-constexpr function (#1811).
Better numeric_limits<>::max/min fix when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined. Thanks @NukeULater (#1819).
Fix to prevent MSVC warning flags to propagate to CUDA. Thanks @prateek9623 (#1825, #1829).
Fix windows stdout_sink raising exception when used GUI Windows Apps that lack a console. Thanks @dgehri for reporting (#1828).
Simplified wincolor sink code and intensify the red and yellow colors.
Set default value to registry::err_handler_ to resolve Klocwork warning. . Thanks @jneruda (#1835).
Formatter bench: Fix compilation by avoiding function name decay mechanics. Thanks @MathiasMagnus (#1846).
Add build2 package support in readme. Thanks @Klaim (#1851).
Make sure __cplusplus is defined under msvc CMakeLists.txt
Fixed VS2019 W4 cast warning (#1876).
Fix warning whe the compilation flag -Wswitch-default is present. Thanks @imsherlock (#1882).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/spdlog/Makefile \
    pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/spdlog/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/spdlog/Makefile
diff -u pkgsrc/devel/spdlog/Makefile:1.5 pkgsrc/devel/spdlog/Makefile:1.6
--- pkgsrc/devel/spdlog/Makefile:1.5    Mon Jan  4 12:03:24 2021
+++ pkgsrc/devel/spdlog/Makefile        Fri Apr  2 08:32:57 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/01/04 12:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/02 08:32:57 wiz Exp $
 
-DISTNAME=              spdlog-1.8.2
+DISTNAME=              spdlog-1.8.5
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_PROJECT=                spdlog
Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.5 pkgsrc/devel/spdlog/distinfo:1.6
--- pkgsrc/devel/spdlog/distinfo:1.5    Mon Jan  4 12:03:24 2021
+++ pkgsrc/devel/spdlog/distinfo        Fri Apr  2 08:32:57 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/01/04 12:03:24 wiz Exp $
+$NetBSD: distinfo,v 1.6 2021/04/02 08:32:57 wiz Exp $
 
-SHA1 (spdlog-1.8.2.tar.gz) = 4437f350ca7fa89a0cd8faca1198afb36823f775
-RMD160 (spdlog-1.8.2.tar.gz) = db24b8bc46c2cfcfb76c71c8040f32f884d0ffbf
-SHA512 (spdlog-1.8.2.tar.gz) = 7a0a2353a10187cc314253b366fc46be8f9fe2480d2cbac3a96a8e6825ee4b62b0a5ebb3add2b22b5d7ca8fe6dddd963926603e5296e3431c0a4f7ac42beda7f
-Size (spdlog-1.8.2.tar.gz) = 319010 bytes
+SHA1 (spdlog-1.8.5.tar.gz) = e386cc71dba1c4d7fe5f6bf1f41fd39976975b2b
+RMD160 (spdlog-1.8.5.tar.gz) = f1bb9876c96f7f199a74a30acc26a636ec9662aa
+SHA512 (spdlog-1.8.5.tar.gz) = 77cc9df0c40bbdbfe1f3e5818dccf121918bfceac28f2608f39e5bf944968b7e8e24a6fc29f01bc58a9bae41b8892d49cfb59c196935ec9868884320b50f130c
+Size (spdlog-1.8.5.tar.gz) = 321229 bytes

Index: pkgsrc/devel/spdlog/PLIST
diff -u pkgsrc/devel/spdlog/PLIST:1.3 pkgsrc/devel/spdlog/PLIST:1.4
--- pkgsrc/devel/spdlog/PLIST:1.3       Tue Oct  6 09:25:26 2020
+++ pkgsrc/devel/spdlog/PLIST   Fri Apr  2 08:32:57 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/10/06 09:25:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/04/02 08:32:57 wiz Exp $
 include/spdlog/async.h
 include/spdlog/async_logger-inl.h
 include/spdlog/async_logger.h
@@ -66,6 +66,7 @@ include/spdlog/sinks/basic_file_sink.h
 include/spdlog/sinks/daily_file_sink.h
 include/spdlog/sinks/dist_sink.h
 include/spdlog/sinks/dup_filter_sink.h
+include/spdlog/sinks/hourly_file_sink.h
 include/spdlog/sinks/msvc_sink.h
 include/spdlog/sinks/null_sink.h
 include/spdlog/sinks/ostream_sink.h



Home | Main Index | Thread Index | Old Index