Commit Graph

243 Commits

Author SHA1 Message Date
gabime
6797ac64bd Updated backend func name 2024-12-14 19:26:43 +02:00
gabime
663df6278d forward declaration 2024-12-14 12:46:56 +02:00
gabime
1994eb1a15 Move all func impl from async_sink.h header to async_sink.cpp 2024-12-14 12:38:06 +02:00
gabime
8643c66b6e created async_sink.cpp and updated example 2024-12-14 12:31:23 +02:00
gabime
63507e5de6 Fixed analyzer warnings 2024-12-07 18:49:08 +02:00
gabime
cfef4069b6 Fixed analyzer warnings 2024-12-07 18:47:55 +02:00
gabime
5ec87952ff Fixed analyzer warnings 2024-12-07 18:39:12 +02:00
gabime
28c0db1f5a Fixed operator= in async_log_msg.cpp 2024-12-07 18:29:45 +02:00
gabime
6cc6a7b655 wip async sink 2024-12-07 16:41:54 +02:00
gabime
07c697f4f5 wip async sink 2024-12-07 13:54:40 +02:00
Gabi Melman
31f6b371cb Fix compile 2024-12-07 11:00:31 +02:00
Gabi Melman
4b787b3044 Cleanup template instantiations 2024-12-07 10:48:16 +02:00
Gabi Melman
9bc69aa2f5 Fixed windows compile 2024-12-07 10:41:25 +02:00
gabime
f67645a7e9 Fixed windows compile 2024-12-07 01:34:15 +02:00
gabime
4f6f5909ed Fixed windows compile 2024-12-07 01:28:16 +02:00
gabime
d18a221603 Fixed windows compile 2024-12-07 01:25:19 +02:00
gabime
3851c8e4a2 Fixed windows compile 2024-12-07 01:21:27 +02:00
gabime
6f2a09bc15 Fixed windows compile 2024-12-07 01:13:20 +02:00
gabime
9fa35a9229 Fixed windows compile 2024-12-07 01:05:19 +02:00
gabime
8d4943789c wip1 2024-12-07 00:52:27 +02:00
Gabi Melman
166843ff3a
V2.x no reg (#3285)
Removed registry
2024-12-06 19:21:42 +02:00
Gabi Melman
08c727e4f8
Use std filesystem (#3284)
* Use std::filesystem for path names and impl
2024-12-05 19:14:25 +02:00
gabime
e62be8b43f clang-format 2024-12-01 23:59:09 +02:00
gabime
3c9963a495 Removed tweak options and spdlog_config.h 2024-11-30 19:55:45 +02:00
gabime
e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite 2024-11-30 15:46:06 +02:00
gabime
0d8f1f1dd4 Fixed tidy warnings 2024-11-30 12:53:19 +02:00
gabime
7a0e2ff8a8 Fixed tidy warnings 2024-11-30 12:45:14 +02:00
gabime
ec34d6ddc6 Fixed win compile 2024-11-30 12:19:03 +02:00
gabime
70c65cf61b Fix windows build 2024-11-30 11:59:50 +02:00
gabime
82bb5114e2 Fixed some tidy warnings 2024-11-30 11:36:43 +02:00
Gabi Melman
aa9eaae6f6
Update os_windows.cpp 2024-11-29 23:14:12 +02:00
gabime
03e20348e2 Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows 2024-11-29 22:48:38 +02:00
gabime
693062a8bf Update cp 2024-11-29 22:10:23 +02:00
gabime
2057f67015 Removed SPDLOG_WCHAR_FILENAMES support 2024-11-29 17:17:30 +02:00
gabime
0ef49d7df6 Minor cleanup 2024-11-29 16:15:13 +02:00
gabime
bb3d25b626 Added [[nodiscard]] and made should_flush_ const 2024-11-29 16:11:13 +02:00
Gabi Melman
63535f140b
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT

* Removed SPDLOG_USE_STD_FORMAT

* clang-format

* Fix windows.yml ci

* Fix ci
2024-11-29 15:25:29 +02:00
gabime
7c6f737990 Fix windows compile of log_msg_buffer.cpp 2024-11-29 14:14:24 +02:00
gabime
eacd4d6b2a Remove mdc 2024-11-29 13:32:15 +02:00
gabime
eab1f6d5f5 Fix #3194 month name 2024-11-25 09:52:31 +02:00
gabime
a2de13630b Backported FMT_STRING 2024-11-25 09:38:01 +02:00
gabime
754be3eec6 Fix #3079 2024-11-25 09:19:41 +02:00
gabime
7ea98fba29 Removed unused includes 2024-05-03 18:45:07 +03:00
gabime
06be4409e6 clang-format 2024-05-03 18:30:46 +03:00
gabime
15829cfb84 Added final keywords to sinks and pattern_formatter.cpp 2024-05-03 18:30:04 +03:00
gabime
d60a4c7b50 Don't remove existing logger from registry in set_default_logger 2024-05-03 13:31:30 +03:00
gabime
02c3ca5016 Upadate mdc code in pattern_formatter.cpp 2024-03-29 17:13:27 +03:00
gabime
8815f81e5d Added mdc from pull #2907 2024-03-29 15:53:55 +03:00
gabime
a627f5c43a Apply #3044 pr 2024-03-22 16:56:48 +02:00
gabime
390428aae1 Fixed path_exists(..) in windows 2024-03-17 01:36:04 +02:00