Commit Graph

219 Commits (2a16d1d2303164618694361513f2ec1391d8f3e4)

Author SHA1 Message Date
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
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