Commit Graph

966 Commits (a358a38b841b6ad9726b2cceaea12b696bbf035d)

Author SHA1 Message Date
gabime e7e8b75a4c clang-format
4 years ago
zyw1995ted@163.com 37372960a8 add a color-terminal type
4 years ago
gabime 7b14a65b2b Fixed format_to deprecated warning by wrapping the buffer with std::back_inserter
4 years ago
Sprite 7fa751d36e Use std::function for the global error handler
4 years ago
LE GARREC Vincent ec8763adf2
Fix signed/unsigned mismatch in VS
4 years ago
JB_12 6c21789aed Fix C++20 build resulting in deprecated implicit copy assignment operator warning
4 years ago
Vadim Zeitlin ff5221b693 Fix warning about testing _WIN64 which might be undefined
5 years ago
Gabi Melman db484cc4b8
Merge pull request #1930 from vadz/msvc-unreachable-warning-fix-alt
5 years ago
Vadim Zeitlin 6442963f49 Avoid harmless warning about unreachable statement in MSVS build
5 years ago
Luke Novey 632a2e0894 Change c-style casts to reinterpret casts
5 years ago
gabime e9635c7b2d rethrnow non std exceptions to fix #533
5 years ago
Hai Feng Kao ca2cd6f3e7 fix Xcode compiler warning "no new line at the end of file"
5 years ago
Jakub Neruda 5d4956d34b
Set default value to registry::err_handler_
5 years ago
Unknown 7e9385405f better numeric_limits<>::max/min fix when using SPDLOG_WCHAR_TO_UTF8_SUPPORT
5 years ago
Christian Panov aacae62591
Initializer list style consistency
5 years ago
Gabi Melman 46d418164d
Merge pull request #1787 from sylveon/windows-separator-filenames
5 years ago
Charles Milette ac35dd5a6f
Prevent integer overflows in wstr_to_utf8buf and utf8_to_wstrbuf
5 years ago
Gabi Melman 710a0e3a45
Merge pull request #1795 from graydon/truncate-but-still-append
5 years ago
Graydon Hoare b7f24b2456
Open files with "ab" mode even if truncating.
5 years ago
Charles Milette fc594b551a
Prevent win_eventlog_sink from silently discarding errors when wide support is enabled
5 years ago
Charles Milette f39ccccc0c
Fix linker error
5 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage
5 years ago
dominic cec365888a Added check for COLORTERM environment variable to detect if terminal
5 years ago
Amir Alperin 7fff900a1a Fix error message in exception
5 years ago
Amir Alperin c67974e4c8 replace deprected wchar string conversion
5 years ago
Могилин Виктор e17ee87f38 Ability to get size of messages queue of async thread pool
5 years ago
gabime 8923922f30 Cleaned level loading from env var
5 years ago
gabime 7542e42e4f removed extra parentheses
5 years ago
Gabi Melman 7a9b23e4f4
Update registry-inl.h
5 years ago
gabime 36138617fc small readablilty update in registry
5 years ago
gabime 231ca50700 clang-format
5 years ago
gabime c7613f3e91 Fixed #1680
5 years ago
gabime cefe67726e wip fix #1680 again
5 years ago
gabime 1ac2dcc537 wip fix #1680 again
5 years ago
gabime 3a68eecb28 Fix issue #1680
5 years ago
gabime cd701761f9 clang-format
5 years ago
Dominik Krümpelmann db0d0438ff tcp_client.h bugfix for macOS and add tcp example
5 years ago
Gabi Melman 58875bdcd7
Update tcp_client-windows.h
5 years ago
Craig Andrews 22bee8128a fmt 7.0.0 renamed the internal namespace to detail.
5 years ago
gabime 0317731dc9 Fix #1569
5 years ago
Bruce Mitchener 559984b2fe Fix typos.
6 years ago
gabime 81444265f4 clang-format
6 years ago
Ron Rechenmacher 9e6f5b6b2d add single logger method and log_msg constructor and tests/test_time_point.cpp
6 years ago
gabime 8bc1ca0e44 clang-format
6 years ago
gabime 7766bc25d1 Updated fmt_helper::pad2()
6 years ago
gabime 619849c793 fixed comment
6 years ago
gabime 927b2b3942 Fixed conversion warnings
6 years ago
gabime 76389e057f Optimize fmt_helper::pad3()
6 years ago
gabime a8169a3d6b clang-format
6 years ago
gabime 490940cd53 Minor update to fmt_helper
6 years ago