Commit Graph

251 Commits (ce0424bb375805955c0c5482a32ddb821708eb47)

Author SHA1 Message Date
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
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 34e0c8f227 Minor style 1 year ago
gabime 989589dd0b Minor style 1 year ago
gabime 8319d1bc16 clang format 1 year ago
gabime c8b81a6958 Minor style 1 year ago
gabime 7bd1c1e1a4 Removed unused source file 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 286218aeeb Removed state from default error handler 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 69d412b526 Format code of wincolor_sink.cpp 2 years 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 947b42b86f Init last_log_secs_ with {} 2 years ago
gabime e2e8099ad9 Init cached_tm with {} 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime a3e05332b0 Removed fmt wrapper files 2 years ago
gabime 3379f242e1 Check fd_ is not nullptr in file_helper 2 years ago
gabime 1161d640a1 Removed bundled fmtlib. Use FetchContent instead 2 years ago
gabime bc7e80c7ae Removed include null_mutex.h from common.h 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
Gabi Melman 7ba9a04fae
Update bundled_fmtlib_format.cpp 2 years ago
gabime 61b11e77b9 constexpr support for source location without leading directory 2 years ago
gabime bd00a0081a fix typo in comment 2 years ago
gabime 57868277db clang format 2 years ago
gabime 754838c558 Fixed template instantiations in ansicolor_sink.cpp 2 years ago
Gabi Melman 08648e58ad Fixed wincolor sink 2 years ago
Gabi Melman 2a101ac559 Removed ref from to_string_ in ansicolor sink 2 years ago
gabime 9390881046 Retruned color codes to ansi-color header 2 years ago
gabime a8efa85b86 Remove global console mutex (wip) 2 years ago
Gabi Melman 5abca1748f
Fixes wincolor_sink.cpp 2 years ago
gabime 463af69d41 Clang format sort includes 2 years ago
gabime a0e631802c Replaced include <spdlog/..> with include "spdlog/.." 2 years ago
Gabi Melman 605f037e4e
Update pattern_formatter.cpp 2 years ago
Gabi Melman 6eef69e4ac
Update pattern_formatter.cpp 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
Gabi Melman 2ed4e161e0
Update logger.cpp 2 years ago
Gabi Melman 84bee1d484
Update logger.cpp 2 years ago
Gabi Melman d1a47cd553
Rename .helpers.cpp to helpers.cpp 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 96403787f7 Updated format.sh script 2 years ago
Gabi Melman 5e59b396b0
Update wincolor_sink.cpp 2 years ago
gabime e28eadcd52 Clang format 2 years ago
gabime 5654205d6b updated template instantiations 2 years ago
gabime f3bf9e78c3 wip static_only 2 years ago
gabime 2a1959c2ce wip static_only 2 years ago
gabime ab86471489 created sinks fmt and details folders in src 2 years ago
gabime 9d04001fbc created sinks fmt and details folders in src 2 years ago
gabime cff3e27115 Removed usages of SPDLOG_COMPILED_LIB macro 2 years ago
gabime 4965d6ef68 Bumped bundled fmt to version 10.1.1 2 years ago
gabime 92daf6954b Removed backtrace feature 2 years ago
gabime 27c518d509 Updated bundled fmt to version 10.0.0 2 years ago
gabime 4338b9cd23 Revert "Updated bundled fmt to version 10.0.0"
This reverts commit 62e55e7a7f.
2 years ago
gabime 62e55e7a7f Updated bundled fmt to version 10.0.0 2 years ago
gabime b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead 3 years ago
gabime 14a29c03eb suppress warning 4307 when including format-inline.h under msvc 2017 3 years ago
gabime 9125bda301 suppress "integral constant overflow" warning under msvc 2017 3 years ago
gabime 3499dfeeb4 Bump bundled fmtlib to version 1.9.1 3 years ago
Gabi Melman b3ce5ed379
Remove comment 3 years ago
Aengus.Jiang 184fae06d7 clean code, clean up the warning 3 years ago
gabime c432fdd987 Bump fmt to version 8.1.1 and run clang-format 4 years ago
gabime d8199b607d Bump fmt to version 8.1.1 and run clang-format 4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib 4 years ago
gabime e7e8b75a4c clang-format 4 years ago
gabime b83106bed4 Update bundled fmt to v8.0.1 4 years ago
gabime 8bf718671a Update fmt version 8.0 4 years ago
Mikael Lund faf06bcfe5 Add newlin to color_sinks.cpp 4 years ago
Mikael Lund cd376a5c43 Allow compilation with nvc++ 4 years ago
gabime 2b81c40b90 Bump fmt to version 7.1.3 5 years ago
gabime 23c2c00d69 Bumb fmt version to 7.0.3 5 years ago
gabime a0dae55a69 Revert 7f15fb2a21 since it breaks the ABI 5 years ago
Tamas Florin 071206ef59 Add support for custom filename calculator in rotating_file_sink. 5 years ago