gabime
5887744d8b
Fixed bin2hex to work with fmt v8
2021-06-24 15:58:25 +03:00
gabime
8bf718671a
Update fmt version 8.0
2021-06-24 13:22:02 +03:00
Sprite
7fa751d36e
Use std::function for the global error handler
2021-06-16 05:04:17 +08:00
LE GARREC Vincent
ec8763adf2
Fix signed/unsigned mismatch in VS
2021-06-13 19:35:02 +02:00
JB_12
6c21789aed
Fix C++20 build resulting in deprecated implicit copy assignment operator warning
2021-06-02 08:20:29 +01:00
Mikael Lund
cd376a5c43
Allow compilation with nvc++
2021-05-30 13:02:56 +01:00
steven lunt
ee22eed23d
add macros for overriding the individual level names
2021-05-18 19:36:45 -04:00
steven lunt
ab72de5f7a
Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES"
...
This reverts commit 2a16d1d230
.
2021-05-18 19:25:07 -04:00
steven lunt
a32cea24fd
Revert "remove constexpr on level_string_views to fix compilation on C++17 from addition of set_string_view"
...
This reverts commit ac3e26b0ff
.
2021-05-18 19:24:44 -04:00
Rosen Penev
1ef2f014ee
small std::find conversion
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-10 14:42:28 -07:00
Vadim Zeitlin
ff5221b693
Fix warning about testing _WIN64 which might be undefined
...
This warning is disabled by default, but is pretty useful and worth
enabling for MSVC, just as -Wundef for gcc, so fix it in Win32 build.
2021-05-06 22:33:41 +01:00
Gabi Melman
db484cc4b8
Merge pull request #1930 from vadz/msvc-unreachable-warning-fix-alt
...
Avoid harmless warning about unreachable statement in MSVS build
2021-05-07 00:27:45 +03:00
Vadim Zeitlin
6442963f49
Avoid harmless warning about unreachable statement in MSVS build
...
All MSVS versions >= 2015 warn about "return 0" after throw_spdlog_ex()
being unreachable in filesize(), so disable this warning in this
function (note that it can't be disabled inside it).
2021-05-06 22:02:25 +01:00
Luke Novey
632a2e0894
Change c-style casts to reinterpret casts
2021-05-03 12:33:58 -04:00
gabime
e9635c7b2d
rethrnow non std exceptions to fix #533
2021-05-01 00:29:36 +03:00
Matthias Moulin
9d3dde0900
Made mutex member variable mutable
...
Classes inheriting from `base_sink` can now lock the base mutex inside their `const` member methods (e.g., basic accessors).
2021-04-22 21:19:54 +02:00
Hai Feng Kao
ca2cd6f3e7
fix Xcode compiler warning "no new line at the end of file"
2021-04-20 12:43:56 +08:00
Gabi Melman
8001156ca8
Update stdout_sinks-inl.h
2021-04-08 23:20:36 +03:00
Gabi Melman
57e31f0a58
Merge pull request #1906 from LonghronShen/v1.x
...
fix bug #1790
2021-04-08 23:18:20 +03:00
Benjamin Sergeant
aa264a7fb2
Update pattern_formatter-inl.h
...
Comment describing the default logging pattern is missing [%s:%#], which is the abbreviated source file + the line number.
I tried to customize our own logger by copy pasting this info, and then I noticed we had lost that information.
2021-04-08 09:05:55 -07:00
Steven Hangger
0385372314
fix bug #1790
2021-04-05 20:00:22 +08:00
Gabi Melman
100f30043f
Update version.h
2021-03-25 21:00:48 +02:00
Gabi Melman
1574b5b0a2
Merge pull request #1889 from stevenlunt/set_string_view
...
remove constexpr on level_string_views to fix compilation on C++17 fr…
2021-03-25 20:59:37 +02:00
Gabi Melman
012fe99ab1
Update version.h
2021-03-25 20:34:53 +02:00
steven lunt
ac3e26b0ff
remove constexpr on level_string_views to fix compilation on C++17 from addition of set_string_view
2021-03-24 18:20:08 -04:00
steven lunt
2a16d1d230
added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES
2021-03-24 16:22:54 -04:00
Gabi Melman
53e1c9ab11
Update version number to 1.8.3
2021-03-24 21:49:10 +02:00
Ryan Sherlock
bb5e1ee2f9
Removing changes to bundled fmt
...
Removing changes to the bundled fmt library. The default case
statements will be changed in the upstream library.
Signed-off-by: Ryan Sherlock <sherlock@loftorbital.com>
2021-03-20 09:22:40 -07:00
Ryan Sherlock
3aee89c8fd
add default cases
...
Adding default case for cases where the compilation flag
-Wswitch-default is present on the command line when spdlog is
included in external projects.
Signed-off-by: Ryan Sherlock <ryan.m.sherlock@gmail.com>
2021-03-19 10:06:09 -07:00
gabime
44e1f9f682
Added nonreturn sepcifier to fix #1748
2021-03-17 00:25:26 +02:00
gabime
37d76b961c
Fix #1876
2021-03-16 23:39:55 +02:00
Gabi Melman
fa659bf7ad
Update daily_file_sink.h
2021-02-27 11:18:12 +02:00
Gabi Melman
0fac33781d
Update daily_file_sink.h
2021-02-26 12:38:49 +02:00
Gabi Melman
3135b6a33d
Update comment
2021-02-26 12:33:43 +02:00
fawdlstty
a709e29586
fix unique mode compile
2021-02-26 10:18:33 +08:00
fawdlstty
dd46579cb4
fix name
2021-02-26 10:17:43 +08:00
fawdlstty
f4b7210e7b
remove externs
2021-02-26 09:28:12 +08:00
fawdlstty
05a0b0d7b0
use fmt::chrono and remove is_fmt flags
2021-02-26 09:21:13 +08:00
fawdlstty
c1f4d7506a
replace tab
2021-02-25 23:57:37 +08:00
fawdlstty
b6ba0be550
add daily_logger_format_mt and daily_logger_format_st sink
2021-02-25 23:55:19 +08:00
Jakub Neruda
5d4956d34b
Set default value to registry::err_handler_
2021-02-17 14:02:20 +01:00
Gabi Melman
42c5eb59c9
Update wincolor_sink-inl.h
2021-02-14 01:49:29 +02:00
Gabi Melman
09cc6e7754
Simplify wincolor_sink::set_foreground_color_
2021-02-14 01:03:02 +02:00
Gabi Melman
4a5bc41e89
Validate range in wincolor_sink::print_range_
2021-02-14 00:20:44 +02:00
Gabi Melman
0ade18828d
Remove switch statement from wincolor_sink::set_color_mode_impl
2021-02-13 23:53:36 +02:00
Gabi Melman
91046e6ca4
Simplify wincolor sink color mode management
2021-02-13 20:59:10 +02:00
Gabi Melman
17e1ba8ae2
simplifiy and mutex protect set_color_mode in wincolor sink
2021-02-13 20:16:15 +02:00
Gabi Melman
c47c854f15
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2021-02-13 20:06:51 +02:00
Gabi Melman
e931866b35
Removed public color constants from wincolor sink and intensify red and yellow
2021-02-13 20:06:40 +02:00
Gabi Melman
7828a065bf
Update stdout_sinks-inl.h
2021-02-13 17:45:00 +02:00
Gabi Melman
3e689e700e
Handle return values of win32 color functions in wincolor sink
2021-02-13 17:26:55 +02:00
Gabi Melman
a9964afcf7
Don't throw wincolor redirection failed, to be consistent with the non-redirect behaviour
2021-02-13 16:58:04 +02:00
Gabi Melman
95c19876c6
Skip log in wincolor sink if out_handle_ is null
2021-02-13 16:55:40 +02:00
Gabi Melman
5efccfa5e2
Fix #1828
2021-02-13 16:11:07 +02:00
Gabi Melman
89e737a258
Handle invalid handle in wincolor sink
2021-02-13 15:00:35 +02:00
Unknown
7e9385405f
better numeric_limits<>::max/min fix when using SPDLOG_WCHAR_TO_UTF8_SUPPORT
...
NOMINMAX macro doesn't work everytime for some reason
2021-02-06 10:50:29 +02:00
Gabi Melman
592ea36a86
Fix #1811
2021-01-21 21:12:42 +02:00
Gabi Melman
e059ebf99d
Merge pull request #1807 from ChristianPanov/patch-1
...
Initializer list style consistency
2021-01-21 03:02:26 +02:00
Gabi Melman
609480ed78
Merge pull request #1798 from gv-me/constexpr-log-levels
...
add constexpr to SPDLOG_LEVEL_NAMES declaration
2021-01-21 03:00:49 +02:00
Christian Panov
aacae62591
Initializer list style consistency
2021-01-20 20:11:34 +02:00
Kelvin Hu
47cbf3828d
fix compiling error and typo
2021-01-19 22:03:47 +08:00
Gabi Melman
46d418164d
Merge pull request #1787 from sylveon/windows-separator-filenames
...
Better support for / separators on Windows, improve wchar filename coverage
2021-01-12 00:29:08 +02:00
Gaurav Vaidya
ede8d84884
fix constexpr declaration for c++11
2021-01-11 11:25:27 +01:00
Gaurav Vaidya
53d223b45f
add constexpr to SPDLOG_LEVEL_NAMES declaration
...
for #1791
2021-01-11 11:16:06 +01:00
Charles Milette
ac35dd5a6f
Prevent integer overflows in wstr_to_utf8buf and utf8_to_wstrbuf
2021-01-10 18:26:24 -05:00
Charles Milette
9e19012cb0
Remove filename_memory_buf_t from headers
2021-01-10 18:19:28 -05:00
Gabi Melman
710a0e3a45
Merge pull request #1795 from graydon/truncate-but-still-append
...
Open files with "ab" mode even if truncating.
2021-01-09 12:20:26 +02:00
Graydon Hoare
b7f24b2456
Open files with "ab" mode even if truncating.
2021-01-09 00:35:32 -08:00
Charles Milette
fc594b551a
Prevent win_eventlog_sink from silently discarding errors when wide support is enabled
2021-01-06 22:17:09 -05:00
Charles Milette
f39ccccc0c
Fix linker error
2021-01-06 21:52:59 -05:00
Charles Milette
a453bccff0
Better support for / separators on Windows, improve wchar filename coverage
2021-01-06 04:15:14 -05:00
ryan-rsm-mckenzie
030d85a9b3
ensure stdout color sinks do not leak windows headers with SPDLOG_COMPILED_LIB
2020-12-26 03:45:12 -08:00
dominic
cec365888a
Added check for COLORTERM environment variable to detect if terminal
...
supports color.
Added alacritty to supported color terminals.
2020-12-19 23:22:31 +01:00
Gabi Melman
17c6e6ee3f
Merge pull request #1760 from iko1/v1.x
...
fix windows event sink log compilation error with UNICODE preprocessor
2020-12-16 11:41:44 +02:00
Amir Alperin
7fff900a1a
Fix error message in exception
2020-12-16 06:57:24 +02:00
Amir Alperin
c67974e4c8
replace deprected wchar string conversion
2020-12-16 01:14:55 +02:00
BVonk
9b80ca6c41
Add files via upload
2020-12-15 17:21:09 +01:00
Amir Alperin
22f514aabf
restore ident format
2020-12-13 23:11:25 +02:00
Amir Alperin
211478e13e
convert message back to wchar
2020-12-13 10:45:55 +02:00
Amir Alperin
5e33a7e58b
fix compilation errors
2020-12-13 10:11:00 +02:00
gabime
de0dbfa359
version 1.8.2
2020-12-11 16:40:52 +02:00
gabime
f93459579f
version 1.9.0
2020-12-11 16:37:37 +02:00
gabime
2b81c40b90
Bump fmt to version 7.1.3
2020-12-11 16:32:39 +02:00
Jonas Wittbrodt
f8ba24afee
add missing <algorithm> include
2020-11-19 14:09:33 +01:00
Могилин Виктор
e17ee87f38
Ability to get size of messages queue of async thread pool
2020-11-13 13:12:32 +03:00
Gabi Melman
18e3f07f7d
Fix #1710
2020-11-05 18:27:31 +02:00
dkavolis
23572369fc
Perfect forwarding for arguments
2020-11-02 00:37:03 +00:00
Christof Kaufmann
40160f2a57
Fix typo in comment
2020-10-20 02:49:09 +02:00
gabime
cbe9448650
version 1.8.1
2020-09-30 17:30:06 +03:00
gabime
5b345534dc
Minor change in ifdef for clarity
2020-09-30 17:29:44 +03:00
Gabi Melman
c8dc318fb3
Update logger-inl.h
2020-09-29 02:23:03 +03:00
Gabi Melman
23cb1a1080
Update logger-inl.h
2020-09-29 02:20:43 +03:00
Dirk Eddelbuettel
3cf4d34094
let R header defines switch to REprintf over fprintf(stdderr)
2020-09-28 17:13:09 -05:00
Gabi Melman
16d78ae5db
Update stdout_sinks-inl.h
2020-09-28 17:08:13 +03:00
gabime
62b4b7af83
Fix #1667
2020-09-28 13:39:31 +03:00
Gabi Melman
9799ecac6a
Remove redundant size check before calling WriteFile
2020-09-27 21:27:58 +03:00
Gabi Melman
dccb766095
Fix warning about enum usage
2020-09-27 19:08:24 +03:00
gabime
c97983a91c
Fix linux build
2020-09-27 18:42:27 +03:00
gabime
680fb07fd5
Updatd WriteFile usage
2020-09-27 18:34:01 +03:00
gabime
cfd0ea197c
Simplify WriteFile() usage under windows
2020-09-27 18:32:08 +03:00