Commit Graph

201 Commits (da60dda2dd800155012f659699ccb101cc7c3a74)

Author SHA1 Message Date
gabime 4f66313440 Fix #1308
6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
6 years ago
gabime 188afe20f9 Fix issue #1249
6 years ago
Bak, Jin Hyeong f8e780b9dd Fix #1239, Remove basic_string_view_t
6 years ago
gabime 2fed68a73b Reverted some external template declarations
6 years ago
gabime 5496491aa4 Added extern template declarations
6 years ago
Gabi Melman 35835469d7
Update common.h
6 years ago
Gabi Melman 0d6992fcdd
Update common.h
6 years ago
gabime 1857a44c7c Fix #1215
6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase
6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined
6 years ago
gabime b0a25f0183 wip - no-exceptions support
6 years ago
Charles Milette eb51f37c67
Fix ambiguous overload errors
6 years ago
gabime 39910f5137 Fixed execption include
6 years ago
gabime fd53472238 Cleaned common.h
6 years ago
Matthias Moulin be33f5eb89
Added wstring_view_t
6 years ago
Charles Milette 3bcd3cef2f
Fix deprecation warnings in filename_to_str
6 years ago
gabime 78c833a09f clang-format
6 years ago
gabime 99e519cf0f Simplify color sinks
6 years ago
gabime c09dee7717 Moved source filename shortening to pattern formatter instead of macro
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime eea9d6136f Moved default sync factory to seperate file to avoid cyclic includes
6 years ago
gabime 7a3a560c44 Merge v1.x
6 years ago
David Zemon 8dd85285e7 Allow user to choose between static or shared library
7 years ago
gabime 8b244ca988 Moved format.cpp into spdlog.cpp - this way only one src file is needed
7 years ago
gabime bb3dc87953 Fixed include order and example
7 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
7 years ago
gabime 540f865355 Normalized copyright message
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
Philip Salzmann 5e856c6b4d Add mode enum to control output of color sinks
7 years ago
gabime 1ac6c9f9c2 clang-format static-lib
7 years ago
gabime 69fcaf14e5 wip static-lib
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime c1c2ff2d07 wip
7 years ago
gabime 215b6aea95 file_helper.cpp and filename_t fix
7 years ago
gabime 96b7214ae2 fix common.h
7 years ago
gabime 97f9cc4bc0 some cleanup
7 years ago
gabime 7ab6fd9db6 source_loc change line to int
7 years ago
gabime d12a858897 some cleanup
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
gabime e2e3df9013 static lib wip
7 years ago
gabime 6b0bf33f8e clang-format
7 years ago
Mattias Fornander 0ccbdcdd1f Add tweak support for user short level names
7 years ago
charles-david 20a0f82701 Renamed input parameters to "params_in".
7 years ago
charles-david 0f128fd561 Warning for shadowed parameter corrected in common.h
7 years ago
gabime 57c3023881 Moved SPDLOG_FUNCTION define to common.h
7 years ago
gabime 6b4fea39ab clang-format
7 years ago
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support.
7 years ago
gabime 0203a0fdaf Fixed issue #948
7 years ago
gabime 3da189f7c0 SPDLOG_TRACE to check log level before calling the logger
7 years ago