Commit Graph

2100 Commits (d9ec02d40024984e074fd357f352f41f421aedb0)

Author SHA1 Message Date
doug1234 d9ec02d400 Fix mistake in previous checkin.
4 years ago
doug1234 5568b16ed5 Resetting the needs time flag when setting a pattern.
4 years ago
doug1234 eab522e743 Now only getting the date if formater needs to display date related information.
4 years ago
Dave Rigby 2a4c34b878 Allow forward-declaration of level_enum
4 years ago
Sprite 3540ba32e9 Reset current size if rotated files on open
4 years ago
Tim Blechmann 626efad307 spdlog: fmt - support `std::span` in `to_hex`
4 years ago
Vladislav Nepogodin a087dee98a
🚧 fix building with c++11
4 years ago
Vladislav Nepogodin f096c615c3
🔥 conditional_cast
4 years ago
Vladislav Nepogodin f81cb9f365
Revert "Useless cast"
4 years ago
Vladislav Nepogodin 7e95963940
Useless cast
4 years ago
Gabi Melman ab2e72340a Update thread_pool.h
4 years ago
Gabi Melman da9c16278a Update thread_pool.h
4 years ago
Gabi Melman b5d6c939fd Update thread_pool.h
4 years ago
Philippe Serreault fda2b361da Added missing global thread-pool initialization helper.
4 years ago
Philippe Serreault 6636ff05e6 Allow custom callback to be executed by thread-pool's threads before joining them.
4 years ago
Acretock 9e17fafe1b c style cast -> static_cast
4 years ago
semenov_gv e3e4c4bc95 minor changes added const ref params
4 years ago
Roocks Patrick (MTN PTT / External) f304ca3daf code style fixes
4 years ago
Roocks Patrick (MTN PTT / External) d93cea97ec Fix usage of ranges and to_hex in the same compile unit
4 years ago
Gabi Melman e1a4b28039
Added fmt license file to bundled fmt folder
4 years ago
Gabi Melman b3560d1567
Merge pull request #2190 from sylveon/sylveon-patch-1
4 years ago
Charles Milette d5c000394d
Remove extraneous semicolon
4 years ago
LE GARREC Vincent 58e2b455fb
Fix build with "-fvisibility=hidden"
4 years ago
Gabi Melman 2ab86a46d0
Merge pull request #2181 from lisr/os_inl_aix_fix
4 years ago
lisr 232df72b82 use pthread_getthrds_np for AIX
4 years ago
Light 29b41741cb
Fix(tweakme): Typo
4 years ago
Light 17f21df441
Fix(tweakme): SPDLOG_FUNCTION
4 years ago
lisr aac187d3a0 fix aix compile error
4 years ago
Shen-Ta Hsieh 8d46977060
Avoid c-style casting
4 years ago
gabime dc030ec53c clang-format
4 years ago
gabime 2b4e07dd91 Fixed wchar support for std::format
4 years ago
Gabi Melman 24e47efae0
fix gcc 4.8 compile warning
4 years ago
Charles Milette 126a9fb261 Merge branch 'v1.x' of https://github.com/gabime/spdlog into std-format
4 years ago
Charles Milette 4001032858 Add attribution, return to previous code for daily_filename_format_calculator with fmtlib
4 years ago
Charles Milette ad779e4865 Attempt to solve ambiguous symbol on older MSVC
4 years ago
Charles Milette 701ef17227 Move strftime to daily_filename_format_calculator
4 years ago
Charles Milette 5d6af189f1 Use target.capacity() even with std::string
4 years ago
gabime 518bf36aa9 removed redundant intialization
4 years ago
gabime 5b7dfefc7e rename file_event_handlers_t to file_event_handlers
4 years ago
Charles Milette 0ded003703 Fix wchar_t overloads and dump_info formatter
4 years ago
Charless Milette 95aa159bdd Fix daily_filename_format_calculator (hopefully)
4 years ago
Charless Milette ba120e524b Add unit test for daily_filename_format_calculator
4 years ago
Charless Milette a6945d046f Fix use of Char
4 years ago
Charless Milette 108c656e66 Fix copy-paste mistake
4 years ago
Charless Milette 2d77ef92b0 Avoid specializing std::formatter for std::tm (not a great idea after all)
4 years ago
Charless Milette f6901606f5 Add std::tm formatter, fix spdlog::stopwatch formatter, conditionally use fmt::runtime in test_errors
4 years ago
Gabi Melman a3ad8b5f26
Merge pull request #2169 from seker/v1.x_file_event_handlers
4 years ago
seker 24a551c14e file_event_handlers add before_open function
4 years ago
Charles Milette 8e359baaec
Merge branch 'v1.x' into std-format
4 years ago
Gabi Melman 85bdfc8695
Merge pull request #2172 from keith-dev/v1.x
4 years ago