Commit Graph

  • 2f8e22d828 check if logger already exists in the registry before creating it gabime 2016-03-22 18:32:38 +0200
  • becef922c2 add missing include gabime 2016-03-22 01:41:10 +0200
  • c00f4785dd Fixed tests solution for visual studio gabime 2016-03-22 00:48:15 +0200
  • 36a5f5188e Merge branch 'master' of https://github.com/gabime/spdlog gabime 2016-03-22 00:47:20 +0200
  • 79451368cf Fixed issue #179 (Conflict with Boost.Asio) (by defining FMT_USE_WINDOWS_H=0 in format.h and preventing include of windows.h) gabime 2016-03-22 00:46:41 +0200
  • ea1d0fd37b assigned nullptr to _database and _query_stmt upon flushing so that if flush gets called again, will not throw an exception PedroRod 2016-03-20 23:13:28 -0400
  • 26ab30aba5 forgot to reset the null pointer of the bind back to SQLITE_STATIC PedroRod 2016-03-20 22:07:51 -0400
  • d8d8dfd3e2 made the prepared statement re-usable and renamed .h to sqlite_sink PedroRod 2016-03-20 22:02:23 -0400
  • 571e85d0f4 changed ctrs,variables,argsguments to match code style of spdlog, also removed columns mapping since there is no clean way of set column name dynamically on a prepared statement and changed query to use prepared statements PedroRod 2016-03-20 19:12:34 -0400
  • a7011baa53 Added SQLite3 sink to the solution PedroRod 2016-03-20 11:11:55 -0400
  • ee610efd7d Add assignment operator to ansi color sink. Adjust default colors. Kevin M. Godby 2016-03-18 13:13:06 -0500
  • 9afc960d88 Enforce C++11 standard. Kevin M. Godby 2016-03-18 13:07:44 -0500
  • e8a669fe0e Remove member initialization because MSVC 2013 doesn't support it. Kevin M. Godby 2016-03-18 11:48:02 -0500
  • 1c9f1749d3 Added ANSI color sink. Kevin M. Godby 2016-03-15 20:18:08 -0500
  • 08bce1bb4f Merge pull request #185 from AlexanderDalshov/master Gabi Melman 2016-03-12 22:15:16 +0200
  • ea3eef0b5f add msvc logging sink Alexander Dalshov 2016-03-12 19:55:44 +0300
  • c6f8f1d272 Merge pull request #182 from godbyk/fix-missing-includes Gabi Melman 2016-02-26 01:14:48 +0200
  • c0c5c016c3 Added -I copmiler flag to find spdlog headers for Travis CI and tests/Makefile. Kevin M. Godby 2016-02-25 13:09:33 -0600
  • 077c3095eb Added missing standard header includes. Kevin M. Godby 2016-02-24 22:20:07 -0600
  • 196689f720 Fixed header include problems. Kevin M. Godby 2016-02-24 21:26:18 -0600
  • 24a1b23e3d Merge pull request #178 from cryfs/master Gabi Melman 2016-02-13 20:17:02 +0200
  • 7b8d507615 Allow syslog logger on Mac OS X Sebastian Messmer 2016-02-13 15:50:51 +0100
  • 0c7beb2e36 fixed issue #173 - timezone as output by %z option has a double negative sign gabime 2016-02-02 23:41:53 +0200
  • e91e1b80f9 revert pull gabime 2016-01-07 01:12:06 +0200
  • e9f16eec43 Merge pull request #161 from derekxgl/master Gabi Melman 2016-01-07 01:05:08 +0200
  • e248895254 use default move constructor/assignment for async_log_helper derekxgl 2016-01-06 22:21:56 +0000
  • c7864ae5dc throw exception if DYNAMIC_TIME_ZONE_INFORMATION fails under windows instead of returning -1 gabime 2016-01-06 21:30:42 +0200
  • 7a813078aa Merge pull request #160 from glebov-andrey/windows_dst_fix Gabi Melman 2016-01-06 21:24:05 +0200
  • 04ce6e5feb - fixed false error (returning -1) in time zones without daylight saving (checking against TIME_ZONE_ID_INVALID instead of 0) - accounts for daylight saving only when tm::tm_isdst is true - accounts for standard time offset ([DYNAMIC_]TIME_ZONE_INFORMATION::StandardBias) in time zones that need it Andrey Glebov 2016-01-06 19:57:00 +0300
  • 6cdab9e840 Merge pull request #158 from wonder-mice/master Gabi Melman 2016-01-05 10:25:09 +0200
  • 51d8b2e359 Add zf_log to performance tests wonder-mice 2016-01-04 22:43:28 -0800
  • e060bbf3ed astyle gabime 2015-12-22 21:44:03 +0200
  • a1e25cdb28 revert support for monotonic clock - it is not faster than realtime gabime 2015-12-22 21:40:27 +0200
  • e3c3f91c11 Merge pull request #153 from ksergey/clock_tweak Gabi Melman 2015-12-22 09:47:44 +0200
  • 9e8c8c1113 added SPDLOG_CLOCK_MONOTONIC example entry in tweakme file Sergey Kovalevich 2015-12-22 07:21:43 +0300
  • 583ca02ef9 Added CLOCK_MONOTONIC trick Sergey Kovalevich 2015-12-22 00:20:15 +0300
  • 01f3d6f5f0 updated example to vs2015 solution gabime 2015-12-13 15:19:28 +0200
  • e226bfc35d tests updated to vs2015 gabime 2015-12-13 15:13:16 +0200
  • 7bf45bcf14 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-12-13 14:59:57 +0200
  • 3d420a3bcf tests refactoring gabime 2015-12-13 14:59:48 +0200
  • ad8071ad67 Update README.md Gabi Melman 2015-12-13 14:53:22 +0200
  • 6feaa29c62 tests: added utils.cpp to avoid gcc warnings gabime 2015-12-13 14:36:32 +0200
  • 9551c8178c Update README.md Gabi Melman 2015-12-13 13:21:13 +0200
  • 842cc5bd46 cygwin fix in bench gabime 2015-12-13 13:16:50 +0200
  • 90027f1582 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-12-13 12:53:07 +0200
  • 625acd0ab0 cygwin bench fix using atoi gabime 2015-12-13 12:51:49 +0200
  • d7f1932e10 cygwin/mingw support fix gabime 2015-12-13 12:29:19 +0200
  • a3c23311b3 Update file_log.cpp Gabi Melman 2015-12-13 01:10:33 +0200
  • 5ec7cfef63 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-12-12 20:57:03 +0200
  • a05ba78656 added file_helper tests gabime 2015-12-12 20:56:39 +0200
  • d58432ff56 bugfix gabime 2015-12-12 20:56:14 +0200
  • a9fb96e088 1. Fixed file_helper::exists() bug under windows which returned false in some circumstances 2. Improved file_helper::exists() performance under linux to use stat sys call 3. Added unit tests gabime 2015-12-12 20:53:00 +0200
  • 87da9aab26 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-12-12 20:50:36 +0200
  • 9346202fc6 Updated to latest cppformat lib gabime 2015-12-12 20:50:11 +0200
  • 678e4046d4 Update registry.h Gabi Melman 2015-12-12 18:44:42 +0200
  • 0b1ab6c13a fixed gcc shadow warning gabime 2015-11-29 21:31:38 +0200
  • bb32fa1802 Update file_sinks.h Gabi Melman 2015-11-29 16:14:15 +0200
  • 8c55ee1a55 Update async_log_helper.h Gabi Melman 2015-11-29 15:56:42 +0200
  • 9ab524b355 Merge pull request #151 from gnzlbg/patch-1 Gabi Melman 2015-11-29 15:49:15 +0200
  • 9b2425c353 spurious character broke compilation gnzlbg 2015-11-29 14:30:02 +0100
  • 1725b7a6e2 update to MIT license Gabi Melman 2015-11-28 19:19:55 +0200
  • 0b8cc75534 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-11-28 18:24:52 +0200
  • 8c38b4ee9e MIT license gabime 2015-11-28 18:24:20 +0200
  • 30c23ef206 astyle gabime 2015-11-28 16:53:32 +0200
  • 0f76db880e astyle gabime 2015-11-28 16:52:02 +0200
  • 992a4e6077 revert Args& by referebce in create gabime 2015-11-28 16:18:50 +0200
  • ad8220c9c8 fix compile in gcc gabime 2015-11-28 15:50:13 +0200
  • 74b0268713 Minor example fix gabime 2015-11-28 15:01:45 +0200
  • 06ffde6333 Fixed flush of logs in async mode gabime 2015-11-28 15:00:19 +0200
  • 860015ccfd Add visual studio example solution gabime 2015-11-28 13:44:06 +0200
  • 2e46ba9f98 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2015-11-26 14:51:07 +0200
  • 7b3fc4ba97 updated to latest cppformat gabime 2015-11-26 14:50:44 +0200
  • b187976141 Merge pull request #149 from yaoyuan1216/SupportForWINNT_WS03 Gabi Melman 2015-11-20 10:49:02 +0200
  • 1b3946cf65 Replace GetDynamicTimeZoneInformation to GetTimeZoneInformation. yaoyuan1216 2015-11-20 16:25:33 +0800
  • cbc8ba7203 Fixed issue #137 gabime 2015-11-05 16:06:11 +0200
  • b85662c536 fixed issue #137 gabime 2015-11-05 15:43:37 +0200
  • f36622553c Updated cppformat lib gabime 2015-11-05 15:33:27 +0200
  • f15ed2373b Merge pull request #139 from GamePad64/master Gabi Melman 2015-10-25 19:00:21 +0200
  • 0170dfdc7b
    Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system. Alexander Shishenko 2015-10-25 04:11:23 +0300
  • 7d463a7f78 Merge pull request #138 from thinkski/master Gabi Melman 2015-10-21 22:47:20 +0300
  • 08f41d4f65 Update syslog_sink.h Chris Hiszpanski 2015-10-21 11:49:35 -0700
  • f56e712cde Update README.md Gabi Melman 2015-10-20 01:14:05 +0300
  • c900b25dfd fixed gcc build gabime 2015-09-19 18:57:19 +0300
  • b09b07abf8 Merge pull request #133 from daersc/master Gabi Melman 2015-09-18 11:15:24 +0300
  • 2175b00814 Fixed thread unsafe flush method. David Schury 2015-09-17 18:58:13 +0200
  • e12c50a8a5 Add distributional sink David Schury 2015-09-17 17:01:04 +0200
  • f35520bf53 Merge pull request #132 from ruslo/pr.misprint Gabi Melman 2015-09-17 05:09:51 +0300
  • 4551467620 Fix misprint Ruslan Baratov 2015-09-17 00:49:17 +0300
  • ccc66db7fc Update android_sink.h Gabi Melman 2015-09-15 01:26:31 +0300
  • b2e948c23f Merge pull request #130 from ruslo/android.sink Gabi Melman 2015-09-15 01:22:11 +0300
  • 8fdd4c3547 Add Android sink Ruslan Baratov 2015-09-11 00:56:28 +0300
  • d28662db60 Merge pull request #127 from ruslo/add.cmake Gabi Melman 2015-09-11 00:45:14 +0300
  • a0bba7f32e Merge pull request #129 from ruslo/exit.code Gabi Melman 2015-09-11 00:44:04 +0300
  • 004ff4cde7 Merge pull request #128 from ruslo/fix.android Gabi Melman 2015-09-11 00:43:39 +0300
  • c19d9759d5 Add CMake build Ruslan Baratov 2015-09-10 19:58:34 +0300
  • 567954425b Return unsuccessful exit code if error occurs Ruslan Baratov 2015-09-10 22:58:53 +0300
  • 8bb4b831c4 Fix Android build Ruslan Baratov 2015-09-10 21:01:55 +0300
  • 88cfb1931b Merge pull request #125 from COMBINE-lab/master Gabi Melman 2015-08-28 11:12:02 +0300
  • eade79f798 Merge remote-tracking branch 'upstream/master' Rob Patro 2015-08-28 00:19:42 -0400
  • ac0d5be676 Update README.md Gabi Melman 2015-08-26 13:20:20 +0300