Commit Graph

  • 6d8cc30f12 fix conflict gabime 2019-08-19 11:33:39 +03:00
  • 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined gabime 2019-08-19 11:31:33 +03:00
  • 76aa1059cd Update async.h Gabi Melman 2019-08-18 20:16:52 +03:00
  • b0a25f0183 wip - no-exceptions support gabime 2019-08-18 19:46:28 +03:00
  • db1babab5e Fixed some msvc code analysis warnings gabime 2019-08-18 18:28:13 +03:00
  • 7ea951613d Update logger-inl.h gabime 2019-08-18 17:45:09 +03:00
  • 6506b73523 Add noexcept to move ctor and operator= gabime 2019-08-18 17:33:35 +03:00
  • 639029007d Update .gitignore gabime 2019-08-18 17:32:54 +03:00
  • 01eb59ca9b Removed spdlog::default_level and its usage in registry gabime 2019-08-16 19:04:49 +03:00
  • a8b5e3da29 Removed unneeded test targets from CMakeLists gabime 2019-08-16 18:48:18 +03:00
  • 8cc0997f79 Added SPDLOG_WCHAR_SUPPORT options to CMake under windows gabime 2019-08-09 10:31:53 +03:00
  • ffb7c317b5 Fix #1176 again gabime 2019-08-09 10:16:18 +03:00
  • bb7420fc22 Update logger.h Gabi Melman 2019-08-07 06:15:46 +03:00
  • 0df9164e7c Fix #1176 gabime 2019-08-07 01:29:59 +03:00
  • dcd590b9de fstat64(..) -> ::fstat64(..) gabime 2019-08-07 00:59:29 +03:00
  • 8dc3a66688 Fix #1180 gabime 2019-08-06 19:12:35 +03:00
  • 88b4adebdc Update README.md Gabi Melman 2019-07-26 22:41:24 -04:00
  • 01f2438c1f Merge pull request #1169 from TranslucentTB/v1.x Gabi Melman 2019-07-24 22:10:23 -04:00
  • eb51f37c67 Fix ambiguous overload errors Charles Milette 2019-07-24 13:46:59 -04:00
  • 4ef4d0659d Improve correctness of convertion checks Charles Milette 2019-07-24 13:30:43 -04:00
  • 2ce9a3f70f Add overload to logger when T can be statically converted to wstring_view_t Charles Milette 2019-07-24 13:27:54 -04:00
  • 59cbdaaf49 Add more source_loc overloads in spdlog namespace Charles Milette 2019-07-24 13:26:42 -04:00
  • e0cf16b7e9 Fix #1168 Gabi Melman 2019-07-24 08:49:59 -04:00
  • 1cdf09e9dd Merge pull request #1164 from AMS21/patch-1 Gabi Melman 2019-07-22 17:11:14 -04:00
  • 9966a6a4b7 Fix use old style cast AMS21 2019-07-22 20:35:30 +00:00
  • 20a1d1c519 Merge pull request #1161 from mensinda/mesonSubInstall Gabi Melman 2019-07-20 08:30:22 -04:00
  • 313ec87dc1 meson: Do not install when used as a subproject Daniel Mensinger 2019-07-20 11:43:26 +02:00
  • a7ba6e447d clang-format gabime 2019-07-18 14:26:36 +03:00
  • baa978ab0b Added stdout_sinks.h to the library build gabime 2019-07-18 13:59:38 +03:00
  • 9f1b4fc9e7 Update wincolor_sink-inl.h Gabi Melman 2019-07-18 01:37:55 +03:00
  • 38e5dbd866 Fix win-color sink redirection to file gabime 2019-07-18 00:55:24 +03:00
  • 50ed27946d Update README.md Gabi Melman 2019-07-17 21:34:26 +03:00
  • 856ac7d773 Update README.md Gabi Melman 2019-07-17 21:31:58 +03:00
  • 81f12df8b5 Update README.md Gabi Melman 2019-07-17 21:30:06 +03:00
  • 9eca3234e8 Update README.md Gabi Melman 2019-07-17 21:28:56 +03:00
  • 5a540bdd42 Update README.md Gabi Melman 2019-07-17 21:21:56 +03:00
  • 6d394b132d Update README.md Gabi Melman 2019-07-17 21:20:38 +03:00
  • 96a317ce68 Update README.md Gabi Melman 2019-07-17 21:19:16 +03:00
  • bca8945c26 Merge pull request #1155 from raphaelts3/how-to-compile-from-source Gabi Melman 2019-07-17 21:16:55 +03:00
  • a4b108334f Update README.md raphaelts3 2019-07-17 15:12:52 -03:00
  • 4f72cf9744 Update README.md raphaelts3 2019-07-17 13:05:29 -03:00
  • 3c30f77d31 limit default error handler to 1 message/second to avoid flood gabime 2019-07-17 18:05:01 +03:00
  • bcb6484062 Removed redundant include statements gabime 2019-07-17 16:09:39 +03:00
  • 11472eddbc Catch sink exceptions without affecting other sinks gabime 2019-07-17 16:01:30 +03:00
  • 12470f6221 Revert null_sink changes gabime 2019-07-17 15:33:29 +03:00
  • a82d0e2f57 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:48:44 +03:00
  • dca1d1e0d1 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:45:52 +03:00
  • 0cef8f3d26 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:42:26 +03:00
  • fbde18fc02 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:41:18 +03:00
  • b640c59087 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:41:07 +03:00
  • 1f3dea60d3 try to prevent optimizer to remove null sink code altogether gabime 2019-07-17 14:38:01 +03:00
  • a7c06eadd0 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2019-07-17 14:02:27 +03:00
  • 39910f5137 Fixed execption include gabime 2019-07-16 15:50:42 +03:00
  • 6fc4eb92db Merge pull request #1150 from ainola/v1.x Gabi Melman 2019-07-15 18:12:21 +03:00
  • 81e82fb2d3 Rename func name wincolor sink gabime 2019-07-15 12:22:34 +03:00
  • c817254495 Update wincolor_sink-inl.h gabime 2019-07-15 12:14:46 +03:00
  • 4578b0ad11 Fixed gcc9 conversion warning gabime 2019-07-15 01:36:20 +03:00
  • 9fbf82b603 Fixed gcc9 conversion warning gabime 2019-07-15 01:31:31 +03:00
  • 4b0267910c Refactored padding handling in formatter using templates gabime 2019-07-15 01:17:22 +03:00
  • 54456aee9e Refactored padding handling in formatter using templates gabime 2019-07-15 01:16:57 +03:00
  • 2a31cdcded Fix clang tidy script gabime 2019-07-15 01:16:29 +03:00
  • d3f31c6038 Fixed build gabime 2019-07-14 18:42:51 +03:00
  • 59dd9f6203 comment gabime 2019-07-14 18:39:43 +03:00
  • 05cac05c06 clang_format gabime 2019-07-14 18:35:59 +03:00
  • 724713ac80 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2019-07-14 18:33:56 +03:00
  • 72f3d5291c Fix issue #1147 gabime 2019-07-14 18:32:24 +03:00
  • c138685364 Fix issue #1147 gabime 2019-07-14 18:31:58 +03:00
  • 4180d00a6c meson: fix typo (extrenal -> external) Brett Cornwall 2019-07-14 07:29:23 -06:00
  • 2512ac1e3c Added const qualifier to padinfo gabime 2019-07-14 14:31:55 +03:00
  • 121fc0a273 Minor update to CMakelists gabime 2019-07-14 13:27:09 +03:00
  • 4d9281018f Minor update to CMakelists gabime 2019-07-14 13:26:01 +03:00
  • 3a94a60537 Update stdout_sinks-inl.h Gabi Melman 2019-07-14 01:41:19 +03:00
  • 161e6fb8fb Merge pull request #1145 from k0zmo/v1.x Gabi Melman 2019-07-14 01:38:39 +03:00
  • 29fa474e4a Use SPDLOG_HEADER_ONLY uniformly k0zmo 2019-07-13 10:56:22 +02:00
  • ddb19f4a4f Add missing include directive k0zmo 2019-07-13 10:55:17 +02:00
  • 789fb1e7c9 Move templated constructor definition to header file k0zmo 2019-07-13 10:54:22 +02:00
  • 521c5317a2 Fix #1143 gabime 2019-07-11 19:23:06 +03:00
  • e0d85e60a3 Merge pull request #1142 from PeterTh/v1.x Gabi Melman 2019-07-10 20:47:59 +03:00
  • ac7821f9bf Prevent NEAR and FAR macro definitions from leaking on Windows platforms PeterTh 2019-07-10 16:54:40 +02:00
  • 84809db955 Update example.cpp Gabi Melman 2019-07-10 03:07:17 +03:00
  • e6cecd97ac Update README.md Gabi Melman 2019-07-10 02:51:32 +03:00
  • 60e7deaaf5 Update README.md Gabi Melman 2019-07-10 02:51:09 +03:00
  • 23b07d8cb6 Update README.md Gabi Melman 2019-07-10 02:49:52 +03:00
  • 5f27697198 clang-format gabime 2019-07-10 02:42:47 +03:00
  • 261d2c5ae4 Protected from size_t to int overflow in systemd sink gabime 2019-07-10 02:25:11 +03:00
  • 847f7de003 Simplify syslog sinks overflow check gabime 2019-07-10 02:19:16 +03:00
  • dffc8df3e0 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2019-07-10 02:03:48 +03:00
  • 330d491eba Enable again test building by default in cmake gabime 2019-07-10 01:45:05 +03:00
  • db103ff340 Replaced passing time by val istead of ref in helper gabime 2019-07-10 01:42:43 +03:00
  • 1ac46bacfe Updated formatter bench gabime 2019-07-10 01:41:55 +03:00
  • c27a4ee61f Added elapsed flag to formatter gabime 2019-07-10 01:35:22 +03:00
  • 2d8c4b1c88 Merge pull request #1140 from mattiasj-axis/fix-syslog-termination Gabi Melman 2019-07-08 14:25:54 +03:00
  • d969f8621d Fix syslog output Mattias Jernberg 2019-07-08 12:15:59 +02:00
  • a4ec91fd06 Cleaned bench folder gabime 2019-07-07 17:58:36 +03:00
  • fd53472238 Cleaned common.h gabime 2019-07-07 17:22:58 +03:00
  • b3ddef2fc2 Minor cmake fix in for tests gabime 2019-07-07 14:09:23 +03:00
  • 07d753176f Update CMakeLists.txt to not build tests by default gabime 2019-07-07 13:36:46 +03:00
  • 8d758add63 Relace remaining const char* with string_view_t in the API gabime 2019-07-07 12:55:56 +03:00
  • 506ab1c735 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2019-07-07 12:35:54 +03:00
  • 945020e505 Merge pull request #1139 from matt77hias/v1.x Gabi Melman 2019-07-06 20:17:16 +03:00