Commit Graph

111 Commits (73e2e02b42b2d52fc07b88ceb7f91cf95c5f564f)

Author SHA1 Message Date
Tomas-Zhu 73e2e02b42
Fix #3038 (#3044)
2 years ago
liubing 8979f7fb2a
Also use _stat() on Windows to be more UTF8 friendly (#2978)
2 years ago
Peter Nemeth 479a5ac3f1
Fix OS availability check of pthread_threadid_np for iOS (#2897)
2 years ago
gabime 0a53eafe18 update clang format again
2 years ago
gabime 9d52261185 clang format
2 years ago
gabime 95c226e9c9 format
2 years ago
Gabi Melman 5931a3d6f8 Fixed windows compile
2 years ago
gabime 1a0bfc7a89 clang format
2 years ago
gabime 1f61f5e019 clang format
2 years ago
Sergey Fedorov c65aa4e488
os-inl.h: fix for missing pthread_threadid_np (#2715)
2 years ago
Gabi Melman 262acfdeb5
Update os-inl.h
3 years ago
Gabi Melman a4d8817745
move include cassert
3 years ago
Gabi Melman 66407f5b48
Better handling of utf to wchar
3 years ago
Gabi Melman 78e86ba01f
Update os-inl.h
3 years ago
espkk f29f369a12
Add sync to file_helper (#2343)
3 years ago
Ivan Grokhotkov 85a009ad64
Support newlib C library configurations without tm_gmtoff field (#2600)
3 years ago
Khem Raj 287a00d364
Do not use LFS64 functions on linux/musl (#2589)
3 years ago
Charles Milette cd4f6c1466
Replace fmt_helper::to_string by a macro
3 years ago
Charles Milette 37dd6bb159
Address PR review comments
4 years ago
Charles Milette 714cf12822
Add fmt_helper.h include to includes.h and os-inl.h
4 years ago
Charles Milette ebeb3707b1
Switch to vformat_to
4 years ago
Andrey Bugaevskiy 5ee969e4f6 Fix fopen_s error reporting with PREVENT_CHILD_FD
4 years ago
Vladislav Nepogodin f096c615c3
🔥 conditional_cast
4 years ago
Vladislav Nepogodin f81cb9f365
Revert "Useless cast"
4 years ago
Vladislav Nepogodin 7e95963940
Useless cast
4 years ago
Acretock 9e17fafe1b c style cast -> static_cast
4 years ago
semenov_gv e3e4c4bc95 minor changes added const ref params
4 years ago
lisr 232df72b82 use pthread_getthrds_np for AIX
4 years ago
lisr aac187d3a0 fix aix compile error
4 years ago
gabime dc030ec53c clang-format
4 years ago
Charles Milette 5d6af189f1 Use target.capacity() even with std::string
4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib
4 years ago
gabime e7e8b75a4c clang-format
4 years ago
zyw1995ted@163.com 37372960a8 add a color-terminal type
4 years ago
LE GARREC Vincent ec8763adf2
Fix signed/unsigned mismatch in VS
4 years ago
Vadim Zeitlin ff5221b693 Fix warning about testing _WIN64 which might be undefined
4 years ago
Vadim Zeitlin 6442963f49 Avoid harmless warning about unreachable statement in MSVS build
4 years ago
Unknown 7e9385405f better numeric_limits<>::max/min fix when using SPDLOG_WCHAR_TO_UTF8_SUPPORT
5 years ago
Charles Milette ac35dd5a6f
Prevent integer overflows in wstr_to_utf8buf and utf8_to_wstrbuf
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
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
Bruce Mitchener 559984b2fe Fix typos.
6 years ago
Denis Blank 61408a0f29 Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
6 years ago
gabime e1c79869b6 Replaced more SPDLOG_THROW with throw_spdlog_ex
6 years ago
gabime c927de137c clang-format
6 years ago
Gabi Melman 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex
6 years ago
gabime efd73ac956 Merge remote-tracking branch 'origin/v1.x' into conf-env3
6 years ago