Commit Graph

50 Commits (2f169568b7383cf91b91f1e221f22ce1f3b08815)

Author SHA1 Message Date
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 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 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support 9 months ago
gabime 7c6f737990 Fix windows compile of log_msg_buffer.cpp 9 months ago
gabime 754be3eec6 Fix #3079 9 months ago
gabime 06be4409e6 clang-format 1 year ago
gabime d60a4c7b50 Don't remove existing logger from registry in set_default_logger 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
gabime 06e4631dde Use find if registry is bigger than 20 1 year ago
gabime e750d2219e Small clean in registry impl 1 year ago
gabime 8a4f3b1ba7 Small clean in registry impl 1 year ago
gabime 8e10782a58 Ported pull #3023 with some changes and tests 1 year ago
gabime 8319d1bc16 clang format 1 year ago
gabime 57384f7be3 Minor clean 1 year ago
gabime bb687e7aad Minor clean 1 year ago
gabime 7bb480a051 Minor clean 1 year ago
gabime b05d9362ea Minor cleanup of includes 1 year ago
gabime 95587b7601 Fix typo 1 year ago
gabime f743a881b2 merge pull #2978 1 year ago
gabime 9294adb335 Fixed os_windows.cpp 2 years ago
gabime 885b796447 Refactored os.cpp to os_unix.cpp and os_windows.cpp 2 years ago
Gabi Melman 6c799d04f8
Fix localtime_s()usage 2 years ago
gabime aaebfbb5c6 Fixd some clang-tidy warnings 2 years ago
gabime 91bf60a316 Check rv of localtime_r 2 years ago
gabime ce3922cff1 Fix some typos 2 years ago
gabime c539f36551 clang format 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime 3379f242e1 Check fd_ is not nullptr in file_helper 2 years ago
Peter Nemeth 959244b3cd Fix OS availability check of pthread_threadid_np for iOS (#2897) 2 years ago
gabime ec523b967c Added comment about log_msg_buffer 2 years ago
gabime 463af69d41 Clang format sort includes 2 years ago
gabime a0e631802c Replaced include <spdlog/..> with include "spdlog/.." 2 years ago
gabime 6dffd7c6e8 update clang format again 2 years ago
gabime f36b2c5f93 reformat code 2 years ago
gabime dcd5904bdc Updated clang-format
Merged with origin
2 years ago
gabime 2896bbe77d Never sort includes in clang format 2 years ago
Gabi Melman 1797166190 Fixed windows compile 2 years ago
gabime 6de0ffa15f Updated clang format to google style 2 years ago
gabime e28eadcd52 Clang format 2 years ago
gabime 2a1959c2ce wip static_only 2 years ago
gabime ab86471489 created sinks fmt and details folders in src 2 years ago