Commit Graph

  • f0cd9d1530 dup_filter_sink adds parameters to enable setting the level of skipped logs (#2563) zydxhs 2022-12-02 15:51:34 +08:00
  • 50e8b2d982 fix dup_filter_sink lose source_loc (#2549) zydxhs 2022-11-22 15:38:01 +08:00
  • 4f80077339 Support compile-time format string checking with std::format (#2544) Charles Milette 2022-11-12 16:07:11 -05:00
  • c5a09ebc49 Update #include to deprecated fmt header (#2545) Romain Pokrzywka 2022-11-11 18:47:51 -06:00
  • d7de159455 Fix undefined macro FMT_STRING in benchmark when using std::format (#2540) Sprite 2022-11-08 17:01:27 +08:00
  • 18495bf25d Bundle fmt 9.1.0's std.h, and provide a header to include either it or the external fmt's version (#2539) Eli Boyarski 2022-11-08 01:14:01 +02:00
  • ad0e89cbfb Version 1.11.0 v1.11.0 Gabi Melman 2022-11-02 23:13:08 +02:00
  • 6a9d561671 Update ci.yml Gabi Melman 2022-11-01 17:17:29 +02:00
  • 545c301877 Update ci.yml Gabi Melman 2022-11-01 17:13:35 +02:00
  • 7aa00607ea chrono.h: Remove warning suppression Gabi Melman 2022-11-01 14:46:39 +02:00
  • bd5a81df70 Check IsDebuggerPresent in msvc_sink before doing work. Fix #2408 gabime 2022-11-01 00:52:39 +02:00
  • 4accce5d7b Try again fixing fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-11-01 00:07:46 +02:00
  • 4d7308f26d Fixed msvc warning C4800 in win_eventlog_sink gabime 2022-11-01 00:01:19 +02:00
  • 678a79c0be Fixed syntax error from prev commit gabime 2022-10-31 23:51:48 +02:00
  • fbba6dff20 Fix #2431 gabime 2022-10-31 23:23:57 +02:00
  • fdb1f5926e Fix fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-10-31 22:56:29 +02:00
  • b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead gabime 2022-10-31 22:51:41 +02:00
  • 6c975fa13b Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:43:38 +02:00
  • c627c66560 Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:26:07 +02:00
  • 130ff0c8db enable the ostream formatting for backward compatibility with fmt 8.x gabime 2022-10-31 18:15:43 +02:00
  • 31d6935b97 updated readme gabime 2022-10-31 18:12:47 +02:00
  • 14a29c03eb suppress warning 4307 when including format-inline.h under msvc 2017 gabime 2022-10-31 17:47:12 +02:00
  • a7e2bf161e Update user defined type example gabime 2022-10-31 17:35:24 +02:00
  • 070dd181df clang format gabime 2022-10-31 17:09:45 +02:00
  • 7147da468f Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2022-10-31 17:04:20 +02:00
  • 9125bda301 suppress "integral constant overflow" warning under msvc 2017 gabime 2022-10-31 17:03:53 +02:00
  • a4743370e2 Update appveyor.yml Gabi Melman 2022-10-31 15:39:01 +02:00
  • 867df8cf87 Update appveyor.yml Gabi Melman 2022-10-31 15:10:51 +02:00
  • 8a0b2231b1 Renamed bench name gabime 2022-10-31 14:01:38 +02:00
  • 3499dfeeb4 Bump bundled fmtlib to version 1.9.1 gabime 2022-10-31 13:47:47 +02:00
  • 3c0e036cc9 Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x (#2517) 刘耘呈 2022-10-20 07:11:16 +08:00
  • bced424855 Merge pull request #2519 from sandorzm/v1.x Gabi Melman 2022-10-19 22:37:29 +03:00
  • 5fba2867f5 Change mongocxx::exception handler to std::exception Sandor Magyar 2022-10-19 14:02:21 -04:00
  • b5d361fc21 clang-format mongo_sink.h Sandor Magyar 2022-10-19 10:08:54 -04:00
  • 0674e79066 Improve arg passing and exceptions in mongo_sink Sandor Magyar 2022-10-19 09:53:33 -04:00
  • 5f67ef4d6f Remove pointless try block in mongo_sink Sandor Magyar 2022-10-18 20:25:32 -04:00
  • 1bb1f05d73 Adjust MongoCXX instance handling in mongo_sink Sandor Magyar 2022-10-18 20:13:17 -04:00
  • 77429b2e2e Merge pull request #2515 from puneetmatharu/v1.x Gabi Melman 2022-10-18 13:19:13 +03:00
  • a3c47cc682 Don't force Mongo sink to own MongoCXX instance Sandor Magyar 2022-10-17 17:32:08 -04:00
  • 0145223be1 Add numerical level to Mongo sink for easier queries Sandor Magyar 2022-10-17 16:15:23 -04:00
  • f3b61c70ba Catch exception by reference to fix -Wcatch-value warning Sandor Magyar 2022-10-17 16:04:49 -04:00
  • 7768c6271c Export targets to build directory so that it can be found at configure time. Puneet Matharu 2022-10-17 10:02:14 +01:00
  • d011332616 Merge pull request #2509 from kin4stat/v1.x Gabi Melman 2022-10-15 00:41:16 +03:00
  • 93b9132b0a Replace iterator difference with std::distance Daniil 2022-10-13 08:25:16 +03:00
  • 936697e5b1 Merge pull request #2500 from offa/ghactions_ci Gabi Melman 2022-10-03 18:52:35 +03:00
  • cf6cdc5ba6 Replace Travis CI Badge with Github Actions offa 2022-10-03 16:04:40 +02:00
  • ec81b321c2 Remove .travis.yml offa 2022-09-29 20:29:40 +02:00
  • 23fce5ffaa Migrate to Github Actions CI offa 2022-09-29 20:29:40 +02:00
  • 7fa59cf555 Merge pull request #2498 from offa/gcc12_workaround Gabi Melman 2022-09-30 17:12:26 +03:00
  • 29b24f9e72 Use pragams instead of compile options offa 2022-09-30 13:20:15 +02:00
  • 523a075f82 Merge pull request #2499 from offa/clang_cpp20_workaround Gabi Melman 2022-09-30 00:07:28 +03:00
  • 06f9953fa8 Workaround deprecation warning on Clang with C++20 offa 2022-09-29 20:10:32 +02:00
  • b8fdc9bf5d Workaround GCC 12 warning offa 2022-09-28 17:45:54 +02:00
  • 7130676697 Merge pull request #2495 from panicgh/lowercase-windows-h Gabi Melman 2022-09-26 14:20:29 +03:00
  • 5ca5fdff9f Use lower-case "windows.h" for case-sensitive file systems Nicolas Benes 2022-09-26 12:42:01 +02:00
  • 81de01c02c Merge pull request #2475 from nigels-com/-fPIC Gabi Melman 2022-09-08 01:09:42 +03:00
  • b60512731b Merge pull request #2476 from nigels-com/SPDLOG_NO_SOURCE_LOC Gabi Melman 2022-09-08 01:07:24 +03:00
  • 1eaf98cc10 SPDLOG_NO_SOURCE_LOC implementation refinement Nigel Stewart 2022-09-03 12:51:31 +10:00
  • 34f88d4382 cmake: SPDLOG_BUILD_PIC opt-in for CMAKE_POSITION_INDEPENDENT_CODE Nigel Stewart 2022-09-03 12:49:10 +10:00
  • 57e5814364 SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCTION information Nigel Stewart 2021-10-14 21:49:32 +10:00
  • de67ebdda1 cmake: set(CMAKE_POSITION_INDEPENDENT_CODE ON) for Linux static library purposes Nigel Stewart 2022-09-02 12:08:42 +10:00
  • f44fa31f51 Fix #2434 Gabi Melman 2022-08-17 17:47:22 +03:00
  • 64e0724bd6 Merge pull request #2468 from LorenDB/patch-1 Gabi Melman 2022-08-12 20:27:02 +03:00
  • afb1699e0a Add openSUSE installation Loren Burkholder 2022-08-12 11:39:47 -04:00
  • b75edfafca Merge pull request #2449 from Simon-Janos/Re-introduce-redundant-std-move-at-return-for-old-compilers Gabi Melman 2022-07-27 10:10:54 +03:00
  • 26f69ee9d2 Re-introduce redundant std::move at return for old GCC (before version 5) inside an ifdef for e.g. CentOS 7 Simon-Janos 2022-07-27 07:16:36 +02:00
  • 61879237e9 Merge pull request #2445 from Hish15/Hish15/CorrectDoc Gabi Melman 2022-07-25 21:42:31 +03:00
  • fb3ddf749d Removed doc "(shared not supported in windows yet)" Hector PHARAM 2022-07-25 15:23:07 +02:00
  • 7d805c2231 Merge pull request #2443 from ibmibmibm/v1.x Gabi Melman 2022-07-22 18:52:02 +03:00
  • 5f8877b665 Explicitly casting level_enum to size_t. Shen-Ta Hsieh 2022-07-21 20:24:01 +08:00
  • 834840636c Merge pull request #2439 from LucasChollet/duration Gabi Melman 2022-07-17 22:07:06 +03:00
  • dfe1009080 Expend support for any std::chrono::duration in spdlog::flush_every Lucas CHOLLET 2022-07-17 18:36:11 +02:00
  • 6c95f4c816 Fix #2419 by documenting the set_pattern behaviour Gabi Melman 2022-07-01 10:53:05 +03:00
  • d7690d8e7e Merge pull request #2415 from neheb/mingw Gabi Melman 2022-06-27 01:51:11 +03:00
  • 68f42a5b90 test_stopwatch: fix on mingw Rosen Penev 2022-06-23 17:18:35 -07:00
  • ab7b325906 Update README.md Gabi Melman 2022-06-24 20:08:47 +03:00
  • a26e174b36 Merge pull request #2402 from cookcocck/fix_cmake_spdlog_use_std_format Gabi Melman 2022-06-19 02:24:01 +03:00
  • 866fdaa6db Merge pull request #2399 from bergen4/v1.x Gabi Melman 2022-06-19 02:22:56 +03:00
  • 03315853df Merge pull request #2386 from panzhongxian/v1.x Gabi Melman 2022-06-19 02:22:28 +03:00
  • ca747c7572 Set c++20 when SPDLOG_USE_STD_FORMAT option is turned on cookcocck 2022-06-14 11:12:49 +08:00
  • 1f608a81e8 add overrun reset function bergen 2022-06-09 19:45:40 +08:00
  • 822f972842 update bergen 2022-06-09 19:39:57 +08:00
  • 298a200f69 Merge pull request #2396 from polesapart/v1.x Gabi Melman 2022-06-02 22:53:54 +03:00
  • beefee7929 Remove redundant std::move at return (triggers -Wredundant-move in Gcc, at least) Alexandre Pereira Nunes 2022-06-02 13:18:00 -03:00
  • 1eafcfab70 Romove the empty file if no log in first period in hourly logger panzhongxian 2022-05-24 16:17:21 +08:00
  • 9e8e52c048 Merge pull request #2385 from panzhongxian/v1.x Gabi Melman 2022-05-20 12:09:26 +03:00
  • 1f0c2f9f36 Remove try_lock from null_mutex. panzhongxian 2022-05-20 16:20:19 +08:00
  • fc93ddbefe Merge pull request #2384 from aengusjiang/v1.x Gabi Melman 2022-05-19 23:35:52 +03:00
  • ffd929c590 Merge pull request #2383 from alexshpilkin/fix-pkg-config Gabi Melman 2022-05-19 23:32:00 +03:00
  • d546201f12 Merge pull request #2381 from Esri/john4744/android_fmt_compile_time_check Gabi Melman 2022-05-19 23:29:16 +03:00
  • 799802f93b Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRING John Armstrong 2022-05-18 16:30:36 -07:00
  • 3d7ee64661 fix error: cannot bind lvale to right reference Aengus.Jiang 2022-05-19 22:50:04 +08:00
  • 876880fb3f Reflect CMAKE_INSTALL_INCLUDEDIR in pkg-config Alexander Shpilkin 2022-05-19 17:49:16 +03:00
  • afb69071d5 Allow absolute CMAKE_INSTALL_LIBDIR Alexander Shpilkin 2022-05-19 17:48:57 +03:00
  • 0d8197cc9d Update common.h Gabi Melman 2022-05-13 23:06:11 +03:00
  • e36b69a0ec Merge pull request #2376 from jengelh/master Gabi Melman 2022-05-13 11:29:10 +03:00
  • 0ef5228a77 Merge pull request #2372 from kslattery/v1.x Gabi Melman 2022-05-13 11:01:19 +03:00
  • e05b8542a0 Merge pull request #2375 from kslattery/bugfix/default_file_event_handlers Gabi Melman 2022-05-13 10:58:55 +03:00
  • 41efc971ad build: expand SOVERSION to not give false illusion of compatibility Jan Engelhardt 2022-05-13 09:44:09 +02:00
  • d89a1e66d8 Add default file-event_handler callbacks. #2374 Kevin Slattery 2022-05-12 19:49:01 -05:00