--- - branch: MAIN date: Fri Apr 26 17:20:24 UTC 2024 files: - new: '1.21' old: '1.20' path: pkgsrc/devel/spdlog/Makefile pathrev: pkgsrc/devel/spdlog/Makefile@1.21 type: modified - new: '1.10' old: '1.9' path: pkgsrc/devel/spdlog/PLIST pathrev: pkgsrc/devel/spdlog/PLIST@1.10 type: modified - new: '1.17' old: '1.16' path: pkgsrc/devel/spdlog/distinfo pathrev: pkgsrc/devel/spdlog/distinfo@1.17 type: modified id: 20240426T172024Z.380eabef4f0b84905d4324a242e9e6c003c38147 log: | spdlog: updated to 1.14.0 Version 1.14.0 Updated bundled fmt to version 10.2.1. Mapped Diagnostic Context (MDC) support MDC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers. Usage example: #include "spdlog/mdc.h" .. spdlog::mdc::put("mdc_key_1", "mdc_value_1"); spdlog::info("Hello, {}", "World!"); // => [2024-04-26 02:08:05.040] [info] [mdc_key_1:mdc_value_1] Hello, World! Add milliseconds support to stopwatch Add std::string_view overloads for logger accessor Make async_logger::flush() synchronous - wait for the flush operation to complete before returning Use _stat() on Windows to be more UTF8 friendly Add details about how compile time macros work Fix typos found by codespell Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed Fix the problem of compilation failure under MINGW Add missing include in circular_q.h Don't remove previous defaullt logger from registry in set_default_logger. Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. Updated INSTALL.md has to better reflect compiler info Fixed README.md example module: pkgsrc subject: 'CVS commit: pkgsrc/devel/spdlog' unixtime: '1714152024' user: adam