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-10-31Bump bundled fmtlib to version 1.9.1gabime
2022-10-17Export targets to build directory so that it can be found at configure time.Puneet Matharu
2022-09-03cmake: SPDLOG_BUILD_PIC opt-in for CMAKE_POSITION_INDEPENDENT_CODENigel Stewart
2022-09-02cmake: set(CMAKE_POSITION_INDEPENDENT_CODE ON) for Linux static library purposesNigel Stewart
2022-07-25Removed doc "(shared not supported in windows yet)"Hector PHARAM
2022-06-14Set c++20 when SPDLOG_USE_STD_FORMAT option is turned oncookcocck
2022-05-19Reflect CMAKE_INSTALL_INCLUDEDIR in pkg-configAlexander Shpilkin
2022-05-19Allow absolute CMAKE_INSTALL_LIBDIRAlexander Shpilkin
2022-05-13build: expand SOVERSION to not give false illusion of compatibilityJan Engelhardt
2021-11-14Add SPDLOG_USE_STD_FORMAT to target_compile_definitionsCharless Milette
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-09-08CMake: Stop explicitly setting CMP0077Cristian Morales Vega
2021-09-08CMake: Specify "policy_max"Cristian Morales Vega
2021-08-04Ensure exported package is relocatableDave Rigby
2021-07-19Enabled parallel build under msvcgabime
2021-07-19clang-formatgabime
2021-07-14revert some changes made by mistakegabime
2021-07-14Added fmt/compile.h bundled filegabime
2021-07-10Removed some cmake wdev warningsgabime
2021-06-26Fixed building under c++17gabime
2021-05-20cleanup thanks to gabimesteven lunt
2021-05-19add macros for overriding the individual level namessteven lunt
2021-05-17Add support for CMake policy CMP0077JB_12
2021-03-25Remove version requirement from fmt find_packageChris Mc
2021-03-22Add required libraries for Android CMake buildAhmed Yarub Hani Al Nuaimi
2021-03-12make sure __cplusplus is defined under msvcgabime
2021-03-12make sure __cplusplus is defined under msvcgabime
2021-03-05Revert pr #1860gabime
2021-03-05Update CMakeLists.txtGabi Melman
2021-03-04CMake: Add SPDLOG_STATIC_VCRT to choose static MSVC runtimeRomain Roffé
2021-02-27CMake: Replace custom SPDLOG_BUILD_SHARED by standard BUILD_SHARED_LIBSIssam E. Maghni
2021-02-12Fix: prevents MSVC warning flags to propagate in CUDAPrateek Chokse
2020-12-27skip module mode when finding fmtryan-rsm-mckenzie
2020-12-19Fix #1765 - Add SPDLOG_DISABLE_DEFAULT_LOGGER as a cmake optionshimaowo
2020-09-26clang-formatgabime
2020-08-30Fix #1581gabime
2020-08-30Fix #1581gabime
2020-08-26clang-formatgabime
2020-07-21Don't enable C language in CMakeRaul Tambre
2020-07-20Raise CMake requirement to 3.13Raul Tambre
2020-06-12Cleanup options-related lines in CMakeLists.txtLeonid Pospelov
2020-06-10Fix shared library building failure on Windows with non MSVCKonstantin Podsvirov
2020-05-02Formatted cmakegabime
2020-05-02Formatted cmake using cmake-formatgabime
2020-05-02cmake: Fix tabs, whitespace at EOL.Bruce Mitchener
2020-04-20Set minimum version of fmt to 5.3.0Montellese
2020-04-12Added cmake option SPDLOG_BUILD_ALLgabime
2020-04-10Update CMakeLists.txtGabi Melman
2020-04-10Fixed cmakegabime