Jakub Neruda
5d4956d34b
Set default value to registry::err_handler_
2021-02-17 14:02:20 +01: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
Christian Panov
aacae62591
Initializer list style consistency
2021-01-20 20:11:34 +02: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
Charles Milette
ac35dd5a6f
Prevent integer overflows in wstr_to_utf8buf and utf8_to_wstrbuf
2021-01-10 18:26:24 -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
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
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
Могилин Виктор
e17ee87f38
Ability to get size of messages queue of async thread pool
2020-11-13 13:12:32 +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
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
cd701761f9
clang-format
2020-08-26 00:10:05 +03:00
Dominik Krümpelmann
db0d0438ff
tcp_client.h bugfix for macOS and add tcp example
...
-> fix the issue that the head is not compilable bc. of missing declaration
-> optimize if/else block in connection function. Else not needed bc. of break in if
2020-08-06 11:40:17 +02:00
Gabi Melman
58875bdcd7
Update tcp_client-windows.h
2020-07-14 23:15:49 +03:00
Craig Andrews
22bee8128a
fmt 7.0.0 renamed the internal namespace to detail.
...
See: https://github.com/fmtlib/fmt/issues/1538
2020-07-06 13:01:52 -04:00
gabime
0317731dc9
Fix #1569
2020-05-26 23:34:17 +03:00
Bruce Mitchener
559984b2fe
Fix typos.
2020-05-01 08:54:16 +07:00
gabime
81444265f4
clang-format
2020-04-19 11:33:36 +03:00
Ron Rechenmacher
9e6f5b6b2d
add single logger method and log_msg constructor and tests/test_time_point.cpp
2020-04-18 08:58:11 -05:00
gabime
8bc1ca0e44
clang-format
2020-04-12 02:21:48 +03:00
gabime
7766bc25d1
Updated fmt_helper::pad2()
2020-04-12 01:40:22 +03:00
gabime
619849c793
fixed comment
2020-04-11 20:15:04 +03:00
gabime
927b2b3942
Fixed conversion warnings
2020-04-11 20:07:40 +03:00
gabime
76389e057f
Optimize fmt_helper::pad3()
2020-04-11 19:50:19 +03:00
gabime
a8169a3d6b
clang-format
2020-04-10 15:35:58 +03:00
gabime
490940cd53
Minor update to fmt_helper
2020-04-04 20:11:59 +03:00
gabime
92d27b0aa3
Minor update to fmt_helper
2020-04-04 20:11:17 +03:00
gabime
ca9c83f824
Minor improvment to number padding
2020-04-04 20:06:04 +03:00
Denis Blank
61408a0f29
Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
...
* Ref 033fe9f133
2020-03-23 22:16:25 +01:00
gabime
f0c35819bd
Removed unneeded nullptr check
2020-03-22 02:17:48 +02:00
gabime
e1c79869b6
Replaced more SPDLOG_THROW with throw_spdlog_ex
2020-03-22 01:09:08 +02:00
gabime
c927de137c
clang-format
2020-03-22 00:16:27 +02:00
Gabi Melman
3b87eb3d08
Moved throw to dedicated function throw_spdlog_ex
2020-03-21 23:25:12 +02:00
Gabi Melman
752d5685dc
Moved pattern formatter from spdlog/details to spdlog/
2020-03-21 13:33:04 +02:00
Gabi Melman
c6c517431f
wip custom formatter flags
2020-03-20 16:09:30 +02:00
gabime
d1819f5f76
clang-format
2020-03-15 18:51:52 +02:00
gabime
19c7e63858
Added final keywords to pattern_formatter classes
2020-03-15 18:46:10 +02:00
Gabi Melman
2b0481deed
Always use SOCK_CLOEXEC in tcp client
2020-03-13 01:18:27 +02:00