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-11-12Update #include to deprecated fmt header (#2545)Romain Pokrzywka
2022-11-08Fix undefined macro `FMT_STRING` in benchmark when using `std::format` (#2540)Sprite
2022-11-08Bundle fmt 9.1.0's std.h, and provide a header to include either it or the ex...Eli Boyarski
2022-11-03Version 1.11.0v1.11.0Gabi Melman
2022-11-01Update ci.ymlGabi Melman
2022-11-01Update ci.ymlGabi Melman
2022-11-01chrono.h: Remove warning suppressionGabi Melman
2022-11-01Check IsDebuggerPresent in msvc_sink before doing work. Fix #2408gabime
2022-11-01Try again fixing fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is definedgabime
2022-11-01Fixed msvc warning C4800 in win_eventlog_sinkgabime
2022-11-01Fixed syntax error from prev commitgabime
2022-11-01Fix #2431gabime
2022-10-31Fix fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is definedgabime
2022-10-31Rvert suppressing msvc2017 warnings and fix ci insteadgabime
2022-10-31Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(...gabime
2022-10-31Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(...gabime
2022-10-31enable the ostream formatting for backward compatibility with fmt 8.xgabime
2022-10-31updated readmegabime
2022-10-31suppress warning 4307 when including format-inline.h under msvc 2017gabime
2022-10-31Update user defined type examplegabime
2022-10-31clang formatgabime
2022-10-31Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.xgabime
2022-10-31suppress "integral constant overflow" warning under msvc 2017gabime
2022-10-31Update appveyor.ymlGabi Melman
2022-10-31Update appveyor.ymlGabi Melman
2022-10-31Renamed bench namegabime
2022-10-31Bump bundled fmtlib to version 1.9.1gabime
2022-10-20Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x ...刘耘呈
2022-10-19Merge pull request #2519 from sandorzm/v1.xGabi Melman
2022-10-19Change mongocxx::exception handler to std::exceptionSandor Magyar
2022-10-19clang-format mongo_sink.hSandor Magyar
2022-10-19Improve arg passing and exceptions in mongo_sinkSandor Magyar
2022-10-19Remove pointless try block in mongo_sinkSandor Magyar
2022-10-19Adjust MongoCXX instance handling in mongo_sinkSandor Magyar
2022-10-18Merge pull request #2515 from puneetmatharu/v1.xGabi Melman
2022-10-18Don't force Mongo sink to own MongoCXX instanceSandor Magyar
2022-10-17Add numerical level to Mongo sink for easier queriesSandor Magyar
2022-10-17Catch exception by reference to fix -Wcatch-value warningSandor Magyar
2022-10-17Export targets to build directory so that it can be found at configure time.Puneet Matharu
2022-10-15Merge pull request #2509 from kin4stat/v1.xGabi Melman
2022-10-13Replace iterator difference with std::distanceDaniil
2022-10-03Merge pull request #2500 from offa/ghactions_ciGabi Melman
2022-10-03Replace Travis CI Badge with Github Actionsoffa
2022-10-01Remove .travis.ymloffa
2022-10-01Migrate to Github Actions CIoffa
2022-09-30Merge pull request #2498 from offa/gcc12_workaroundGabi Melman
2022-09-30Use pragams instead of compile optionsoffa
2022-09-30Merge pull request #2499 from offa/clang_cpp20_workaroundGabi Melman
2022-09-29Workaround deprecation warning on Clang with C++20offa