Files
meta-openembedded/meta-oe/recipes-support
Wang Mingyu a40b1fa392 spdlog: upgrade 1.13.0 -> 1.14.0
Changelog:
===========
-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.
-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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02 07:32:54 -07:00
..
2023-08-03 09:14:20 -07:00
2024-04-23 15:15:31 -07:00
2024-02-09 09:52:07 -08:00
2024-02-19 23:22:19 -08:00
2024-04-15 21:01:19 -07:00
2024-01-22 18:02:26 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:07 -08:00
2023-10-26 09:02:04 -07:00
2024-03-03 11:22:35 -08:00
2023-12-22 06:39:32 -08:00
2023-08-03 09:14:20 -07:00
2023-12-22 06:39:35 -08:00
2024-03-08 17:21:41 +02:00
2024-02-09 09:52:13 -08:00
2023-09-22 23:57:50 -07:00
2023-07-13 07:22:17 -07:00
2024-02-09 09:52:12 -08:00
2024-03-08 10:07:30 -08:00
2024-03-08 10:07:25 -08:00
2024-03-21 08:46:06 -07:00
2023-08-03 09:14:20 -07:00
2023-12-27 00:15:54 -08:00
2024-01-22 18:02:27 -08:00
2024-02-09 09:52:12 -08:00
2024-04-17 23:47:23 -07:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:08 -08:00
2024-05-02 07:32:48 -07:00
2023-04-26 19:02:36 -07:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2024-04-06 10:03:36 -07:00
2023-12-29 09:04:15 -08:00
2023-08-03 09:14:20 -07:00
2024-05-02 07:32:48 -07:00
2024-04-09 16:38:42 -07:00
2024-02-14 12:59:18 -08:00
2024-01-02 08:24:09 -08:00
2024-01-08 19:54:42 -08:00
2023-08-03 09:14:20 -07:00
2024-01-27 09:48:30 -08:00
2024-02-19 23:22:24 -08:00
2024-01-02 00:35:51 -08:00
2023-04-02 10:21:18 -07:00
2024-03-23 19:02:36 -07:00
2024-02-09 09:52:12 -08:00
2024-03-25 18:52:51 -07:00
2023-05-25 08:57:47 -07:00
2024-04-02 11:28:50 -07:00
2024-02-09 09:52:08 -08:00
2023-03-09 23:45:17 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:10 -08:00
2024-03-08 10:07:26 -08:00
2024-01-04 22:47:07 -08:00
2024-04-17 23:47:24 -07:00
2024-02-19 23:22:24 -08:00
2024-02-09 09:52:12 -08:00
2023-12-05 16:59:39 -08:00
2023-08-19 10:46:14 -07:00
2024-02-09 09:52:12 -08:00
2023-05-10 08:01:07 -07:00
2024-04-12 23:07:33 -07:00
2023-08-03 09:14:20 -07:00
2024-01-12 10:30:33 -08:00
2023-06-19 10:24:49 -07:00
2024-03-08 10:07:26 -08:00
2023-08-03 09:14:20 -07:00
2023-08-03 09:14:20 -07:00
2024-02-20 08:46:29 -08:00
2023-11-06 08:47:16 -08:00
2024-01-08 19:54:42 -08:00
2024-02-09 09:52:10 -08:00
2024-02-26 08:14:43 -08:00
2023-09-07 08:22:44 -07:00
2024-03-08 10:07:24 -08:00
2024-05-02 07:32:54 -07:00
2023-08-03 09:14:20 -07:00
2024-02-09 09:52:12 -08:00
2023-11-29 22:25:05 -08:00
2023-10-23 17:00:49 -07:00
2023-06-05 09:29:34 -07:00
2023-09-24 21:29:26 -07:00
2024-04-12 23:07:33 -07:00
2023-08-26 17:32:44 -07:00
2024-02-09 09:52:12 -08:00
2024-04-17 23:47:29 -07:00
2023-08-15 20:07:54 -07:00
2024-02-09 09:52:12 -08:00
2023-12-29 09:04:21 -08:00