Commit Graph

4519 Commits

Author SHA1 Message Date
gabime
01646c54d3 Updated ci for macOS 2024-05-03 14:53:28 +03:00
darallium
d896daec63 README.md has include missing (#3066) 2024-05-03 13:54:11 +03:00
gabime
d60a4c7b50 Don't remove existing logger from registry in set_default_logger 2024-05-03 13:31:30 +03:00
Gabi Melman
f0b96d2ad1
Update mdc.h 2024-03-29 22:13:01 +03:00
Gabi Melman
aefd4510c3
Update README.md 2024-03-29 20:24:21 +03:00
gabime
8d6a121b73 Added mdc.h 2024-03-29 17:14:21 +03:00
gabime
02c3ca5016 Upadate mdc code in pattern_formatter.cpp 2024-03-29 17:13:27 +03:00
gabime
8815f81e5d Added mdc from pull #2907 2024-03-29 15:53:55 +03:00
gabime
a627f5c43a Apply #3044 pr 2024-03-22 16:56:48 +02:00
gabime
390428aae1 Fixed path_exists(..) in windows 2024-03-17 01:36:04 +02:00
gabime
1bde4831a0 Fixed registry impl 2024-03-17 01:17:32 +02:00
gabime
8f526df1a9 Update latency test 2024-03-17 00:44:10 +02:00
gabime
e1f5a45900 Added small_map_threshold constexpr 2024-03-17 00:36:52 +02:00
gabime
b95e493471 Reduce max size for sequential map search to 10 2024-03-17 00:31:24 +02:00
gabime
4a31ed38d3 if the map is small do a sequential search, otherwise use the standard find() 2024-03-17 00:14:56 +02:00
gabime
06e4631dde Use find if registry is bigger than 20 2024-03-16 23:47:39 +02:00
gabime
e750d2219e Small clean in registry impl 2024-03-16 22:45:20 +02:00
gabime
8a4f3b1ba7 Small clean in registry impl 2024-03-16 22:44:59 +02:00
gabime
ca7c846089 Fixed warning 2024-03-16 19:30:49 +02:00
gabime
232aace328 added spdlog::get(..) benchmarks 2024-03-16 19:28:08 +02:00
gabime
50d7f59951 Fixed bench dev_null 2024-03-16 17:33:03 +02:00
Alan Candido
5a207ad9ce Update stopwatch.h (#3034)
Adding elapsed time in milliseconds.
2024-03-16 17:15:16 +02:00
magnus-nomono
87b8401011 Add missing include (#3026) 2024-03-16 17:13:17 +02:00
gabime
8e10782a58 Ported pull #3023 with some changes and tests 2024-03-16 17:12:46 +02:00
spaceman
167bf989d8 support MINGW (#3022)
Under Windows 10, compiling with MINGW64 will report an error similar to https://github.com/gabime/spdlog/issues/1581
2024-03-16 16:44:22 +02:00
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
2024-03-16 16:40:51 +02:00
Dimitri Papadopoulos Orfanos
c577b54b06 Fix typos found by codespell (#3011) 2024-03-16 16:38:55 +02:00
gabime
a145ba62b8 Fixed fmt cmake 2024-03-16 15:07:18 +02:00
gabime
c923915805 DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt 2024-03-16 14:26:21 +02:00
gabime
276788a60e Update comment 2024-03-16 14:13:25 +02:00
gabime
e9938a8839 Fetch fmt 10.2.1.tar.gz and check sha256 2024-03-16 14:13:08 +02:00
gabime
34e0c8f227 Minor style 2024-03-16 13:51:29 +02:00
gabime
989589dd0b Minor style 2024-03-16 13:51:29 +02:00
gabime
8319d1bc16 clang format 2024-03-16 13:51:29 +02:00
gabime
c8b81a6958 Minor style 2024-03-16 13:51:29 +02:00
gabime
7bd1c1e1a4 Removed unused source file 2024-03-16 13:51:29 +02:00
gabime
57384f7be3 Minor clean 2024-03-16 13:51:29 +02:00
gabime
bb687e7aad Minor clean 2024-03-16 13:51:29 +02:00
gabime
7bb480a051 Minor clean 2024-03-16 13:51:29 +02:00
gabime
286218aeeb Removed state from default error handler 2024-03-16 13:51:29 +02:00
gabime
b05d9362ea Minor cleanup of includes 2024-03-16 13:51:29 +02:00
gabime
95587b7601 Fix typo 2024-03-16 13:51:29 +02:00
gabime
f743a881b2 merge pull #2978 2024-03-16 13:51:29 +02:00
loject
5370076dcc
Update CMakeLists.txt (#3028)
Fix paths for msvc for parent project
2024-03-03 02:10:18 +02:00
gabime
69d412b526 Format code of wincolor_sink.cpp 2024-01-14 13:09:58 +02:00
gabime
77d350af57 Refactored cmake 2024-01-14 13:09:28 +02:00
gabime
9622d7f318 Fixed cmakelists 2024-01-14 12:59:44 +02:00
gabime
e96cb12df6 Fixed cmakelists 2024-01-14 12:59:03 +02:00
gabime
0992a41053 Cleaned os.h 2024-01-14 12:45:56 +02:00
gabime
fbd1ebcebf Fixed format.sh script 2024-01-14 12:44:52 +02:00