Commit Graph

  • 9abcf38b90 Update test_file_helper.cpp Gabi Melman 2021-12-10 22:31:08 +0200
  • 8715f51c61 Fixed file_event_handlers test for windows gabime 2021-12-10 18:31:32 +0200
  • 37cbab363e updated file_event_handlers tests gabime 2021-12-10 00:28:25 +0200
  • afdcfc710e Updated file_event_handlers tests gabime 2021-12-10 00:12:20 +0200
  • 16bc6d04ad Added file event handlers test gabime 2021-12-09 23:43:49 +0200
  • ac6908a139 Update bench CMakelists.txt gabime 2021-12-09 22:35:16 +0200
  • 28e415fb3e Update to google benchmark to v1.6.0 Gabi Melman 2021-12-09 21:51:16 +0200
  • ab2e72340a Update thread_pool.h Gabi Melman 2021-12-09 08:30:43 +0200
  • da9c16278a Update thread_pool.h Gabi Melman 2021-12-09 08:29:12 +0200
  • b5d6c939fd Update thread_pool.h Gabi Melman 2021-12-09 08:28:21 +0200
  • fda2b361da Added missing global thread-pool initialization helper. Philippe Serreault 2021-12-08 16:33:56 +0100
  • 6636ff05e6 Allow custom callback to be executed by thread-pool's threads before joining them. This is similar to a change that was made a while ago ( https://github.com/gabime/spdlog/pull/208 ). Philippe Serreault 2021-12-08 15:10:21 +0100
  • 9e17fafe1b c style cast -> static_cast Acretock 2021-12-08 17:31:24 +0500
  • 1f58535920 Fixed test_macros tests Gabi Melman 2021-12-06 13:37:32 +0200
  • 8dd012096a Update README.md Gabi Melman 2021-12-04 16:38:08 +0200
  • f81970191a Fixed example for custom_type gabime 2021-12-04 14:53:16 +0200
  • b8b16e49a5 Fixed example for custom_type gabime 2021-12-04 14:44:31 +0200
  • 2c21d9ecf8 Fixed example for custom_type gabime 2021-12-04 14:42:34 +0200
  • 2a45eff693 Fixed example for custom_type gabime 2021-12-04 14:42:12 +0200
  • 5bf8728cfa Fixed example for std_format gabime 2021-12-04 14:32:01 +0200
  • e3e4c4bc95 minor changes added const ref params semenov_gv 2021-10-18 19:06:05 +0300
  • 967b373d4e Added missing global thread-pool initialization helper. #2206 Philippe Serreault 2021-12-08 16:33:56 +0100
  • d0a967ff5c Allow custom callback to be executed by thread-pool's threads before joining them. This is similar to a change that was made a while ago ( https://github.com/gabime/spdlog/pull/208 ). Philippe Serreault 2021-12-08 15:10:21 +0100
  • b803e768f3
    Merge pull request #2205 from Acretock/fix_warn_old_cast Gabi Melman 2021-12-08 14:44:42 +0200
  • c2a98f515d c style cast -> static_cast #2205 Acretock 2021-12-08 17:31:24 +0500
  • 372c2a6295 Simplifying the shared library compatible global set_default_logger #2200 Sean Farrell 2021-12-04 19:52:38 +0100
  • 7d2b9f3f3e Fix Linux so/static build issue. Sean Farrell 2021-12-04 18:41:07 +0100
  • 9f87c566bd Implements shared library compatible global set_default_logger. Sean Farrell 2021-12-04 18:20:43 +0100
  • d357a9e0e3
    Update README.md Gabi Melman 2021-12-04 16:38:08 +0200
  • 0c611af552
    Merge pull request #2195 from patrickroocks/v1.x-fix-ranges-and-to-hex Gabi Melman 2021-12-01 14:02:30 -0800
  • f304ca3daf code style fixes #2195 Roocks Patrick (MTN PTT / External) 2021-12-01 16:37:29 +0100
  • d93cea97ec Fix usage of ranges and to_hex in the same compile unit Roocks Patrick (MTN PTT / External) 2021-12-01 15:37:48 +0100
  • cabbe65be4
    Update README.md Gabi Melman 2021-12-01 03:33:26 +0200
  • 8a6b5b9e62
    Update README.md Gabi Melman 2021-12-01 03:32:08 +0200
  • c15262c493
    Update README.md Gabi Melman 2021-12-01 03:29:46 +0200
  • 9a12e4a885
    Merge pull request #2194 from rioki/add-default-docu Gabi Melman 2021-11-28 08:06:28 -0800
  • f52d526e1e Add example to replace default logger. #2194 Sean Farrell 2021-11-28 13:55:14 +0100
  • e1a4b28039
    Added fmt license file to bundled fmt folder Gabi Melman 2021-11-27 19:35:35 +0200
  • b3560d1567
    Merge pull request #2190 from sylveon/sylveon-patch-1 Gabi Melman 2021-11-25 08:49:33 -0800
  • c6d144dab9
    Merge pull request #1972 from bansan85/v1.x Gabi Melman 2021-11-24 23:43:56 -0800
  • d5c000394d
    Remove extraneous semicolon #2190 Charles Milette 2021-11-24 19:25:25 -0500
  • 58e2b455fb
    Fix build with "-fvisibility=hidden" #1972 LE GARREC Vincent 2021-11-25 00:16:28 +0100
  • f4322e2e7b
    Create LICENSE #2187 Joachim Danmayr 2021-11-23 19:55:32 +0100
  • 2ab86a46d0
    Merge pull request #2181 from lisr/os_inl_aix_fix Gabi Melman 2021-11-20 08:45:34 -0800
  • 569b851b80 aix - reference to 'thread' is ambiguous, sys/thread.h vs std::thread #2181 lisr 2021-11-20 22:48:18 +0800
  • 232df72b82 use pthread_getthrds_np for AIX lisr 2021-11-20 09:48:14 +0800
  • e65efdbbe1
    Merge pull request #2182 from Light3039/patch-1 Gabi Melman 2021-11-18 22:32:04 -0800
  • 29b41741cb
    Fix(tweakme): Typo #2182 Light 2021-11-19 09:32:59 +0330
  • 17f21df441
    Fix(tweakme): SPDLOG_FUNCTION Light 2021-11-19 09:30:22 +0330
  • 94d2a84995
    Merge pull request #2179 from ibmibmibm/fix-old-style-cast Gabi Melman 2021-11-18 20:13:03 -0800
  • aac187d3a0 fix aix compile error lisr 2021-11-19 10:55:43 +0800
  • 8c56cafa59
    Avoid MSVC 2013 workaround used in gcc/clang #2180 Shen-Ta Hsieh 2021-11-19 10:25:11 +0800
  • 8d46977060
    Avoid c-style casting #2179 Shen-Ta Hsieh 2021-11-19 09:58:29 +0800
  • ca1eaedf7b
    Update test_daily_logger.cpp Gabi Melman 2021-11-17 04:45:49 +0200
  • 8bd5f4f883
    Update test_daily_logger.cpp Gabi Melman 2021-11-17 01:04:27 +0200
  • dc030ec53c clang-format gabime 2021-11-16 23:44:35 +0200
  • 1756c5d37f Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2021-11-16 23:42:20 +0200
  • 2b4e07dd91 Fixed wchar support for std::format gabime 2021-11-16 23:42:06 +0200
  • 0df2582674
    Update appveyor.yml Gabi Melman 2021-11-16 23:21:11 +0200
  • 24e47efae0
    fix gcc 4.8 compile warning Gabi Melman 2021-11-16 22:48:02 +0200
  • 10b640d773
    Update example.cpp Gabi Melman 2021-11-16 22:37:43 +0200
  • ff80d10820
    Merge pull request #2170 from sylveon/std-format Gabi Melman 2021-11-16 22:11:07 +0200
  • 126a9fb261 Merge branch 'v1.x' of https://github.com/gabime/spdlog into std-format #2170 Charles Milette 2021-11-16 11:30:23 -0500
  • 4001032858 Add attribution, return to previous code for daily_filename_format_calculator with fmtlib Charles Milette 2021-11-16 11:22:30 -0500
  • ad779e4865 Attempt to solve ambiguous symbol on older MSVC Charles Milette 2021-11-16 10:10:02 -0500
  • 701ef17227 Move strftime to daily_filename_format_calculator Charles Milette 2021-11-16 10:05:35 -0500
  • 5d6af189f1 Use target.capacity() even with std::string Charles Milette 2021-11-16 09:59:48 -0500
  • 518bf36aa9 removed redundant intialization gabime 2021-11-16 16:44:47 +0200
  • 5b7dfefc7e rename file_event_handlers_t to file_event_handlers gabime 2021-11-16 16:41:04 +0200
  • 484bf07379
    Fix test_fmt_helper Charles Milette 2021-11-15 18:34:40 -0500
  • 0ded003703 Fix wchar_t overloads and dump_info formatter Charles Milette 2021-11-15 16:52:31 -0500
  • 95aa159bdd Fix daily_filename_format_calculator (hopefully) Charless Milette 2021-11-15 15:50:16 -0500
  • ba120e524b Add unit test for daily_filename_format_calculator Charless Milette 2021-11-15 15:46:22 -0500
  • a6945d046f Fix use of Char Charless Milette 2021-11-15 15:30:30 -0500
  • 108c656e66 Fix copy-paste mistake Charless Milette 2021-11-15 15:29:16 -0500
  • 2d77ef92b0 Avoid specializing std::formatter for std::tm (not a great idea after all) Charless Milette 2021-11-15 15:27:34 -0500
  • f6901606f5 Add std::tm formatter, fix spdlog::stopwatch formatter, conditionally use fmt::runtime in test_errors Charless Milette 2021-11-15 14:57:13 -0500
  • 849e90bd01 Use /std:c++latest Charless Milette 2021-11-15 13:36:29 -0500
  • e86be93b4a Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2021-11-15 14:55:00 +0200
  • 698516f3f5 Updated example gabime 2021-11-15 14:54:51 +0200
  • da621e4402
    Update README.md Gabi Melman 2021-11-15 14:48:20 +0200
  • ea92864a4d
    Update README.md Gabi Melman 2021-11-15 14:46:23 +0200
  • a5fa6eb356
    Update README.md Gabi Melman 2021-11-15 14:45:07 +0200
  • cbaf4880ad
    Update README.md Gabi Melman 2021-11-15 14:42:36 +0200
  • b813bb863d Updated file_events example gabime 2021-11-15 14:35:00 +0200
  • 30fb78813b Updated file events example gabime 2021-11-15 14:32:34 +0200
  • a3ad8b5f26
    Merge pull request #2169 from seker/v1.x_file_event_handlers Gabi Melman 2021-11-15 13:36:03 +0200
  • 24a551c14e file_event_handlers add before_open function #2169 seker 2021-11-13 17:19:23 +0800
  • 8e359baaec
    Merge branch 'v1.x' into std-format Charles Milette 2021-11-14 16:02:38 -0500
  • 85bdfc8695
    Merge pull request #2172 from keith-dev/v1.x Gabi Melman 2021-11-14 09:53:29 +0200
  • c466e2d8f8
    Merge pull request #2171 from rex4539/typos Gabi Melman 2021-11-14 09:51:56 +0200
  • d75de3d3b2 Add SPDLOG_USE_STD_FORMAT to target_compile_definitions Charless Milette 2021-11-14 02:33:15 -0500
  • c8ba643f53 example.cpp failes to build on FreeBSD #2172 Keith Williams 2021-11-14 06:44:47 +0000
  • 591eedcf36
    Fix typos #2171 Dimitris Apostolou 2021-11-13 21:54:08 +0200
  • 48e35f9c3e Make clang happy, fix VS 2022 generator name Charless Milette 2021-11-13 12:08:01 -0500
  • 89c4b1aabe Fix build issues under C++11 Charless Milette 2021-11-13 12:02:40 -0500
  • 6ff1b83038 Fix usage of std::forward Charless Milette 2021-11-13 11:54:06 -0500
  • 4008f31add Fix missing spdlog:: Charless Milette 2021-11-13 11:51:22 -0500
  • c475418975 Put formatter specialization in its original namespace Charless Milette 2021-11-13 11:50:26 -0500
  • a31ae23db1 Fix build issue when using built-in fmt Charless Milette 2021-11-13 11:43:19 -0500