Commit Graph

175 Commits (95587b7601f5fa4cfe0db1cb62e4929f921bfc1a)

Author SHA1 Message Date
gabime 95587b7601 Fix typo
2 years ago
gabime f743a881b2 merge pull #2978
2 years 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
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