Commit Graph

419 Commits

Author SHA1 Message Date
gabime 3b425affd3 Fixed missing braces around initializer warnings about std::array initializations 2019-09-21 15:13:50 +03:00
gabime c368500efd Reverted some external template declarations 2019-09-20 02:05:24 +03:00
gabime e7ab49c973 Added extern tempalate declarations 2019-09-20 01:28:02 +03:00
gabime 27cc76766c Avoid un necessary move when popping circular_q 2019-09-17 12:01:15 +03:00
gabime d52cf87d71 Avoid un necessary move when popping circular_q 2019-09-17 11:56:17 +03:00
Gabi Melman 68118f4233
Update daily_file_sink.h 2019-09-15 21:50:29 +03:00
gabime 5d46f3fcab Fix windows build 2019-09-15 18:44:45 +03:00
gabime 494cc8bace Implemented daily sink rotation #661 2019-09-15 18:34:29 +03:00
gabime b6388a15ff Fix issue #1223 2019-09-13 11:38:24 +03:00
gabime 5c2855e1c1 wip backtracer 2019-09-05 01:25:00 +03:00
gabime e754cbf763 Update daily_file_sink.h 2019-09-02 12:55:05 +03:00
gabime 5988895d69 Simplify daily sink filename creation 2019-09-02 12:40:47 +03:00
gabime 2af5eea2c6 SImplify filename creation in rotating sink 2019-09-02 12:35:33 +03:00
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
gabime 04a8485b17 Replaced backtace implementation 2019-08-26 19:59:16 +03:00
gabime f330dd210e Renamed file 2019-08-26 13:43:42 +03:00
gabime 099137fe9a backtrace_sink code cleanup 2019-08-25 18:05:47 +03:00
gabime 36f253893e Pass logger name to tracer 2019-08-25 17:44:08 +03:00
gabime a7f7984c4a backtrace support api 2019-08-25 17:24:17 +03:00
gabime dd33c16aae Replace backtrace trigger with dump_backtrace() 2019-08-23 14:47:40 +03:00
gabime 33f881ac8b clang-format 2019-08-23 02:45:41 +03:00
gabime a6d8b52686 Added enable_backtrace to spdlog_api 2019-08-23 02:28:52 +03:00
gabime f1718fb5b3 clang-format 2019-08-22 19:38:00 +03:00
gabime 6b527a50dd backtrace sink and refactoring 2019-08-22 19:36:47 +03:00
gabime 23807e12e8 Fixed throw macros and includes 2019-08-19 12:13:37 +03:00
gabime 87ec1ab97b Fixed clang warnings 2019-08-19 12:06:29 +03:00
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 2019-08-19 11:31:33 +03:00
gabime b0a25f0183 wip - no-exceptions support 2019-08-18 19:46:28 +03:00
gabime a7ba6e447d clang-format 2019-07-18 14:26:36 +03:00
gabime baa978ab0b Added stdout_sinks.h to the library build 2019-07-18 14:00:16 +03:00
Gabi Melman 9f1b4fc9e7
Update wincolor_sink-inl.h 2019-07-18 01:37:55 +03:00
gabime 38e5dbd866 Fix win-color sink redirection to file 2019-07-18 00:55:24 +03:00
gabime 12470f6221 Revert null_sink changes 2019-07-17 15:33:29 +03:00
gabime a82d0e2f57 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:48:44 +03:00
gabime dca1d1e0d1 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:45:52 +03:00
gabime 0cef8f3d26 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:42:26 +03:00
gabime fbde18fc02 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:41:18 +03:00
gabime b640c59087 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:41:07 +03:00
gabime 1f3dea60d3 try to prevent optimizer to remove null sink code altogether 2019-07-17 14:38:01 +03:00
gabime 81e82fb2d3 Rename func name wincolor sink 2019-07-15 12:22:34 +03:00
gabime c817254495 Update wincolor_sink-inl.h
minor formatting
2019-07-15 12:14:46 +03:00
gabime 4578b0ad11 Fixed gcc9 conversion warning 2019-07-15 01:36:20 +03:00
gabime 9fbf82b603 Fixed gcc9 conversion warning 2019-07-15 01:31:31 +03:00
gabime d3f31c6038 Fixed build 2019-07-14 18:42:51 +03:00
gabime 59dd9f6203 comment 2019-07-14 18:39:43 +03:00
gabime 05cac05c06 clang_format 2019-07-14 18:35:59 +03:00
gabime 72f3d5291c Fix issue #1147 2019-07-14 18:32:24 +03:00
gabime c138685364 Fix issue #1147 2019-07-14 18:31:58 +03:00
Gabi Melman 3a94a60537
Update stdout_sinks-inl.h 2019-07-14 01:41:19 +03:00
k0zmo 29fa474e4a Use SPDLOG_HEADER_ONLY uniformly 2019-07-13 10:56:22 +02:00