Commit Graph

  • 6bbed85338
    Merge bfb3a8efe3 into 6192537d08 #2935 Tim Blechmann 2024-11-02 04:30:27 +0800
  • 6192537d08 Fix win ci gabime 2024-11-01 18:48:47 +0200
  • 6c7201553d Fix win ci gabime 2024-11-01 18:41:17 +0200
  • d939255f0e Fix win ci gabime 2024-11-01 18:33:57 +0200
  • ecc3881122 Fix win ci gabime 2024-11-01 18:25:35 +0200
  • bff1a6036a Fix win ci gabime 2024-11-01 18:20:39 +0200
  • 6f2ead1a0e refactor win ci gabime 2024-11-01 18:09:46 +0200
  • 92f9aa32ce refactor win ci gabime 2024-11-01 18:09:01 +0200
  • 64d9b4e263 refactor win ci gabime 2024-11-01 18:06:38 +0200
  • 3d3f71dbe2 Fix ci gabime 2024-11-01 17:59:26 +0200
  • 3fec1a81b7 Fix ci gabime 2024-11-01 17:56:07 +0200
  • 984a959883 Fix ci gabime 2024-11-01 17:51:09 +0200
  • 7ecfb3bc9c Fix ci gabime 2024-11-01 17:45:19 +0200
  • 614c3a6836 Fix ci gabime 2024-11-01 17:33:25 +0200
  • 5dc356dcbe windows ci gabime/windows_ci gabime 2024-11-01 17:30:00 +0200
  • a7eb388f84 windows ci wip #3238 gabime 2024-11-01 17:21:21 +0200
  • a5cfbf369d Revert "Better support for FMT_UNICODE in cmake" Gabi Melman 2024-11-01 16:49:37 +0200
  • d373093734 Better support for FMT_UNICODE in cmake Gabi Melman 2024-11-01 16:44:15 +0200
  • 7a950e028c add /utf-8 flag for msvc gabime 2024-11-01 15:18:44 +0200
  • 9fe79692eb
    Gabime/tsan (#3237) Gabi Melman 2024-11-01 15:14:27 +0200
  • 6bd1a71e9b Support for thread sanitizer #3237 gabime/tsan gabime 2024-11-01 14:03:28 +0200
  • 96c9a62bfd Fixed race condition in tests gabime 2024-11-01 12:32:39 +0200
  • c31d543759 Fixed race condition in tests gabime 2024-11-01 12:32:39 +0200
  • 85bdab0c18
    Update bundled fmt to 11.0.2 (#3236) Gabi Melman 2024-11-01 12:04:58 +0200
  • a33d846964 Update bundled fmt to 11.0.2 #3236 gabime 2024-11-01 11:59:27 +0200
  • 63d1884215
    Gabime/async flush (#3235) Gabi Melman 2024-11-01 11:26:03 +0200
  • f511e89143 Revert PR #3049 #3235 gabime 2024-11-01 10:57:59 +0200
  • 1437cb2ead Revert "Exchange promise for condition_variable when flushing (fixes #3221) (#3228)" gabime 2024-11-01 10:41:32 +0200
  • 48ce4a94b3 Revert "Ensure flush callback gets called in move-assign operator (#3232)" gabime 2024-11-01 10:41:27 +0200
  • b6da59447f
    Ensure flush callback gets called in move-assign operator (#3232) Michael de Lang 2024-10-30 16:55:45 +0100
  • 14b23d17e7 Ensure flush callback gets called in move-assign operator #3232 Michael de Lang 2024-10-28 23:10:41 +0100
  • 16e0d2e77c
    Exchange promise for condition_variable when flushing (fixes #3221) (#3228) Michael de Lang 2024-10-28 21:38:01 +0100
  • ee16895787
    Improve Cross-Platform Build Instructions in Documentation (#3229) mq白 2024-10-28 04:02:07 +0800
  • 617669820b Modified to replace make -j only with cmake --build. #3229 mq白 2024-10-27 23:03:36 +0800
  • 194ab3962b Simplified build command length for cross-platform compatibility. mq白 2024-10-27 15:18:44 +0800
  • de397e0b64 Update build mq白 2024-10-27 14:20:15 +0800
  • dbe5142365 Exchange promise for condition_variable when flushing (fixes #3221) #3228 Michael de Lang 2024-10-25 20:53:37 +0200
  • 72259c0dcb reverted fixing ...\include\spdlog\pattern_formatter-inl.h(1319): warning C26800: Use of a moved from object: ''user_chars'' (lifetime.1). #3225 wtom 2024-10-20 12:33:47 +0300
  • 5585e630d7 fixing vs analyser's "here could be constexpr" warning wtom 2024-10-20 12:26:34 +0300
  • b1059035b7 fixing ...\include\spdlog\pattern_formatter-inl.h(1319): warning C26800: Use of a moved from object: ''user_chars'' (lifetime.1). #3224 wtom 2024-10-19 17:21:42 +0300
  • 1b54ed476d
    Merge c8792f66fa into dec6a3f61f #3128 Felix Bruns 2024-10-08 07:42:21 +0000
  • c8792f66fa Test attributes: fixing wrongful lambda capture #3128 Felix Heitmann 2024-10-08 09:42:12 +0200
  • 729851c756 fixing signed/unsigned in test attributes Felix Heitmann 2024-10-08 09:37:28 +0200
  • 839449e0ca Add timeout parameter and functionality to tcp_client::connect() function #3205 jackm3232 2024-09-29 20:46:26 -0400
  • e593f6695c
    Fix warning - extra ';' for -Wextra-semi (#3198) hydai 2024-09-23 20:39:32 +0800
  • f15b2a5f82
    Fix warning - extra ';' for -Wextra-semi #3198 hydai 2024-09-23 16:36:22 +0800
  • 2c76e6101a
    Fix #3194 - Use Sep instead of Sept for abbreviated month Gabi Melman 2024-09-20 13:10:23 +0300
  • bdd1dff378
    Update CMakeLists.txt, Fix spelling errors (#3193) 薛定谔的加菲猫 2024-09-19 01:25:46 +0800
  • 885713eb1e
    Update CMakeLists.txt, Fix spelling errors #3193 薛定谔的加菲猫 2024-09-18 19:42:04 +0800
  • ffd5aa41d6
    Update conan install command in README (#3172) Uilian Ries 2024-09-14 08:36:46 +0200
  • c1fbafdcef
    Update mdc.h (#3185) Gabi Melman 2024-09-12 22:49:58 +0300
  • bd96fd4e8c
    Update mdc.h #3185 gabime-patch-1-1 Gabi Melman 2024-09-12 22:33:16 +0300
  • 9507e0cf68
    Update mdc.h gabime-patch-1 Gabi Melman 2024-09-12 22:31:43 +0300
  • 362214a349
    fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS (#3184) allen_qfl 2024-09-13 03:27:25 +0800
  • 9eba632cf1 fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS #3184 dyf 2024-09-12 19:40:12 +0800
  • bbd3d7ffe2 Disable MDC if SPDLOG_NO_TLS is defined #3182 GaryOderNichts 2024-09-12 02:46:34 +0200
  • 2169a6f6ae
    use std::lock_guard instead of std::unique_lock (#3179) Leslie 2024-09-12 03:18:51 +0800
  • 6aaf6805fa use std::lock_guard instead of std::unique_lock #3179 wang shiwen 2024-09-12 00:34:53 +0800
  • 7e5c8049ef fix/issue-3101: fix the issue of mdc ignores SPDLOG_NO_TLS #3177 dyf 2024-09-11 18:31:45 +0800
  • f60bc68a73 Update conan install command in README #3172 Uilian Ries 2024-09-10 11:44:31 +0200
  • 271f0f3b14
    Add info about max_files in the docstrings of hourly/daily file sinks (#3170) Rasmus 2024-09-09 15:54:03 +0200
  • 2164318a04 Add info about max_files in the docstrings of hourly/daily file sinks #3170 Rasmus Diederichsen 2024-09-09 11:21:52 +0200
  • a3a0c9d663
    compilation error gcc 8.5 with [-Werror=suggest-override] (#3158) Eugene Smirnov 2024-08-27 03:04:04 +0200
  • 1a65811331
    compilation error gcc 8.5 with [-Werror=suggest-override] #3158 Eugene Smirnov 2024-08-26 15:01:33 +0200
  • 8841b7e2d5
    Restore init thread-local var in mdc.h, not use reference-init #3157 lixingcong 2024-08-20 08:21:38 +0800
  • d89fff6c7c
    Initialize function-local static variables using "T& t = *new T" lixingcong 2024-08-17 22:33:53 +0800
  • 10e4d20049 Add syslog_formatter #3154 Sivachandran Paramasivam 2024-08-11 17:58:35 +0530
  • 94bdcf556e
    android: Support __android_log_write_log_message based logging #3155 Jarosław Pelczar 2024-08-13 16:33:14 +0200
  • 5ebfc92730
    fix: set /Zc:__cplusplus and /MP to MSVC only (#3139) zjyhjqs 2024-07-22 18:37:28 +0800
  • 8f0831c480 fix: set /Zc:__cplusplus and /MP to MSVC only #3139 zjyhjqs 2024-07-22 00:00:01 +0800
  • 885b5473e2
    Fix building with FMT_ENFORCE_COMPILE_STRING (#3137) Alex Overchenko 2024-07-16 20:41:21 +0300
  • efd6a5c5e8
    Fix building with FMT_ENFORCE_COMPILE_STRING #3137 Alex Overchenko 2024-07-16 19:55:51 +0300
  • 1368bf08ef Clear previous background color for win32 console before setting new one #3132 axel.gto 2024-07-09 16:14:30 +0200
  • 1ecf32fd6b Attributes: use proper function for overwriting attributes Felix Heitmann 2024-07-09 14:52:58 +0200
  • 9436b2e50b Attribute tests: remove fmtlib from tests Felix Heitmann 2024-07-09 13:54:26 +0200
  • d276069a6e
    make example compatible with fmt 11 (#3130) Ziyao 2024-07-09 04:14:30 +0800
  • 06f92eae2b make example compatible with fmt 11 #3130 Yao Zi 2024-07-08 19:37:05 +0000
  • c55778c3d9 Attributes include unit-tests Felix Heitmann 2024-07-05 15:00:06 +0200
  • 90f921ac74 Attributes: scoped contexts Felix Heitmann 2024-07-05 14:59:56 +0200
  • 96179ec5c5 Attributes proper insertion overloads. Felix Heitmann 2024-07-05 14:57:08 +0200
  • 62917ae155 Attributes: invert attr search logic Felix Heitmann 2024-07-05 14:56:11 +0200
  • 747a17467f Attributes: moving to ordered map Otherwise the attributes are printed in pseudo-random order. Felix Heitmann 2024-07-05 14:55:46 +0200
  • d5bfad4f8c Attributes: Removing impact on logger Felix Heitmann 2024-07-05 14:54:55 +0200
  • b8e9a26d7e Added some unit tests M4rFri 2024-07-05 12:57:33 +0200
  • 630648fd74 Updated logger to accept and log attributes M4rFri 2024-07-05 12:57:25 +0200
  • eb120f108f Updated log_msg to accept attributes M4rFri 2024-07-05 12:57:01 +0200
  • 4653e3dce4 Added attribute formatter M4rFri 2024-07-05 12:56:32 +0200
  • 885c852595 Added attributes M4rFri 2024-07-05 12:54:38 +0200
  • eeb22c13bb
    Allow customization of syslog_sink (#3124) Philippe Vaucher 2024-07-03 21:51:11 +0200
  • b152633a4e Allow customization of syslog_sink #3124 Philippe Vaucher 2024-07-03 20:57:00 +0200
  • dec6a3f61f
    Fix android_sink header include wrong path (#3113) v2.x-deprecated act262 2024-06-17 14:52:41 +0800
  • 50febdd209 Fix android_sink header include wrong path #3113 act262 2024-06-17 14:34:37 +0800
  • 94d55bf48e #1838 Fix C++20 compile error. #3112 Patrick Rotsaert 2024-06-17 07:46:46 +0200
  • acae7a76ad #1838 Add ANSI-colored non-rotating file sink. Patrick Rotsaert 2024-06-16 20:07:12 +0200
  • ea601c44a7 #1838 Add ANSI-colored rotating file sink. Patrick Rotsaert 2024-06-16 18:41:55 +0200
  • 1d7886a27a #1838 Factor out ANSI coloring. Patrick Rotsaert 2024-06-16 18:33:17 +0200
  • 3d91da64b0 #1838 Factor out file rotation. Patrick Rotsaert 2024-06-16 18:27:12 +0200
  • e633332acd
    Merge a71a6cd0ad into c3aed4b683 #3090 kalcohol 2024-05-23 10:20:42 +0800
  • c3aed4b683
    Add wide character formatting and output support to wincolor_sink. (#3092) Dominik Grabiec 2024-05-21 23:20:17 +0200
  • 329fedf41b Add wide character formatting and output support to wincolor_sink. #3092 Dominik Grabiec 2024-05-21 22:11:16 +0200