Commit Graph

  • 854abdf5e6 Added cmake option SPDLOG_BUILD_ALL gabime 2020-04-12 02:43:42 +0300
  • d0fc8a572c Fixed clang-tidy warnings gabime 2020-04-12 02:30:47 +0300
  • 8bc1ca0e44 clang-format gabime 2020-04-12 02:21:48 +0300
  • d38bd138cd Micro optimze pattern-formatter when padding not needed gabime 2020-04-12 02:21:14 +0300
  • 7766bc25d1 Updated fmt_helper::pad2() gabime 2020-04-12 01:40:22 +0300
  • 34244656a6
    Update test_fmt_helper.cpp Gabi Melman 2020-04-11 21:09:48 +0300
  • 619849c793 fixed comment gabime 2020-04-11 20:15:04 +0300
  • 927b2b3942 Fixed conversion warnings gabime 2020-04-11 20:07:40 +0300
  • 76389e057f Optimize fmt_helper::pad3() gabime 2020-04-11 19:50:19 +0300
  • 0a14e491ab
    Update README.md Gabi Melman 2020-04-11 11:19:17 +0300
  • 1f7f1c1ffb
    Update CMakeLists.txt Gabi Melman 2020-04-10 16:39:59 +0300
  • 6440733002 Fixed cmake gabime 2020-04-10 15:51:34 +0300
  • 02802af97f Renamed SPDLOG_ENABLE_WARNINGS to SPDLOG_BUILD_WARNINGS gabime 2020-04-10 15:38:33 +0300
  • a8169a3d6b clang-format gabime 2020-04-10 15:35:58 +0300
  • 9ba7fc94a5 Disable building tests by default in cmake gabime 2020-04-10 15:35:41 +0300
  • 48b71a02d7 Updated latency test to run null logging be default gabime 2020-04-10 15:29:43 +0300
  • 18ed04b990 Fixed clang-tidy warnings in bench.cpp gabime 2020-04-09 16:12:52 +0300
  • d09e03606c Fixed multiple clang-tidy warnings gabime 2020-04-08 18:18:27 +0300
  • b2017f5653 Fixed multiple clang-tidy warnings gabime 2020-04-08 18:17:21 +0300
  • c16eb80d7f Fixed multiple clang-tidy warnings gabime 2020-04-08 17:04:10 +0300
  • 0c56f98a92 Fix .clang-tidy gabime 2020-04-08 16:27:12 +0300
  • 490940cd53 Minor update to fmt_helper gabime 2020-04-04 20:11:59 +0300
  • 92d27b0aa3 Minor update to fmt_helper gabime 2020-04-04 20:11:17 +0300
  • ca9c83f824 Minor improvment to number padding gabime 2020-04-04 20:06:04 +0300
  • fc900e2432 Enabled warnings in ci gabime 2020-04-04 17:20:48 +0300
  • e3257e56ab Fix #1480 gabime 2020-04-04 17:13:03 +0300
  • 7d2337c6eb
    Fix #1504 - Extra warnings OFF by default Gabi Melman 2020-04-03 20:37:05 +0300
  • 58629f1fea
    Merge pull request #1503 from Glamhoth/warnings_as_option Gabi Melman 2020-04-03 20:32:38 +0300
  • 132ec0a5fc Added an option to disable compiler warnings #1503 FIlip Demski 2020-04-03 10:09:29 +0200
  • 530bdc0c0c
    meson: Use the new summary() function if possible #1500 Daniel Mensinger 2020-04-02 16:44:35 +0200
  • 414010e7a0
    meson: Fix shared library compilation Daniel Mensinger 2020-04-02 16:40:44 +0200
  • c2b47430fb Enabled warning on examples only if built as part of spdlog gabime 2020-04-01 00:23:04 +0300
  • 7906592230
    Fix #1499 Gabi Melman 2020-04-01 00:10:57 +0300
  • f57378d8ba
    Update test_eventlog.cpp Gabi Melman 2020-03-28 13:59:59 +0300
  • 1ccdc225af
    Merge pull request #1495 from trondhe/v1.x Gabi Melman 2020-03-28 13:30:43 +0300
  • 3e4df86ac0 create MSVC_OPTIONS list only if compiler is msvc #1495 Trond H Emaus 2020-03-28 10:26:32 +0100
  • 7054cf7a35 replace MSVC_OPTIONS variable as list Trond H Emaus 2020-03-28 00:03:59 +0100
  • 2a7fc9e30e add /WX mscv compiler option for only mscv compiler clang on windows support both gcc and mscv style options. Clang.exe on windows defaults to gcc style, which will result in /WX unknown compiler command. This will set /WX if and only if the compiler is MSVC and greater than version 1900 Trond H Emaus 2020-03-27 19:59:22 +0100
  • f1b4f15dbb
    Merge pull request #1494 from zyansheep/zyansheep-patch-1 Gabi Melman 2020-03-26 22:50:08 +0200
  • c98152e9d0
    Use community database instead of AUR #1494 Zyansheep 2020-03-26 16:25:38 -0400
  • 7c34859e0c
    yaourt is outdated and insecure, use yay Zyansheep 2020-03-26 11:45:22 -0400
  • dd38e096b2
    Fix issue #1486 Gabi Melman 2020-03-24 02:15:14 +0200
  • ea89efbed7
    Merge pull request #1487 from Naios/v1.x Gabi Melman 2020-03-23 23:18:37 +0200
  • 61408a0f29 Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined * Ref 033fe9f133 #1487 Denis Blank 2020-03-23 22:16:25 +0100
  • cca004efe4
    Update README.md Gabi Melman 2020-03-22 17:19:11 +0200
  • da3f3da92c
    Update win_eventlog_sink.h Gabi Melman 2020-03-22 02:30:15 +0200
  • f0c35819bd Removed unneeded nullptr check gabime 2020-03-22 02:17:48 +0200
  • ff616002cf Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2020-03-22 01:09:16 +0200
  • e1c79869b6 Replaced more SPDLOG_THROW with throw_spdlog_ex gabime 2020-03-22 01:09:08 +0200
  • bd43403f5a
    Update fwd.h Gabi Melman 2020-03-22 00:54:23 +0200
  • d3997cc4d1 Fix #1481 gabime 2020-03-22 00:50:22 +0200
  • 5b0b8579b2 Fix #1485 by removing SPDLOG_NO_NAME option gabime 2020-03-22 00:27:42 +0200
  • c927de137c clang-format gabime 2020-03-22 00:16:27 +0200
  • eb23d505f8 resolve issue #1483 gabime 2020-03-22 00:09:56 +0200
  • 2400cf16a4 Merge branch 'issue-#1483' into v1.x gabime 2020-03-22 00:05:02 +0200
  • bbe3ace533 Fixed bench gabime 2020-03-21 23:42:22 +0200
  • 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex Gabi Melman 2020-03-21 23:25:12 +0200
  • d43a17304e
    Merge pull request #1484 from OlivierLDff/pch-support Gabi Melman 2020-03-21 17:51:50 +0200
  • 21d41b8e81 Support for precompiled header for static & dynamic spdlog compilation. #1484 Olivier LDff 2020-03-20 16:25:35 +0100
  • 332eaaf916 Update readme with custom flags example gabime 2020-03-21 15:54:01 +0200
  • 0a5ada6411 clang-format gabime 2020-03-21 15:25:26 +0200
  • 963f8d3485 Fixed tests gabime 2020-03-21 15:25:05 +0200
  • 60a8c5f1c9 Added padding support and set_pattern to custom_flags Gabi Melman 2020-03-21 15:03:41 +0200
  • d1a1024465 Moved pattern formatter from spdlog/details to spdlog/ Gabi Melman 2020-03-21 13:35:16 +0200
  • 0d7ff9ac47 Moved pattern formatter from spdlog/details to spdlog/ Gabi Melman 2020-03-21 13:35:04 +0200
  • 752d5685dc Moved pattern formatter from spdlog/details to spdlog/ Gabi Melman 2020-03-21 13:33:04 +0200
  • c6c517431f wip custom formatter flags Gabi Melman 2020-03-20 16:09:30 +0200
  • ee54f54ced Use /W3 for mvsc Gabi Melman 2020-03-20 13:56:54 +0200
  • a36bba2c3a Adding CIFuzz #1478 Leo Neat 2020-03-18 09:58:44 -0700
  • 2c5c96e159
    Merge pull request #1475 from Crunkle/v1.x Gabi Melman 2020-03-18 16:17:04 +0200
  • a10763138e Fix Windows setenv check #1475 Crunkle 2020-03-18 09:46:32 +0000
  • 208eb0ca07
    Merge pull request #1473 from avrahamshukron/patch-1 Gabi Melman 2020-03-15 22:07:39 +0200
  • f0403fa9e4
    README: add conda as a supported package manager #1473 Avraham Shukron 2020-03-15 21:59:34 +0200
  • 3f86b250e6 Updated comment gabime 2020-03-15 18:56:38 +0200
  • d1819f5f76 clang-format gabime 2020-03-15 18:51:52 +0200
  • 19c7e63858 Added final keywords to pattern_formatter classes gabime 2020-03-15 18:46:10 +0200
  • 7efdcc26fe CMakeLists.txt: use same policy as fmt gabime 2020-03-15 18:41:34 +0200
  • 3ab3970dd2 CMakeLists.txt: use same policy as fmt gabime 2020-03-15 18:40:42 +0200
  • 5ab487dbae Updated example gabime 2020-03-15 17:38:15 +0200
  • 55fbc2c78e Merge branch 'ngugcx-hexdump' into v1.x gabime 2020-03-15 17:32:11 +0200
  • 643426e2b2 Small refactor gabime 2020-03-15 17:20:02 +0200
  • f31a834613 clang-format gabime 2020-03-15 17:16:28 +0200
  • 683080be53 Fix clang-tidy warning gabime 2020-03-15 17:14:52 +0200
  • d14b8a9ad6 Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump gabime 2020-03-15 16:27:58 +0200
  • 0f87ba6c93 fix a test case error. #1472 ngugcx 2020-03-15 20:21:58 +0800
  • 02bfa0898c Do not fill blanks to align if there is only one line. ngugcx 2020-03-15 20:09:28 +0800
  • f5313f92f1 Enhance to_hex like the unix command hexdump. ngugcx 2020-03-15 12:01:31 +0800
  • e41a258b93
    Update tcp_sink.h Gabi Melman 2020-03-13 01:38:10 +0200
  • ffa85cda1a
    Update tcp_sink.h Gabi Melman 2020-03-13 01:36:33 +0200
  • 0123d41647
    Update tcp_sink.h Gabi Melman 2020-03-13 01:36:03 +0200
  • 2b0481deed
    Always use SOCK_CLOEXEC in tcp client Gabi Melman 2020-03-13 01:18:27 +0200
  • 1389f86675
    Update tcp_client.h Gabi Melman 2020-03-13 01:17:12 +0200
  • cf6bb88af2
    Update tcp_client-windows.h Gabi Melman 2020-03-13 01:12:05 +0200
  • 8e19a267bd Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x Gabi Melman 2020-03-13 01:01:28 +0200
  • 3b55709e7f tcp_sink windows impl Gabi Melman 2020-03-13 01:01:19 +0200
  • f78bca4ad8 Removed junk files gabime 2020-03-12 16:09:34 +0200
  • 713feca582
    Update CMakeLists.txt Gabi Melman 2020-03-12 14:46:49 +0200
  • 26c20ed91d
    Update CMakeLists.txt Gabi Melman 2020-03-12 14:46:01 +0200
  • e399249f31
    Update CMakeLists.txt Gabi Melman 2020-03-12 14:45:01 +0200
  • b4a1b4b59a Updated verion.rc and CMakeLists.txt for dll build Gabi Melman 2020-03-12 14:35:30 +0200