- 17 Oct, 2017 1 commit
-
-
Vitor Alves authored
Updated install section for Arch Linux. Added yaourt instead of pacman.
-
- 12 Oct, 2017 6 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
Gabi Melman authored
-
- 10 Oct, 2017 1 commit
-
-
Gabi Melman authored
Support for printf-style logging
-
- 09 Oct, 2017 1 commit
-
-
fogo authored
-
- 05 Oct, 2017 2 commits
- 29 Sep, 2017 1 commit
-
-
Gabi Melman authored
-
- 28 Sep, 2017 2 commits
-
-
Gabi Melman authored
Fix SPDLOG_WCHAR_TO_UTF8_SUPPORT wchar_t logging
-
John Andre Hestad authored
-
- 18 Sep, 2017 2 commits
-
-
Gabi Melman authored
add formatter for unix epoch time in seconds.
-
Jason Beach authored
-
- 29 Aug, 2017 1 commit
-
-
Gabi Melman authored
-
- 25 Aug, 2017 4 commits
-
-
Gabi Melman authored
Compiler-dependent line numbering
-
El El authored
-
Gabi Melman authored
Feature/improve cmake lists
-
Adrian Antonana authored
-
- 24 Aug, 2017 3 commits
-
-
Adrian Antonana authored
-
Adrian Antonana authored
-
Adrian Antonana authored
* support CMake user registry package registration * use GNUInstallDirs to set installation firectories * use spdlog namespace in both build and install interfaces
-
- 23 Aug, 2017 2 commits
-
-
Gabi Melman authored
SPDLOG_BUILD_TESTING now depends on BUILD_TESTING
-
Lectem authored
I encountered an issue when using spdlog through add_subdirectory. Since SPDLOG_BUILD_TESTING is ON by default, it now adds tests to my project, even if BUILD_TESTING (the official CTest variable) is set to OFF. cmake_dependent_option makes it so that if someone enables BUILD_TESTING then SPDLOG_BUILD_TESTING will be set to ON by default. This way one can disable all external tests by setting BUILD_TESTING before using add_subdirectory and then setting it back to its original value. The only change for those using the library directly is that they now use BUILD_TESTING instead of SPDLOG_BUILD_TESTING when configuring.
-
- 19 Aug, 2017 4 commits
-
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
gabime authored
-
- 16 Aug, 2017 1 commit
-
-
Gabi Melman authored
Issue-488: warning for missing enumeration value
-
- 12 Aug, 2017 2 commits
-
-
Gabi Melman authored
readme: Add Gentoo package name
-
George Gaydarov authored
-
- 04 Aug, 2017 1 commit
-
-
Asit Kumar Dhal authored
-
- 30 Jul, 2017 1 commit
-
-
Gabi Melman authored
Background color unchanged
-
- 29 Jul, 2017 1 commit
-
-
Gabriel Vaduva authored
Keep the background color unchaged on Windows console when using colored loggers.
-
- 23 Jul, 2017 2 commits
-
-
Gabi Melman authored
Added TRACE/DEBUG_IF macro definitions when TRACE/DEBUG_ON aren't defined
-
Matt Crane authored
-
- 12 Jul, 2017 2 commits
-
-
Gabi Melman authored
fixed length and upper case log level tags(after suggestion)
-
Asit Kumar Dhal authored
-