Commit Graph

4513 Commits (02c3ca501677a152093d98385e7a99fad32b9e13)
 

Author SHA1 Message Date
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 8f526df1a9 Update latency test 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 ca7c846089 Fixed warning 1 year ago
gabime 232aace328 added spdlog::get(..) benchmarks 1 year ago
gabime 50d7f59951 Fixed bench dev_null 1 year ago
Alan Candido 5a207ad9ce Update stopwatch.h (#3034)
Adding elapsed time in milliseconds.
1 year ago
magnus-nomono 87b8401011 Add missing include (#3026) 1 year ago
gabime 8e10782a58 Ported pull #3023 with some changes and tests 1 year ago
spaceman 167bf989d8 support MINGW (#3022)
Under Windows 10, compiling with MINGW64 will report an error similar to https://github.com/gabime/spdlog/issues/1581
1 year ago
cohdan dd8dc8105a Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed (#3009)
* Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed

* Code review fix - periodic_worker thread getter should return a reference and not a pointer
1 year ago
Dimitri Papadopoulos Orfanos c577b54b06 Fix typos found by codespell (#3011) 1 year ago
gabime a145ba62b8 Fixed fmt cmake 1 year ago
gabime c923915805 DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt 1 year ago
gabime 276788a60e Update comment 1 year ago
gabime e9938a8839 Fetch fmt 10.2.1.tar.gz and check sha256 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
loject 5370076dcc
Update CMakeLists.txt (#3028)
Fix paths for msvc for parent project
2 years ago
gabime 69d412b526 Format code of wincolor_sink.cpp 2 years ago
gabime 77d350af57 Refactored cmake 2 years ago
gabime 9622d7f318 Fixed cmakelists 2 years ago
gabime e96cb12df6 Fixed cmakelists 2 years ago
gabime 0992a41053 Cleaned os.h 2 years ago
gabime fbd1ebcebf Fixed format.sh script 2 years ago
gabime d61f0a5d5e Fix include paths 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
gabime 3954caccc1 Clean os.h macros 2 years ago
Gabi Melman 6c799d04f8
Fix localtime_s()usage 2 years ago
gabime aaebfbb5c6 Fixd some clang-tidy warnings 2 years ago