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: Tue Oct 6 09:25:26 UTC 2020
Modified Files:
pkgsrc/devel/spdlog: Makefile PLIST distinfo
Log Message:
spdlog: update to 1.8.1.
1.8.1
Fixed load_env_levels() and load_argv_levels() #1680 (thanks @Tridacnid ).
Fixed stdout sink that produced extra carriage returns on Windows #1675 (thanks @chris-t-w ).
Fixed msvc_sink including windows.h #1667 (thanks @Ryan-rsm-McKenzie).
Fixed stopwatch's clock to use chrono::steady_clock #1676 (thanks @SuperWig).
Added support for Rcpp (R cpp compiler) #1685 (thanks @eddelbuettel).
1.8.0
Upgraded bundled fmt to version 7.0.3.
New stopwatch utility for quick & easy logging of elapsed time.
Raised CMake requirement to 3.10 and cleanup CMakeLists.txt (#1624). Thanks @tambry.
Added get_level() and should_log() functions to the spdlog:: namespace (#1628). Thanks @eyalroz.
Fixed tcp_client for macOS (#1640). Thanks @dkruempe.
Fixed cfg::load_env_levels() function declaration (#1651). Thanks @bareya.
Updated Fedora install info in the readme (#1653). Thanks @gk6k6k.
Fixed #1617 (aligned function pattern flag is broken). Thanks @VelocityRa for reporting.
Fixed #1581 (compiling under msys in win10).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/spdlog/Makefile \
pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/spdlog/Makefile:1.4
--- pkgsrc/devel/spdlog/Makefile:1.3 Mon Aug 24 08:44:56 2020
+++ pkgsrc/devel/spdlog/Makefile Tue Oct 6 09:25:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/08/24 08:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/06 09:25:26 wiz Exp $
-DISTNAME= spdlog-1.7.0
+DISTNAME= spdlog-1.8.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=gabime/}
GITHUB_PROJECT= spdlog
Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.3 pkgsrc/devel/spdlog/distinfo:1.4
--- pkgsrc/devel/spdlog/distinfo:1.3 Mon Aug 24 08:44:56 2020
+++ pkgsrc/devel/spdlog/distinfo Tue Oct 6 09:25:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/24 08:44:56 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/10/06 09:25:26 wiz Exp $
-SHA1 (spdlog-1.7.0.tar.gz) = e938ebb30b258bcbb4e55a02388c415bad35d8c4
-RMD160 (spdlog-1.7.0.tar.gz) = 79862d275eefbd078b79a62da870e9351cde3920
-SHA512 (spdlog-1.7.0.tar.gz) = e15d461ac7a6d3d3186fe4283e4fbaf56b2ce3011babf892e3b2d3dbdd7e999a861f1f6f67a9d88a5cf488a440add087ea78e96131f49b52ed6c7815a972799a
-Size (spdlog-1.7.0.tar.gz) = 285615 bytes
+SHA1 (spdlog-1.8.1.tar.gz) = a0fe45cfb77cb4201e9a0e40325c1792dd434a28
+RMD160 (spdlog-1.8.1.tar.gz) = 6113fba7c9ad6efbf7d302a367f20d20cd030f44
+SHA512 (spdlog-1.8.1.tar.gz) = ef855f4f91ed8aba89ef0191a9fd70f73a49567332f7eb42da1604e3a7dda3bbe48db3fd0fae317bb11ee95315d8cd62bf586d2de919ca0978d91e5a971b1c3f
+Size (spdlog-1.8.1.tar.gz) = 293528 bytes
Index: pkgsrc/devel/spdlog/PLIST
diff -u pkgsrc/devel/spdlog/PLIST:1.2 pkgsrc/devel/spdlog/PLIST:1.3
--- pkgsrc/devel/spdlog/PLIST:1.2 Fri Jun 5 11:22:44 2020
+++ pkgsrc/devel/spdlog/PLIST Tue Oct 6 09:25:26 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/05 11:22:44 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/10/06 09:25:26 wiz Exp $
include/spdlog/async.h
include/spdlog/async_logger-inl.h
include/spdlog/async_logger.h
@@ -6,7 +6,6 @@ include/spdlog/cfg/argv.h
include/spdlog/cfg/env.h
include/spdlog/cfg/helpers-inl.h
include/spdlog/cfg/helpers.h
-include/spdlog/cfg/log_levels.h
include/spdlog/common-inl.h
include/spdlog/common.h
include/spdlog/details/backtracer-inl.h
@@ -43,10 +42,12 @@ include/spdlog/fmt/bundled/core.h
include/spdlog/fmt/bundled/format-inl.h
include/spdlog/fmt/bundled/format.h
include/spdlog/fmt/bundled/locale.h
+include/spdlog/fmt/bundled/os.h
include/spdlog/fmt/bundled/ostream.h
include/spdlog/fmt/bundled/posix.h
include/spdlog/fmt/bundled/printf.h
include/spdlog/fmt/bundled/ranges.h
+include/spdlog/fmt/chrono.h
include/spdlog/fmt/fmt.h
include/spdlog/fmt/ostr.h
include/spdlog/formatter.h
@@ -85,6 +86,7 @@ include/spdlog/sinks/wincolor_sink-inl.h
include/spdlog/sinks/wincolor_sink.h
include/spdlog/spdlog-inl.h
include/spdlog/spdlog.h
+include/spdlog/stopwatch.h
include/spdlog/tweakme.h
include/spdlog/version.h
lib/cmake/spdlog/spdlogConfig.cmake
Home |
Main Index |
Thread Index |
Old Index