Commit Graph

  • 1aace95c8d
    Update periodic_worker.h Gabi Melman 2018-11-02 17:53:27 +0200
  • 4c225a6654 Ability to run periodic operation in logger thread Shai Levi 2018-11-01 05:02:14 -0700
  • 7844471971
    Merge pull request #890 from rwen2012/v1.x Gabi Melman 2018-10-31 07:33:31 +0200
  • 794a636dd3 change the log_msg&& to log_msg& #890 rwen2012 2018-10-31 11:01:28 +0800
  • 4f2ce074be change the logger's sink_it_ parameter from lvalue reference to rvalue reference #889 rwen2012 2018-10-30 17:12:11 +0800
  • e35414a0f1 Removed redundant casts to string_view gabime 2018-10-30 01:23:17 +0200
  • 0d0706a204 Small fix to pattern formatter gabime 2018-10-30 01:14:42 +0200
  • 80f19324bc Small update to async bench gabime 2018-10-30 01:08:32 +0200
  • 1b04c222cf Fixed issue #888 gabime 2018-10-30 00:54:22 +0200
  • 5d04848886 Updated latency Makefile gabime 2018-10-30 00:11:29 +0200
  • fc14e831eb Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2018-10-30 00:08:58 +0200
  • 04d577262a Updated latency tests gabime 2018-10-30 00:08:49 +0200
  • 7be3d2afe9
    Update appveyor.yml Gabi Melman 2018-10-29 23:58:19 +0200
  • d1237d8984
    Merge pull request #887 from peergynt/peergynt-cleanup Gabi Melman 2018-10-29 19:18:04 +0200
  • 1b391ccd06 Cleanup header file: remove log_msg.h include from fmt_helper.h #887 Jerome Meyer 2018-10-29 09:55:41 -0400
  • cd005dff8e [custom clock] support custom clocks compatible with chrono interface #886 Joe McAtee 2018-10-27 15:28:42 -0400
  • 7377bfcf07 Updated latency makefile gabime 2018-10-26 18:59:00 +0300
  • 665b708e6e Update cmake gabime 2018-10-26 18:57:53 +0300
  • f87049370f latency test update gabime 2018-10-26 18:57:34 +0300
  • 47948a34dd latency using google-benchmark gabime 2018-10-26 16:34:14 +0300
  • 121a7dcedf Use google benchmark to test latency gabime 2018-10-24 22:31:50 +0300
  • 240a58fd6e Fixed issue #881 gabime 2018-10-24 08:47:02 +0300
  • 99e23b41eb use static_cast<string_view> instead of ctor in logger impl gabime 2018-10-22 00:47:51 +0300
  • cadb3d7da2 Fixed test gabime 2018-10-22 00:14:07 +0300
  • 392d126372 Renamed string_view_type -> string_view_t gabime 2018-10-21 23:50:07 +0300
  • 871cca2401 Fixed pattern formatter gabime 2018-10-21 23:48:11 +0300
  • 1bdd556d3b code formatting gabime 2018-10-21 23:23:40 +0300
  • 9daad800a8 Fix mingw compilation gabime 2018-10-21 19:26:11 +0300
  • 8d2c956563 Optimize log(const T&) if can be statically converted to string_view gabime 2018-10-21 19:04:55 +0300
  • 0584d6d89b Removed logn declaration gabime 2018-10-21 18:38:37 +0300
  • 5763733490 Fix sdk version in msvc example gabime 2018-10-21 12:49:04 +0300
  • 894438d5fb Better support for string_view gabime 2018-10-21 12:46:58 +0300
  • 2ad191aeba
    Update log_msg.h Gabi Melman 2018-10-20 18:27:58 +0300
  • dd9d7e62d5 bench C-string title gabime 2018-10-19 17:16:51 +0300
  • 4e3e80109a Code formatting gabime 2018-10-19 17:12:35 +0300
  • 70bef682b0 Fixed clang-tidy warning about implicit conversion to string_view gabime 2018-10-19 17:12:02 +0300
  • c2a9bf9974 Small refactoring and support wchar again gabime 2018-10-19 16:48:22 +0300
  • 23da9f13b0 Fixed valgrind warning in example gabime 2018-10-19 16:31:43 +0300
  • a5a39c52b0 Added nullptr check to append_string_view gabime 2018-10-19 02:45:35 +0300
  • 6355e9895d Major change to log_msg - contain only string_view instead of buffer gabime 2018-10-19 02:15:50 +0300
  • abf4af2645 Merge branch 'sized_buf' of https://github.com/peergynt/spdlog into peergynt-sized_buf gabime 2018-10-18 23:29:42 +0300
  • cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy #876 Jerome Meyer 2018-10-17 10:40:41 -0400
  • 3e2d593dde always initialize level and thread_id in log_msg gabime 2018-10-18 11:18:02 +0300
  • 4b66e94ecf Code formatting gabime 2018-10-16 19:32:12 +0300
  • 40143cae1e async-bech to use spdlog for output gabime 2018-10-16 19:31:25 +0300
  • b1277caeeb Typo gabime 2018-10-16 19:30:38 +0300
  • 13cc6478fb Bench: eat our own dog food gabime 2018-10-16 16:11:28 +0300
  • c465250c21 Fixed clang-tidy warning (added move) gabime 2018-10-16 14:39:29 +0300
  • 815b52b8fb Fixed implicit conversion to str in c_formatter gabime 2018-10-16 00:12:54 +0300
  • 275167d1b0 Micro optimize eol in formatter gabime 2018-10-15 16:19:12 +0300
  • 45717147f7 Improved null_logger factory gabime 2018-10-13 20:01:05 +0300
  • f2f9f324ec Updated default API impl and tests gabime 2018-10-13 19:23:11 +0300
  • 8ee2a0a429 Add a high time resolution tweak with default pattern #868 Shane Yao 2018-10-13 18:34:50 +0800
  • 8e7b6dbc97
    Merge b70b4a40ab into 226d5a1d36 #867 Robert Lewicki 2018-10-12 18:22:22 +0000
  • b70b4a40ab Merge github.com:gabime/spdlog into feature/default-logger #867 rlewicki 2018-10-12 20:22:06 +0200
  • 805aafe338 Added optional default logger setup possibility User can now add default logger passed to set_default function and then use it across code base by just calling get_default function. This helps to avoid common typos when accessing logger via get function. rlewicki 2018-10-12 20:17:16 +0200
  • 8131d3e127 Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h gabime 2018-10-12 03:21:21 +0300
  • 226d5a1d36 Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h gabime 2018-10-12 03:17:51 +0300
  • 312fe4775d Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h gabime 2018-10-12 03:16:22 +0300
  • b368d18b0f Added default logger API gabime 2018-10-12 03:04:55 +0300
  • 8e4996baf4 Replaced constexpr with SPDLOG_CONSTEXPR gabime 2018-10-12 01:32:21 +0300
  • b7cd502054 Removed redundant file gabime 2018-10-12 01:24:40 +0300
  • 53ac379bc5 Removed extra whitespace from SDPLOG_TRACE message gabime 2018-10-11 19:14:02 +0300
  • 10e809cf64
    Merge pull request #864 from DimRochette/v1.x v1.2.1 Gabi Melman 2018-10-10 12:58:46 +0300
  • 3079551d30
    fix namespace of make_unique #864 DimRochette 2018-10-10 11:23:25 +0200
  • f4c5c5a367 Replaced noexcept with SPDLOG_NOEXCEPT gabime 2018-10-10 01:01:37 +0300
  • 2a7b995723 Added noexcept some function in common.h gabime 2018-10-10 00:57:16 +0300
  • d0beac70bd Removed dead code from os.h gabime 2018-10-10 00:29:34 +0300
  • cbf66ac653 Removed dead code from os.h gabime 2018-10-10 00:29:21 +0300
  • 98f9cb8c1f Added noexcept to most of details::os functions gabime 2018-10-10 00:26:52 +0300
  • 8bd4c87d2f
    Merge pull request #856 from ulvgard/cmake_android_log_dependency Gabi Melman 2018-10-08 12:12:29 +0300
  • de84df8ad7 Update rotate method #862 Asperger 2018-10-08 11:28:38 +0800
  • c88b568685
    Update example.cpp Gabi Melman 2018-10-08 01:46:01 +0300
  • c83c9a3193 Version 1.2.0 v1.2.0 gabime 2018-10-07 22:31:36 +0300
  • 410c46f1ab
    Update README.md Gabi Melman 2018-10-06 15:38:26 +0300
  • 016e58f3e6 update test code Ryan Hsu 2018-10-06 13:38:34 +0800
  • dc6d046f43 fix compile errors Ryan Hsu 2018-10-06 12:49:18 +0800
  • 83c7bf6e95 fixed compile errors Ryan Hsu 2018-10-06 12:08:33 +0800
  • cd25a0ac8a
    Update rotating_file_sink.h Ryan Hsu 2018-10-06 09:59:00 +0800
  • ea9c0067e6
    Update daily_file_sink.h Ryan Hsu 2018-10-06 09:56:48 +0800
  • 268e5257fb
    Update file_helper.h Ryan Hsu 2018-10-06 09:52:28 +0800
  • 539d9db569
    Update daily_rotating_file_sink.h Ryan Hsu 2018-10-06 09:51:39 +0800
  • 1b8bf35acc Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later gabime 2018-10-06 01:49:34 +0300
  • aa47ac85c9 add constexpr to hex chars gabime 2018-10-05 23:23:09 +0300
  • 3eadda9466 code formating gabime 2018-10-05 15:21:05 +0300
  • dea6a7c217 Tests: Fixed some clang-tidy warnings gabime 2018-10-05 15:20:14 +0300
  • 887a104dd0 Fixed clang-tidy warning gabime 2018-10-05 15:19:03 +0300
  • 1808e3c4c8 Fixed bug in async_bench gabime 2018-10-05 14:52:38 +0300
  • 1f4cae4bf7 Changed forward<log_msg> to std::move(log_msg) in thread pool gabime 2018-10-05 14:50:30 +0300
  • b9dbcb1ea7
    Merge f8bb7e5677 into 3b009f5aa6 #861 Bak, Jin Hyeong 2018-10-05 11:45:54 +0000
  • 3b009f5aa6 Changed forward<worker_ptr> to std::move in async logger gabime 2018-10-05 14:33:53 +0300
  • 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests gabime 2018-10-05 14:23:37 +0300
  • 96ff1337bd
    Update daily_rotating_file_sink.h Ryan Hsu 2018-10-05 18:12:25 +0800
  • ee2a5dbbc0
    Update daily_rotating_file_sink.h Ryan Hsu 2018-10-05 18:03:02 +0800
  • 3ec6f7511e
    Update daily_rotating_file_sink.h Ryan Hsu 2018-10-05 17:01:06 +0800
  • e6931e1322
    Update daily_rotating_file_sink.h Ryan Hsu 2018-10-05 16:54:03 +0800
  • 207a22e02b
    Add daily_rotating_file_sink Ryan Hsu 2018-10-05 16:42:07 +0800
  • f8bb7e5677 Fix #849, Can't build with SPDLOG_ENABLE_MESSAGE_COUNTER #861 Bak, Jin Hyeong 2018-10-05 17:17:03 +0900
  • 2fa538779f Fixed static_assert gabime 2018-10-04 02:20:47 +0300
  • b7a6659451 code formatting gabime 2018-10-04 02:10:46 +0300