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
2019-05-19Update CMakeLists.txtGabi Melman
2019-05-19More updates to CMake (version support , cmake.in)gabime
2019-05-18Clean up CMake a bit moreDavid Zemon
2019-05-18Allowed overriding of `SPDLOG_MASTER_PROJECT` to better support ConanDavid Zemon
2019-05-18Set Threads::Threads dependency on spdlog libs - don't make user do itDavid Zemon
2019-05-18Add support for .tar.gz and .zip packages via CPackDavid Zemon
2019-05-18Remove the namespacedDavid Zemon
2019-05-18Allow user to choose between static or shared libraryDavid Zemon
2019-05-13Fixed CMakeLists.txtgabime
2019-05-13Deleted redundant Make files and solutionsgabime
2019-05-13Cmake update to support both header-only and staticgabime
2019-05-12Minore cmake fixgabime
2019-05-12Moved format.cpp into spdlog.cpp - this way only one src file is neededgabime
2019-05-12clang format and SPLDOG_HEADER_ONLY macrogabime
2019-05-11wipgabime
2019-05-08Cmake messagegabime
2019-05-08static lib by defaultgabime
2019-05-08static lib by default and testsgabime
2019-04-27wip cmakegabime
2019-04-27wip cmakegabime
2019-04-27wip cmakegabime
2019-04-27wip cmakegabime
2019-04-27wip cmakegabime
2019-04-27wip cmakegabime
2019-04-27wip static-libgabime
2019-04-27Cmake fixgabime
2019-04-27wipgabime
2019-04-26Restored error_handler as std::functiongabime
2019-04-26wipgabime
2019-04-06removed spdlitegabime
2019-03-30Moved lite source to folders|gabime
2019-03-29lite wipgabime
2019-02-06Add CMake option for conditional installationMartin Green
2019-02-01Allow the inclusion of an external fmtlib as as sub_directoryFrancois Chabot
2019-01-28CMAKE_BINARY_DIR -> CMAKE_CURRENT_BINARY_DIRSergey Kovalevich
2019-01-23Disable building benchmarks by defaultPius Raeder
2019-01-18Version 1.3.1v1.3.1gabime
2018-12-17Fix handling of external fmt libCarsten Neumann
2018-12-02simplify SPDLOG_BUILD_TESTS Cmake optiongabime
2018-12-02CMake: include(CTest) only when building tests.David P. Sicilia
2018-10-12Added default logger APIgabime
2018-10-07Version 1.2.0v1.2.0gabime
2018-09-12Change the default value for SPDLOG_BUILD_xxxSergey Alexandrov
2018-08-18Stop compilation on first errorgabime
2018-08-17Fixed issue #798 and added -Wconversion compiler flag to buildgabime
2018-08-15Version 1.1.0v1.1.0gabime
2018-08-15Added pedantic flag to compiler in cmakegabime
2018-08-14Little cmake and tests refactorDaniel Chabrowski
2018-08-13Replace emplace_back with push_back in pattern_formattergabime
2018-08-13Improved CMakeLists and added benchgabime