Commit Graph

229 Commits (d8f13cbd5bea70f20da22d984bdba93766998a0f)

Author SHA1 Message Date
dkavolis d8f13cbd5b replace FormatString template argument with fmt::basic_format_string
4 years ago
gabime fe1a4f5fb6 Added SPDLOG_FMT_RUNTIME macro for compatibilty with fmt prior 8
4 years ago
gabime 4b3687f1a6 Removed unneeded macro definition
4 years ago
gabime 0f83b33d4f backward compatibility with fmt version < 8
4 years ago
gabime d75fd2c7f9 Fixed wchar support under msvc
4 years ago
gabime 68aed6a5eb Fixed building under c++17
4 years ago
Mikael Lund cd376a5c43 Allow compilation with nvc++
4 years ago
steven lunt ee22eed23d add macros for overriding the individual level names
4 years ago
steven lunt ab72de5f7a Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES"
4 years ago
gabime e9635c7b2d rethrnow non std exceptions to fix #533
5 years ago
steven lunt 2a16d1d230 added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES
5 years ago
gabime 44e1f9f682 Added nonreturn sepcifier to fix #1748
5 years ago
Gabi Melman 609480ed78
Merge pull request #1798 from gv-me/constexpr-log-levels
5 years ago
Gaurav Vaidya 53d223b45f add constexpr to SPDLOG_LEVEL_NAMES declaration
5 years ago
Charles Milette 9e19012cb0
Remove filename_memory_buf_t from headers
5 years ago
Charles Milette fc594b551a
Prevent win_eventlog_sink from silently discarding errors when wide support is enabled
5 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage
5 years ago
gabime 231ca50700 clang-format
5 years ago
gabime 9cd25dd216 Remove un needed hasher declaration
5 years ago
gabime 15066d1d37 clang-format
6 years ago
Gabi Melman 2170de8819
Update common.h
6 years ago
Gabi Melman 300ec667f6
Update common.h
6 years ago
Gabi Melman 348c4380d6
Fix #1535
6 years ago
Gabi Melman 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex
6 years ago
gabime d1819f5f76 clang-format
6 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows
6 years ago
Dávid Bodor 6e763d2776 only include windows.h when it's unavoidable
6 years ago
gabime 695912c7cf Optimize ansicolor_sink to use array instead of map to find color codes
6 years ago
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