Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-13Support compile-time format string checking with std::format (#2544)HEADv1.xCharles Milette
2022-09-02SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCT...Nigel Stewart
2022-02-12Fix #2211gabime
2021-11-19Fix(tweakme): TypoLight
2021-11-19Fix(tweakme): SPDLOG_FUNCTIONLight
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-06-26Fixed building under c++17gabime
2021-05-19add macros for overriding the individual level namessteven lunt
2021-01-06Better support for / separators on Windows, improve wchar filename coverageCharles Milette
2020-03-24Fix issue #1486Gabi Melman
2020-03-22Fix #1485 by removing SPDLOG_NO_NAME optiongabime
2019-11-04Removed SPDLOG_NO_DATETIME optiongabime
2019-06-04Updated copyright headersgabime
2019-06-03Updated tweakmegabime
2019-05-11Normalized copyright messagegabime
2019-04-05static lib wipgabime
2019-02-19Add tweak support for user short level namesMattias Fornander
2019-01-10Reduced amount of macros used.possiblyhuman
2019-01-09Allow filename/line number at all levels. Add function name %! support.possiblyhuman
2018-11-15Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLSgabime
2018-11-11New compile time API using SPDLOG_ACTIVE_LEVELgabime
2018-10-13Updated default API impl and testsgabime
2018-10-12Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.hgabime
2018-10-12Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.hgabime
2018-09-26Replaced SPDLOG_FINAL macro with finalgabime
2018-07-24registery and periodic flusher fixes.gabime
2018-07-21clang formatgabime
2018-06-12Updated testsgabime
2018-04-20Udpated example and spdlog.hgabime
2018-03-09clang-formatgabime
2018-02-25deleted copy op and a little formatDaniel Chabrowski
2017-11-26added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after forkgabime
2017-11-25enable final keyword by default. Can be disabled in tweakme.h for older compi...gabime
2017-11-25fixed issue #562gabime
2017-10-12Fixed issue #527gabime
2017-10-05allow printf style loggingfogo
2017-09-29Update tweakme.hGabi Melman
2017-07-12fixed length and upper case log level tagsAsit Kumar Dhal
2017-05-21Minor formattinggabime
2017-05-21tweakme disable counters by defaultgabime
2017-05-21fixed compilation errorsgabime
2017-05-21astylegabime
2017-05-18disable message counter feature in tweakme.hAlexander Zilberkant
2017-05-15Revert "Merge pull request #441 from alzix/count_discarded"Alexander Zilberkant
2017-05-13Update tweakme.hGabi Melman
2017-05-13Merge pull request #441 from alzix/count_discardedGabi Melman
2017-05-13disable SPDLOG_ASYNC_COUNT_DISCARDED_MSGAlexander Zilberkant
2017-05-11add an option to warn about discarded messagesAlexander Zilberkant
2017-05-10add wide string to utf8 string supportSidyhe
2017-04-28add SPDLOG_FINAL information in tweakme.hJean-Michaƫl Celerier