- Update spdlog to 1.14.0
- Release notes 1.14.0: * Updated bundled fmt to version 10.2.1. * Mapped Diagnostic Context (MDC) support by @massimiliano96 in #2907. DC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers. * Add milliseconds support to stopwatch by @brodao2 in #3034 * Add std::string_view overloads for logger accessor by @BenLeadbetter in #3023 * Make async_logger::flush() synchronous - wait for the flush operation to complete before returning by @walkerlala in #3049 * Use _stat() on Windows to be more UTF8 friendly by @liubing in #2978 * Add details about how compile time macros work by @egaban in #2981 * Fix typos found by codespell by @DimitriPapadopoulos in #3011 * Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed by @cohdan in #3009 * Fix the problem of compilation failure under MINGW by @NU-LL in #3022 * Add missing include in circular_q.h by @magnus-nomono in #3026 * Fix #3038 by @Tomas-Zhu in #3044 * Don't remove previous defaullt logger from registry in set_default_logger. Fix #3016 * Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. by @shaharv in #3048 * Updated INSTALL.md has to better reflect compiler info. #3052 * Fixed README.md example by @darallium in #3066 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=98
This commit is contained in:
parent
0f5c26f806
commit
90564fba53
@ -1 +1 @@
|
||||
libspdlog1_13
|
||||
libspdlog1_14
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 06:15:49 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Update spdlog to 1.14.0
|
||||
|
||||
- Release notes 1.14.0:
|
||||
* Updated bundled fmt to version 10.2.1.
|
||||
* Mapped Diagnostic Context (MDC) support by @massimiliano96 in #2907.
|
||||
DC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers.
|
||||
* Add milliseconds support to stopwatch by @brodao2 in #3034
|
||||
* Add std::string_view overloads for logger accessor by @BenLeadbetter in #3023
|
||||
* Make async_logger::flush() synchronous - wait for the flush operation to complete before returning by @walkerlala in #3049
|
||||
* Use _stat() on Windows to be more UTF8 friendly by @liubing in #2978
|
||||
* Add details about how compile time macros work by @egaban in #2981
|
||||
* Fix typos found by codespell by @DimitriPapadopoulos in #3011
|
||||
* Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed by @cohdan in #3009
|
||||
* Fix the problem of compilation failure under MINGW by @NU-LL in #3022
|
||||
* Add missing include in circular_q.h by @magnus-nomono in #3026
|
||||
* Fix #3038 by @Tomas-Zhu in #3044
|
||||
* Don't remove previous defaullt logger from registry in set_default_logger. Fix #3016
|
||||
* Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. by @shaharv in #3048
|
||||
* Updated INSTALL.md has to better reflect compiler info. #3052
|
||||
* Fixed README.md example by @darallium in #3066
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 12:25:23 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: spdlog
|
||||
%define lname libspdlog1_13
|
||||
%define sover 1.13
|
||||
Version: 1.13.0
|
||||
%define lname libspdlog1_14
|
||||
%define sover 1.14
|
||||
Version: 1.14.0
|
||||
Release: 0
|
||||
Summary: C++ logging library
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9
|
||||
size 264003
|
3
v1.14.0.tar.gz
Normal file
3
v1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc
|
||||
size 270013
|
Loading…
x
Reference in New Issue
Block a user