- 23 Aug, 2017 1 commit
-
-
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
-
- 29 Jun, 2017 3 commits
-
-
gabime authored
-
Gabi Melman authored
code formatting (astyle and dos2unix)
-
Alexei Pastuchov authored
it aims to solve the issue #467
-
- 27 Jun, 2017 1 commit
-
-
Gabi Melman authored
Add set_color to ansicolor_sink
-
- 26 Jun, 2017 1 commit
-
-
Cyres authored
It is now possible again to set the color in the ansicolor_sink with set_color
-
- 24 Jun, 2017 2 commits
-
-
Gabi Melman authored
More meaningful thread id for OSX
-
sheldonlyr authored
-
- 18 Jun, 2017 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
conditional logging
-
- 17 Jun, 2017 8 commits
-
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
Asit Kumar Dhal authored
-
- 15 Jun, 2017 2 commits
-
-
Gabi Melman authored
Add create_async factory functions for async loggers
-
Carsten Neumann authored
-
- 09 Jun, 2017 2 commits
-
-
Gabi Melman authored
Fix for MinGW error: 'There are no arguments that depend on a template parameter'
-
Remigiusz Kołłątaj authored
Signed-off-by: Remigiusz Kołłątaj <remigiusz.kollataj@gmail.com>
-
- 01 Jun, 2017 1 commit
-
-
Gabi Melman authored
-
- 31 May, 2017 3 commits
-
-
Gabi Melman authored
UTC Time
-
ThePhD authored
-
ThePhD authored
use if statement instead of switch (changes of adding new time specifications outside of standard are probably unlikely anyhow) pattern_time -> pattern_time_type ptime variable name -> pattern_time variable name make sure four spaces used, not tabs
-