Commit Graph

  • 29b24f9e72 Use pragams instead of compile options #2498 offa 2022-09-30 13:20:15 +0200
  • 523a075f82
    Merge pull request #2499 from offa/clang_cpp20_workaround Gabi Melman 2022-09-30 00:07:28 +0300
  • 06f9953fa8 Workaround deprecation warning on Clang with C++20 #2499 offa 2022-09-29 20:10:32 +0200
  • b8fdc9bf5d Workaround GCC 12 warning offa 2022-09-28 17:45:54 +0200
  • 7130676697
    Merge pull request #2495 from panicgh/lowercase-windows-h Gabi Melman 2022-09-26 14:20:29 +0300
  • 5ca5fdff9f Use lower-case "windows.h" for case-sensitive file systems #2495 Nicolas Benes 2022-09-26 12:42:01 +0200
  • c60beb000d chore: Clean unused headers #2483 Aleksandar Levic 2022-09-08 14:24:30 +0200
  • ec7ca244ff chore: Move logging to where the messages get popped from queue Aleksandar Levic 2022-09-08 14:11:11 +0200
  • 05d4ec4eb7 chore: Use the sink of the specific async logger directly for reporting the dropped messages Aleksandar Levic 2022-09-08 13:55:44 +0200
  • 4b35c63508 cmake: prevent leak of libfmt dependency into spdlog users #2481 Marcel Röthke 2022-09-08 13:02:45 +0200
  • 81de01c02c
    Merge pull request #2475 from nigels-com/-fPIC Gabi Melman 2022-09-08 01:09:42 +0300
  • b60512731b
    Merge pull request #2476 from nigels-com/SPDLOG_NO_SOURCE_LOC Gabi Melman 2022-09-08 01:07:24 +0300
  • 912da77783 chore: Change way of reporting dropped messages to built-in error handler Aleksandar Levic 2022-09-07 15:28:44 +0200
  • df80527bea chore: Change log level of lost messages to debug Aleksandar Levic 2022-09-05 16:01:20 +0200
  • 0299517fc8 feat: Add logging of dropped messages Aleksandar Levic 2022-09-05 15:26:53 +0200
  • 1eaf98cc10 SPDLOG_NO_SOURCE_LOC implementation refinement #2476 Nigel Stewart 2022-09-03 12:51:31 +1000
  • 34f88d4382 cmake: SPDLOG_BUILD_PIC opt-in for CMAKE_POSITION_INDEPENDENT_CODE #2475 Nigel Stewart 2022-09-03 12:49:10 +1000
  • 57e5814364 SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCTION information Nigel Stewart 2021-10-14 21:49:32 +1000
  • de67ebdda1 cmake: set(CMAKE_POSITION_INDEPENDENT_CODE ON) for Linux static library purposes Nigel Stewart 2022-09-02 12:08:42 +1000
  • f44fa31f51
    Fix #2434 Gabi Melman 2022-08-17 17:47:22 +0300
  • 64e0724bd6
    Merge pull request #2468 from LorenDB/patch-1 Gabi Melman 2022-08-12 20:27:02 +0300
  • afb1699e0a
    Add openSUSE installation #2468 Loren Burkholder 2022-08-12 11:39:47 -0400
  • 8223346b7e Merge branch 'v1.x' of https://github.com/mguludag/spdlog into v1.x #2460 Muhammed Galib Uludag 2022-08-04 17:39:45 +0300
  • 2bcef22384 Update common.h Muhammed Galib Uludag 2022-08-04 15:29:11 +0300
  • cae0b50ea0 Update common.h Muhammed Galib Uludag 2022-08-04 15:27:18 +0300
  • e1c5dfecac Update common.h Muhammed Galib Uludag 2022-08-04 15:24:46 +0300
  • b5f6302ebe readded overwritten SPDLOG_FMT_STRING macro line Muhammed Galib Uludag 2022-08-04 15:13:38 +0300
  • f7339dfc92 readded overwritten SPDLOG_BUF_TO_STRING(x) x definition line Muhammed Galib Uludag 2022-08-04 15:01:43 +0300
  • 3bf1a3b8d9 ported implementation from fmtlib's color header Muhammed Galib Uludag 2022-08-04 14:38:32 +0300
  • 51848b1cde
    Update common.h Muhammed Galib Uludag 2022-08-04 15:29:11 +0300
  • 25eb38120c
    Update common.h Muhammed Galib Uludag 2022-08-04 15:27:18 +0300
  • c5dd43e6e8
    Update common.h Muhammed Galib Uludag 2022-08-04 15:24:46 +0300
  • 40abad6b40
    readded overwritten SPDLOG_FMT_STRING macro line Muhammed Galib Uludag 2022-08-04 15:13:38 +0300
  • 0d3ca96945
    readded overwritten SPDLOG_BUF_TO_STRING(x) x definition line Muhammed Galib Uludag 2022-08-04 15:01:43 +0300
  • 90e21e2a9e
    adopted implementation from fmtlib's color header Muhammed Galib Uludag 2022-08-04 14:38:32 +0300
  • 44873cda87
    added compiler and feature check macros from fmt core header Muhammed Galib Uludag 2022-08-04 14:29:33 +0300
  • dfb40772b2 Build system in place, compilation 1 #2457 AyrtonLachat 2022-08-02 15:51:26 +0200
  • 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 +0300
  • 26f69ee9d2 Re-introduce redundant std::move at return for old GCC (before version 5) inside an ifdef for e.g. CentOS 7 #2449 Simon-Janos 2022-07-27 07:16:36 +0200
  • 61879237e9
    Merge pull request #2445 from Hish15/Hish15/CorrectDoc Gabi Melman 2022-07-25 21:42:31 +0300
  • fb3ddf749d Removed doc "(shared not supported in windows yet)" #2445 Hector PHARAM 2022-07-25 15:23:07 +0200
  • 7d805c2231
    Merge pull request #2443 from ibmibmibm/v1.x Gabi Melman 2022-07-22 18:52:02 +0300
  • 5f8877b665
    Explicitly casting level_enum to size_t. #2443 Shen-Ta Hsieh 2022-07-21 20:24:01 +0800
  • 65eabb60b9 [FEAT] add api:overrun_counter #2426 izlyforever 2022-07-10 22:24:31 +0800
  • 834840636c
    Merge pull request #2439 from LucasChollet/duration Gabi Melman 2022-07-17 22:07:06 +0300
  • dfe1009080 Expend support for any std::chrono::duration in `spdlog::flush_every` #2439 Lucas CHOLLET 2022-07-17 18:36:11 +0200
  • 6c95f4c816
    Fix #2419 by documenting the set_pattern behaviour Gabi Melman 2022-07-01 10:53:05 +0300
  • bcc31d2df0 Have logger::set_pattern call sink::set_pattern #2420 Jan Buenker 2022-06-30 12:20:19 +0200
  • cf0c3aeb90 [FEAT] add api: set_thread_name, used in periodic_worker and thread_pool #2417 izlyforever 2022-06-28 19:40:41 +0800
  • d7690d8e7e
    Merge pull request #2415 from neheb/mingw Gabi Melman 2022-06-27 01:51:11 +0300
  • 68f42a5b90 test_stopwatch: fix on mingw #2415 Rosen Penev 2022-06-23 17:18:35 -0700
  • ab7b325906
    Update README.md Gabi Melman 2022-06-24 20:08:47 +0300
  • a26e174b36
    Merge pull request #2402 from cookcocck/fix_cmake_spdlog_use_std_format Gabi Melman 2022-06-19 02:24:01 +0300
  • 866fdaa6db
    Merge pull request #2399 from bergen4/v1.x Gabi Melman 2022-06-19 02:22:56 +0300
  • 03315853df
    Merge pull request #2386 from panzhongxian/v1.x Gabi Melman 2022-06-19 02:22:28 +0300
  • 5672eb6a61
    stopwatch: change to system_clock #2407 Rosen Penev 2022-06-16 14:21:38 -0700
  • ca747c7572 Set c++20 when SPDLOG_USE_STD_FORMAT option is turned on #2402 cookcocck 2022-06-14 11:12:49 +0800
  • 1f608a81e8 add overrun reset function #2399 bergen 2022-06-09 19:45:40 +0800
  • 822f972842 update bergen 2022-06-09 19:39:57 +0800
  • 298a200f69
    Merge pull request #2396 from polesapart/v1.x Gabi Melman 2022-06-02 22:53:54 +0300
  • beefee7929
    Remove redundant std::move at return (triggers -Wredundant-move in Gcc, at least) #2396 Alexandre Pereira Nunes 2022-06-02 13:18:00 -0300
  • 1eafcfab70 Romove the empty file if no log in first period in hourly logger #2386 panzhongxian 2022-05-24 16:17:21 +0800
  • 9e8e52c048
    Merge pull request #2385 from panzhongxian/v1.x Gabi Melman 2022-05-20 12:09:26 +0300
  • 1f0c2f9f36 Remove try_lock from null_mutex. #2385 panzhongxian 2022-05-20 16:20:19 +0800
  • fc93ddbefe
    Merge pull request #2384 from aengusjiang/v1.x Gabi Melman 2022-05-19 23:35:52 +0300
  • ffd929c590
    Merge pull request #2383 from alexshpilkin/fix-pkg-config Gabi Melman 2022-05-19 23:32:00 +0300
  • d546201f12
    Merge pull request #2381 from Esri/john4744/android_fmt_compile_time_check Gabi Melman 2022-05-19 23:29:16 +0300
  • 799802f93b Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRING #2381 John Armstrong 2022-05-18 16:30:36 -0700
  • 3d7ee64661 fix error: cannot bind lvale to right reference #2384 Aengus.Jiang 2022-05-19 22:50:04 +0800
  • 876880fb3f
    Reflect CMAKE_INSTALL_INCLUDEDIR in pkg-config #2383 Alexander Shpilkin 2022-05-19 17:49:16 +0300
  • afb69071d5
    Allow absolute CMAKE_INSTALL_LIBDIR Alexander Shpilkin 2022-05-19 17:48:57 +0300
  • 0d8197cc9d
    Update common.h Gabi Melman 2022-05-13 23:06:11 +0300
  • e36b69a0ec
    Merge pull request #2376 from jengelh/master Gabi Melman 2022-05-13 11:29:10 +0300
  • 0ef5228a77
    Merge pull request #2372 from kslattery/v1.x Gabi Melman 2022-05-13 11:01:19 +0300
  • e05b8542a0
    Merge pull request #2375 from kslattery/bugfix/default_file_event_handlers Gabi Melman 2022-05-13 10:58:55 +0300
  • 41efc971ad build: expand SOVERSION to not give false illusion of compatibility #2376 Jan Engelhardt 2022-05-13 09:44:09 +0200
  • d89a1e66d8 Add default file-event_handler callbacks. #2374 #2375 Kevin Slattery 2022-05-12 19:49:01 -0500
  • d3dee23e6c Remove new macro, update example with correct way to specify fmt lib namespace when fmt_lib namespace alias cannot be used. #2372 Kevin Slattery 2022-05-12 18:55:08 -0500
  • dea6bb1085
    Merge pull request #2359 from tiolan/master master Gabi Melman 2022-05-12 23:24:55 +0300
  • 5f5e70e96e C++14 build fixes for older gcc #2333 Kevin Slattery 2022-05-11 15:14:41 -0500
  • 128cbe5a06 clang-format gabime 2022-05-08 13:01:45 +0300
  • 6d587f5181 Use fmt::detail::vformat_to(buf, ...) since it is ~20ns faster than fmt::vformat_to(std::back_inserter(buf),..) gabime 2022-05-08 13:01:02 +0300
  • 9b4b373121
    Merge pull request #2365 from conr2d/feature/need_localtime Gabi Melman 2022-05-07 21:53:32 +0300
  • aa7490d187 Set eol to the test for overriding need_localtime #2365 Jeeyong Um 2022-05-08 01:18:08 +0800
  • c03c925e29 Copy the value of need_localtime when cloning pattern_formatter Jeeyong Um 2022-05-08 01:16:31 +0800
  • 38929f856d Allow overriding need_localtime for custom formatter Jeeyong Um 2022-05-07 20:39:10 +0800
  • bd0198de2d
    Merge pull request #2364 from stkw0/v1.x Gabi Melman 2022-05-07 14:18:28 +0300
  • ece96216c4
    fix clone async test #2364 David Roman 2022-05-07 12:30:41 +0200
  • a9347017db
    Merge pull request #2358 from tiolan/topic/android_buffer_v1_x Gabi Melman 2022-05-07 00:27:55 +0300
  • 2eedf1fa28 remove usage of forward args #2358 Timo Lange 2022-05-06 17:05:38 +0200
  • b960d5a062 Revert "Merge pull request #2352 from tiolan/topic/android_buffer" #2359 Timo Lange 2022-05-06 11:54:01 +0200
  • 0a875d7b2d use __android_log_write or __android_log_buf_write based on template paramter Timo Lange 2022-05-06 08:55:41 +0200
  • c6d0487474
    Merge pull request #2352 from tiolan/topic/android_buffer Gabi Melman 2022-05-03 01:44:58 +0300
  • 7d22b689b6 use __android_log_write or __android_log_buf_write based on template parameter #2352 Timo Lange 2022-04-29 21:12:19 +0200
  • 173d06578f
    Fixed move in ringnuffer_sink Gabi Melman 2022-04-27 08:35:50 +0300
  • b299855ef2
    Merge pull request #2346 from sylveon/v1.x Gabi Melman 2022-04-27 08:20:48 +0300
  • 8338a48c5b
    Remove fmt_helper::to_string #2346 Charles Milette 2022-04-26 23:27:55 -0400
  • cd4f6c1466
    Replace fmt_helper::to_string by a macro Charles Milette 2022-04-26 23:25:35 -0400
  • 231e8be343 Added function to get the names of all registered loggers #2348 Tim Kraus 2022-04-26 09:46:08 +0200
  • 37dd6bb159
    Address PR review comments Charles Milette 2022-04-25 21:59:56 -0400