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-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 + ↵gabime
SPDLOG_BUILD_SHARED property
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
I had to nuke the flags targetting spdlog_header_only because in CMake, an interface target apparently really only supports the INTERFACE option. As I am only targeting Linux, the MSVC changes rely on spdlog's CI and manual code review. That said, it makes sense to also stop forcing these options on third party code, assuming that the CMake installations work the same on Windows. Fixes #1104
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 ↵gabime
test from default build
2019-05-22Fixed Cmake under windows and disable bench build from default configgabime
2019-05-19Updated CMakeLists.txtgabime
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
Namespaces are good for avoiding collisions, but since the non-namespaced targets still exist, it does no good to add the namespaced targets on top.
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