Commit Graph

  • 435827fe5a
    Update os.h Gabi Melman 2023-01-15 15:57:08 +0200
  • f29f369a12
    Add sync to file_helper (#2343) espkk 2023-01-15 15:33:40 +0200
  • dc1960b09d Add sync to file_helper #2343 espkk 2022-04-16 23:58:40 +0300
  • 5a63426d1c
    Spelling corrections (#2606) albert-github 2023-01-15 12:41:30 +0100
  • d60f17068a Spelling corrections #2606 albert-github 2023-01-15 11:50:32 +0100
  • d6ed2f2aae global contextual logger support Bailey Chittle 2023-01-13 11:27:44 -0500
  • 71d2e3de3d broke the utf8 code by accident Bailey Chittle 2023-01-12 15:44:33 -0500
  • d6d4c65af5
    contextual logger attributes (#2) Bailey Chittle 2023-01-12 15:05:24 -0500
  • a17b085cda Add memory mapped file based logging #2604 Yuval Deutscher 2023-01-12 19:08:10 +0200
  • e7c2186dc6 keep old range-based for loop for non-attribute code Bailey Chittle 2023-01-12 10:57:39 -0500
  • 26a04ad484
    Merge pull request #1 from bachittle/attr_format Bailey Chittle 2023-01-12 09:37:17 -0500
  • 05e3a73b16
    Update README.md Gabi Melman 2023-01-12 10:15:58 +0100
  • c92d12bc18
    Update README.md Gabi Melman 2023-01-12 10:12:30 +0100
  • 0b48d79fff fixed example to include new pattern formatting Bailey Chittle 2023-01-11 15:52:57 -0500
  • 3383207ef5 default kv pairs Bailey Chittle 2023-01-11 15:49:34 -0500
  • 82e4553e03 changed switch statement due to an interesting bug I found Bailey Chittle 2023-01-11 15:29:00 -0500
  • 3aba11dfa0 fixed reordering error Bailey Chittle 2023-01-11 14:54:28 -0500
  • cbdcb3e30f Merge branch 'attributes' into attr_format Bailey Chittle 2023-01-11 13:29:56 -0500
  • 785c3a5b0f custom pattern formatting is now functional Bailey Chittle 2023-01-11 13:29:40 -0500
  • be3e571b03 another pedantic error in ci Bailey Chittle 2023-01-11 12:08:49 -0500
  • 7f2439439c actually for sure fixed the -Werror=conversion, for the specific version of gcc Bailey Chittle 2023-01-11 12:04:04 -0500
  • 78830148db experimenting with attribute formatting Bailey Chittle 2023-01-11 11:44:29 -0500
  • 8f2d273c3f fixed errors caused by -Werror=conversion Bailey Chittle 2023-01-10 15:06:09 -0500
  • 59da466e57 code breaks when fmt is external, so am using fmts implementation only Bailey Chittle 2023-01-10 12:41:22 -0500
  • 6df64c6c34
    Fix -Wshadow warnings in spdlog::sinks::dist_sink (#2599) Robin Lindén 2023-01-10 00:25:26 +0100
  • 0b9ff5210a
    Fix type of event id in win_eventlog_sink (#2598) Arnar Bjarni Arnarson 2023-01-09 23:25:01 +0000
  • 85a009ad64
    Support newlib C library configurations without tm_gmtoff field (#2600) Ivan Grokhotkov 2023-01-10 00:12:03 +0100
  • 8a3a315eab
    Support newlib C library configurations without tm_gmtoff field #2600 Ivan Grokhotkov 2023-01-09 00:09:02 +0100
  • c9da06d66c
    Fix -Wshadow warnings in spdlog::sinks::dist_sink #2599 Robin Linden 2023-01-09 04:32:37 +0100
  • 325ac0a368 Fix type of event id in win_eventlog_sink #2598 Arnar Bjarni Arnarson 2023-01-08 23:40:25 +0000
  • d8647064b6 more endpoints, removed commas from logfmt Bailey Chittle 2023-01-05 12:11:20 -0500
  • 8516010805 C++11 backwards compat fixes by replacing std::string_view with built-in string_view_t Bailey Chittle 2023-01-05 10:06:30 -0500
  • b33301d214 more well-defined definition of list instantiation using a pre-defined type Bailey Chittle 2023-01-04 11:19:13 -0500
  • f5bde10533 Merge remote-tracking branch 'origin/v1.x' into attributes Bailey Chittle 2023-01-03 15:44:27 -0500
  • 287a00d364
    Do not use LFS64 functions on linux/musl (#2589) Khem Raj 2023-01-03 09:54:50 -0800
  • 3c93f7690a
    fix build: fix for freebsd (#2590) Vasiliy Kulikov 2023-01-01 00:52:46 +0300
  • 55c8d1dc25 fix build: fix for freebsd #2590 Vasily Kulikov 2022-12-31 22:40:29 +0300
  • 81a8852604 Do not use LFS64 functions on linux/musl #2589 Khem Raj 2022-12-30 13:00:29 -0800
  • a4e9917575
    feat(mpmc_blocking_q): add blocking dequeue without timeout (#2588) Alok Priyadarshi 2022-12-30 05:20:10 -0800
  • 067e34c5f6 feat(mpmc_blocking_q): add blocking dequeue without timeout #2588 Alok Priyadarshi 2022-12-29 14:56:57 -0800
  • 079442fb1e
    Merge pull request #2 from kirill-nn/sentry-integration #2585 Kirill 2022-12-23 16:09:40 +0200
  • 3eb6a6d61c pass dsn as string_view_t Kirill Bogomazov 2022-12-23 16:08:53 +0200
  • 9fcee563ed
    Merge pull request #1 from kirill-nn/sentry-integration Kirill 2022-12-23 15:52:12 +0200
  • 317789946d added sentry_sink to push events with breadcrumb Kirill Bogomazov 2022-12-23 15:45:20 +0200
  • 882cee1285 scrambling key and value to escape ascii codes Bailey Chittle 2022-12-22 15:17:23 -0500
  • be5cc44bbf fixed bugs with default formatting Bailey Chittle 2022-12-22 13:48:53 -0500
  • 2d79f7a1b3 multiple kv pairs can be passed via initializer list Bailey Chittle 2022-12-22 12:19:24 -0500
  • 98958cf765 attributes can simulate structured logging, show example. Now works with pattern_formatter Bailey Chittle 2022-12-22 12:05:23 -0500
  • 6c16b6ce5c attribute example for testing purposes Bailey Chittle 2022-12-22 11:25:56 -0500
  • 07abdc6453 more cleanup of unneeded code, needed to revert cmake standard to get this to work Bailey Chittle 2022-12-22 11:17:22 -0500
  • 301ab18822 formats log messages (at least for default) Bailey Chittle 2022-12-22 11:01:39 -0500
  • 1eec41f406 forgot the things Bailey Chittle 2022-12-22 10:50:16 -0500
  • 0ca869ea30 attributes passed to root API Bailey Chittle 2022-12-22 10:43:08 -0500
  • 9ab32d7d27 some bug fixes to attribute fork to get compilation working Bailey Chittle 2022-12-21 15:25:01 -0500
  • 0c2f55e9ac
    Fix end line #2579 mariuszmaximus 2022-12-16 14:22:11 +0100
  • edc51df1bd
    Feature/add system includes option (#2575) Darby Payne 2022-12-11 00:58:02 -0800
  • 0effb9ae8f Adding system includes option #2575 dpayne 2022-12-11 00:15:05 -0800
  • 3f7a3a860e Adding system includes option dpayne 2022-12-11 00:09:53 -0800
  • ff88b13c35
    Fixed variable name (#2573) NaDDu 2022-12-10 07:28:28 +0900
  • dd0d0f68c4
    Added compile mscv_sink.h to tests Gabi Melman 2022-12-10 00:25:31 +0200
  • af1702af52 Changed the variable name from check_debbugger_present_ to check_debugger_present_. #2573 cpp 2022-12-09 18:07:59 +0900
  • 8512000f36
    Unnecessary backtrace begin/end logs (#2568) György Katona 2022-12-09 09:25:17 +0100
  • 76cc50e068 fixed variable name cpp 2022-12-09 16:32:51 +0900
  • aa4e4c9c91 experimenting with attributes Alex Denisov 2022-12-06 09:45:06 -0500
  • f6fd4c426e add unit test to check empty tracer #2568 Gyorgy Katona 2022-12-05 11:18:29 +0100
  • 154d6d0578 add empty getter function to tracer Gyorgy Katona 2022-12-05 10:32:35 +0100
  • f0cd9d1530
    dup_filter_sink adds parameters to enable setting the level of skipped logs (#2563) zydxhs 2022-12-02 15:51:34 +0800
  • b8a64c05e9 rename the param name 'level' to 'notification_level' #2563 zhuyadong 2022-12-02 02:17:10 +0000
  • 784c94f7a3 dup_filter_sink adds parameters to enable setting the level of skipped logs zhuyadong 2022-12-01 08:05:11 +0000
  • 50e8b2d982
    fix dup_filter_sink lose source_loc (#2549) zydxhs 2022-11-22 15:38:01 +0800
  • d19e0632d0 fix dup_filter_sink lose source_loc #2549 zhuyadong 2022-11-22 06:22:02 +0000
  • 4f80077339
    Support compile-time format string checking with std::format (#2544) Charles Milette 2022-11-12 16:07:11 -0500
  • 2cca4330cc Appender doesn't work on wide strings #2544 Charles Milette 2022-11-11 22:42:18 -0500
  • dec4c73eac Also add inline on VS 2013 Charles Milette 2022-11-11 21:39:52 -0500
  • 4e9ad6960d Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11 Charles Milette 2022-11-11 21:31:05 -0500
  • 90dc3f1ef0 Move to_string_view to common.h Charles Milette 2022-11-11 21:27:35 -0500
  • da3d81a800 Bring back fmt optimization Charles Milette 2022-11-11 21:16:36 -0500
  • c5a09ebc49
    Update #include to deprecated fmt header (#2545) Romain Pokrzywka 2022-11-11 18:47:51 -0600
  • 199c7a5f85 Update #include to deprecated fmt header #2545 Romain Pokrzywka 2022-11-11 22:25:56 +0000
  • 5a15ec5781 What am I doing Charles Milette 2022-11-11 00:11:54 -0500
  • 1c06eacc01 Fix compilation without wchar_t support Charles Milette 2022-11-11 00:07:01 -0500
  • 17f441e43c Fix pre-VS 17.5 compilation Charles Milette 2022-11-11 00:01:41 -0500
  • 127f55dc1e Support compile-time format string checking with std::format Charles Milette 2022-11-10 23:26:08 -0500
  • d7de159455
    Fix undefined macro `FMT_STRING` in benchmark when using `std::format` (#2540) Sprite 2022-11-08 17:01:27 +0800
  • f11ac2997f Fix undefined macro `FMT_STRING` in benchmark when using `std::format` #2540 Sprite 2022-11-08 15:17:57 +0800
  • 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 +0200
  • 91a23ccb02
    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-07 23:30:52 +0200
  • ad0e89cbfb
    Version 1.11.0 v1.11.0 Gabi Melman 2022-11-02 23:13:08 +0200
  • 6a9d561671
    Update ci.yml Gabi Melman 2022-11-01 17:17:29 +0200
  • 545c301877
    Update ci.yml Gabi Melman 2022-11-01 17:13:35 +0200
  • 7aa00607ea
    chrono.h: Remove warning suppression Gabi Melman 2022-11-01 14:46:39 +0200
  • bd5a81df70 Check IsDebuggerPresent in msvc_sink before doing work. Fix #2408 gabime 2022-11-01 00:52:39 +0200
  • 4accce5d7b Try again fixing fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-11-01 00:07:46 +0200
  • 4d7308f26d Fixed msvc warning C4800 in win_eventlog_sink gabime 2022-11-01 00:01:19 +0200
  • 678a79c0be Fixed syntax error from prev commit gabime 2022-10-31 23:51:48 +0200
  • fbba6dff20 Fix #2431 gabime 2022-10-31 23:23:57 +0200
  • fdb1f5926e Fix fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-10-31 22:56:29 +0200
  • b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead gabime 2022-10-31 22:51:41 +0200
  • 6c975fa13b Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:43:38 +0200
  • c627c66560 Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:26:07 +0200