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
gabime
48d4ed9bc0
Fix #1675
2020-09-27 18:27:41 +03:00
gabime
8923922f30
Cleaned level loading from env var
2020-09-27 02:08:24 +03:00
gabime
7542e42e4f
removed extra parentheses
2020-09-27 01:05:55 +03:00
Gabi Melman
7a9b23e4f4
Update registry-inl.h
2020-09-26 16:09:43 +03:00
gabime
47253ba2a1
Updated comment
2020-09-26 15:56:57 +03:00
gabime
69b54dd9e4
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2020-09-26 15:49:21 +03:00
gabime
36138617fc
small readablilty update in registry
2020-09-26 15:36:57 +03:00
gabime
231ca50700
clang-format
2020-09-26 15:34:05 +03:00
gabime
c7613f3e91
Fixed #1680
2020-09-26 15:32:44 +03:00
gabime
cefe67726e
wip fix #1680 again
2020-09-26 15:06:53 +03:00
gabime
1ac2dcc537
wip fix #1680 again
2020-09-26 14:41:33 +03:00
gabime
3a68eecb28
Fix issue #1680
2020-09-25 18:19:50 +03:00
gabime
54a8259b42
Fix #1680
2020-09-25 15:03:13 +03:00
Gabi Melman
99b8c5d379
Update bin_to_hex.h
2020-09-24 10:04:07 +03:00
Gabi Melman
5deb7c55e1
Fix #1676
2020-09-21 03:31:19 +03:00
gabime
9cd25dd216
Remove un needed hasher declaration
2020-09-01 23:49:54 +03:00
gabime
4a9ccf7e38
Fixed chrono wrapper
2020-09-01 12:34:59 +03:00
gabime
2963b9f07f
Updated comment
2020-09-01 12:24:11 +03:00
gabime
a4a9bc4d8e
version 1.8.0
2020-09-01 12:05:23 +03:00
gabime
a16a029790
Added bundled fmt os.h file
2020-09-01 12:04:36 +03:00
gabime
dfc777803a
enable the 'n' flag in for backward compatibility with fmt 6.x
2020-08-30 15:58:22 +03:00