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 (Collapse)Author
2019-09-23cmake: Add a new spdlog.pc pkgconfig file.orbea
Fixes https://github.com/gabime/spdlog/issues/1237.
2019-09-21Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.xgabime
2019-09-21clang-formatgabime
2019-09-21Update test_mpmc_q.cppv1.4.0Gabi Melman
2019-09-21Update .travis.ymlGabi Melman
2019-09-21Update .travis.ymlGabi Melman
2019-09-21Update .travis.ymlGabi Melman
2019-09-21Update .travis.ymlGabi Melman
2019-09-21Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.xgabime
2019-09-21Fixed missing braces around initializer warnings about std::array ↵gabime
initializations
2019-09-21Update .travis.ymlGabi Melman
2019-09-21Update .travis.ymlGabi Melman
2019-09-20Merge pull request #1234 from jbeich/dragonflyGabi Melman
Unbreak on more BSDs
2019-09-20fstat64 is missing on other DragonFly, NetBSD, OpenBSDJan Beich
Modern operating systems don't need to implement transitional extensions for large file support.
2019-09-20Update log_msg_buffer-inl.hGabi Melman
2019-09-20Update log_msg_buffer-inl.hGabi Melman
2019-09-20Fix log msg buffer operator=Gabi Melman
2019-09-20Implement _thread_id() on more UnicesJan Beich
2019-09-20Reverted some external template declarationsgabime
2019-09-20Reverted some external template declarationsgabime
2019-09-20Added extern tempalate declarationsgabime
2019-09-20Added extern template declarationsgabime
2019-09-19Update spdlog.cppGabi Melman
2019-09-19Update spdlog.cppGabi Melman
2019-09-19Update log_msg_buffer.hGabi Melman
2019-09-19Update log_msg_buffer-inl.hGabi Melman
2019-09-19Update log_msg_buffer-inl.hGabi Melman
2019-09-19split to log_msg_buffer.h ito header and mplgabime
2019-09-18Revert pull #1228gabime
2019-09-18Updatede mesongabime
2019-09-18Fixed CMakeLists.txtgabime
2019-09-18Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.xgabime
2019-09-18Updated meson buildgabime
2019-09-18Merge pull request #1228 from scatter-dev/arch_independentGabi Melman
Added ARCH_INDEPENDENT option
2019-09-18added version checkChristian
2019-09-17added arch_independent optionChristian
2019-09-17Fix mingw32 compilationgabime
2019-09-17Update common.hGabi Melman
2019-09-17Update common.hGabi Melman
2019-09-17Added const vecsion to circula_q::front()gabime
2019-09-17Renamed item_type => value_type in circular_qgabime
2019-09-17Avoid un necessary move when popping circular_qgabime
2019-09-17Avoid un necessary move when popping circular_qgabime
2019-09-17Avoid un necessary move when popping circular_qgabime
2019-09-17Avoid un necessary move when popping circular_qgabime
2019-09-17Backported clang warning fix from fmtgabime
2019-09-16Fixed clang warninggabime
2019-09-16Update utils.cppgabime
2019-09-16Update utils.cppgabime
2019-09-16Update tests utilsgabime