Commit Graph

239 Commits (98ffe773286dc20d0802018a9bad07f9dabf89b1)

Author SHA1 Message Date
gabime 63507e5de6 Fixed analyzer warnings 9 months ago
gabime cfef4069b6 Fixed analyzer warnings 9 months ago
gabime 5ec87952ff Fixed analyzer warnings 9 months ago
gabime 28c0db1f5a Fixed operator= in async_log_msg.cpp 9 months ago
gabime 6cc6a7b655 wip async sink 9 months ago
gabime 07c697f4f5 wip async sink 9 months ago
Gabi Melman 31f6b371cb Fix compile 9 months ago
Gabi Melman 4b787b3044 Cleanup template instantiations 9 months ago
Gabi Melman 9bc69aa2f5 Fixed windows compile 9 months ago
gabime f67645a7e9 Fixed windows compile 9 months ago
gabime 4f6f5909ed Fixed windows compile 9 months ago
gabime d18a221603 Fixed windows compile 9 months ago
gabime 3851c8e4a2 Fixed windows compile 9 months ago
gabime 6f2a09bc15 Fixed windows compile 9 months ago
gabime 9fa35a9229 Fixed windows compile 9 months ago
gabime 8d4943789c wip1 9 months ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
Removed registry
9 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
* Use std::filesystem for path names and impl
9 months ago
gabime e62be8b43f clang-format 9 months ago
gabime 3c9963a495 Removed tweak options and spdlog_config.h 9 months ago
gabime e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite 9 months ago
gabime 0d8f1f1dd4 Fixed tidy warnings 9 months ago
gabime 7a0e2ff8a8 Fixed tidy warnings 9 months ago
gabime ec34d6ddc6 Fixed win compile 9 months ago
gabime 70c65cf61b Fix windows build 9 months ago
gabime 82bb5114e2 Fixed some tidy warnings 9 months ago
Gabi Melman aa9eaae6f6
Update os_windows.cpp 9 months ago
gabime 03e20348e2 Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows 9 months ago
gabime 693062a8bf Update cp 9 months ago
gabime 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support 9 months ago
gabime 0ef49d7df6 Minor cleanup 9 months ago
gabime bb3d25b626 Added [[nodiscard]] and made should_flush_ const 9 months ago
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
9 months ago
gabime 7c6f737990 Fix windows compile of log_msg_buffer.cpp 9 months ago
gabime eacd4d6b2a Remove mdc 9 months ago
gabime eab1f6d5f5 Fix #3194 month name 9 months ago
gabime a2de13630b Backported FMT_STRING 9 months ago
gabime 754be3eec6 Fix #3079 9 months ago
gabime 7ea98fba29 Removed unused includes 1 year ago
gabime 06be4409e6 clang-format 1 year ago
gabime 15829cfb84 Added final keywords to sinks and pattern_formatter.cpp 1 year ago
gabime d60a4c7b50 Don't remove existing logger from registry in set_default_logger 1 year ago
gabime 02c3ca5016 Upadate mdc code in pattern_formatter.cpp 1 year ago
gabime 8815f81e5d Added mdc from pull #2907 1 year ago
gabime a627f5c43a Apply #3044 pr 1 year ago
gabime 390428aae1 Fixed path_exists(..) in windows 1 year ago
gabime 1bde4831a0 Fixed registry impl 1 year ago
gabime e1f5a45900 Added small_map_threshold constexpr 1 year ago
gabime b95e493471 Reduce max size for sequential map search to 10 1 year ago
gabime 4a31ed38d3 if the map is small do a sequential search, otherwise use the standard find() 1 year ago