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-12-01Fix #1325. Added SPDLOG_FMT_EXTERNAL_HO optiongabime
2019-11-04commentgabime
2019-11-04commentgabime
2019-11-04Removed SPDLOG_NO_DATETIME optiongabime
2019-11-04Added tweakme options to CMakeLists.txtgabime
2019-10-20Fix #1274gabime
2019-10-20Fix #1273gabime
2019-10-19Fix some spelling errors.Florian Pigorsch
2019-10-06Replace STRING(PREPEND ..) in CMakeLists.txt to support older CMake versionsv1.4.2gabime
2019-10-04CmakeLists.txt: Fixed package config generationgabime
2019-10-01CMakeLists.txt: removed spdlog subdir from library installMatthias Schoepfer
2019-09-28Added SPDLOG_WCHAR_FILENAMES options to CMakegabime
2019-09-23Merge pull request #1241 from orbea/fmtGabi Melman
2019-09-23cmake: Only install fmt headers when SPDLOG_FMT_EXTERNAL is not defined.orbea
2019-09-23cmake: Add a new spdlog.pc pkgconfig file.orbea
2019-09-18Revert pull #1228gabime
2019-09-18Fixed CMakeLists.txtgabime
2019-09-18added version checkChristian
2019-09-17added arch_independent optionChristian
2019-09-08CmakeLists.txt: Added version-number and debug suffixes + SPDLOG_BUILD_SHARED...gabime
2019-09-05split spdlog.cpp to multiple .cpp filesgabime
2019-08-19Update CMakeLists.txtgabime
2019-08-19Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is definedgabime
2019-08-18wip - no-exceptions supportgabime
2019-08-16Removed unneeded test targets from CMakeListsgabime
2019-08-09Added SPDLOG_WCHAR_SUPPORT options to CMake under windowsgabime
2019-08-06Fix #1180gabime
2019-07-14Minor update to CMakelistsgabime
2019-07-14Minor update to CMakelistsgabime
2019-07-10Enable again test building by default in cmakegabime
2019-07-07Update CMakeLists.txt to not build tests by defaultgabime
2019-07-01Updated CMake options and defaultsgabime
2019-06-19CMake cosmeticgabime
2019-06-19CMake support for building shared lib (not for win32)gabime
2019-06-19CMake - turn off examples by defaultgabime
2019-06-10Fixed CMake address sanitizergabime
2019-06-10CMake refactoring to functionsgabime
2019-06-10Do not impose -Wextra -Wconversion etc on library usersJan Kundrát
2019-05-29CMake use extract version from version.hgabime
2019-05-29CMakeLists.txt minor improvmentsgabime
2019-05-29Minor CMake cosmetic fixgabime
2019-05-29CMake refactoringgabime
2019-05-29CMake improvementsgabime
2019-05-24Fixed target_compile_options in cmakegabime
2019-05-23CmakeLists.txt compiler warningsgabime
2019-05-23Install using GNUInstallDirs in cmakegabime
2019-05-23Removed shared_lib option (not supported by windwos) and remove example and t...gabime
2019-05-22Fixed Cmake under windows and disable bench build from default configgabime
2019-05-19Updated CMakeLists.txtgabime
2019-05-19Update CMakeLists.txtGabi Melman