Commit Graph

  • b0f8230783 Fixed bug in basic_logger creating (passed truncate to force_flush arg) gabime 2016-09-18 00:14:56 +0300
  • 9c04504881 Update README.md Gabi Melman 2016-09-16 02:58:02 +0300
  • 5653e5c9d7 astyle gabime 2016-09-15 00:38:21 +0300
  • 6312748cc7 updated bundled fmt to version 1fb0586b065c4202e976528a6bdc6384dc56dc04 gabime 2016-09-15 00:35:51 +0300
  • 87d79eb95d Merge pull request #277 from hghwng/master Gabi Melman 2016-09-14 17:55:43 +0300
  • 96267654e6 Add Android examples. Hugh Wang 2016-09-14 17:16:18 +0800
  • 72a6fd65da Support direct creation of android logger. Hugh Wang 2016-09-14 17:08:42 +0800
  • bf02f57475 Fix Android sink. Hugh Wang 2016-09-14 17:05:40 +0800
  • f2c9692438 Fix compilation on Android. Hugh Wang 2016-09-13 10:19:26 +0800
  • 59bf37f769 Merge pull request #279 from facontidavide/loglevel_per_sink Gabi Melman 2016-09-13 00:04:59 +0300
  • d79af47a28 added example davide 2016-09-12 22:28:37 +0200
  • b67076fc85 added level_t to sink. Improves the flexibility of loggers with multiple sinks davide 2016-09-12 22:26:38 +0200
  • c69df8ae44 Update spdlog.h Gabi Melman 2016-09-03 14:15:09 +0300
  • b18d235b63 Update spdlog.h Gabi Melman 2016-09-03 14:08:55 +0300
  • 01ef3d3114 Update async_logger_impl.h Gabi Melman 2016-09-03 01:35:10 +0300
  • d01e288afc fix flush async flush Gabi Melman 2016-09-03 01:33:07 +0300
  • 3ee1bab316 added std:: to vector decl in bench gabime 2016-09-02 17:24:40 +0300
  • c3757c99d5 remoed zf_log from bench gabime 2016-09-02 17:23:40 +0300
  • 2d64a1de1c fixed bench compilation gabime 2016-09-02 17:16:02 +0300
  • 0d35df584c removed zf_log from bench gabime 2016-09-02 17:14:48 +0300
  • 3afabcd17e astyle gabime 2016-09-02 17:06:00 +0300
  • d2a367fa7c Fixed tests after remove of force_flush arg gabime 2016-09-02 16:59:55 +0300
  • e562e001cf Removed force_flush arg from API (use flush_on(level) instead) gabime 2016-09-02 16:59:15 +0300
  • 1df30a0733 support flush_on(..) in async loggers too gabime 2016-09-02 16:19:29 +0300
  • 3a12f3c560 fix typo in example gabime 2016-09-02 15:00:51 +0300
  • f310cc460f Update README.md Gabi Melman 2016-08-26 15:39:00 +0300
  • 2fa29987ca Update README.md Gabi Melman 2016-08-26 14:16:36 +0300
  • 8cf39857ab style gabime 2016-08-26 00:38:08 +0300
  • cb75569541 Fixed issue #266 (Improperly-formatted ISO8601 UTC offset for negative-offset timezones) gabime 2016-08-26 00:37:41 +0300
  • bf327be7f5 Update README.md Gabi Melman 2016-08-24 03:04:55 +0300
  • 6dfdaa3532 Update README.md Gabi Melman 2016-08-24 03:03:58 +0300
  • 6e1bd45d66 Update README.md Gabi Melman 2016-08-24 03:02:01 +0300
  • cfcd44ca36 Update README.md Gabi Melman 2016-08-24 03:00:55 +0300
  • 42dfa1975a Merge pull request #265 from sbrkopac/master Gabi Melman 2016-08-23 00:00:49 +0300
  • 0be736c7fc Added the ability to truncate the basic file logger. Sam Brkopac 2016-08-22 13:31:43 -0700
  • 332b7c0d7f astyle gabime 2016-08-22 22:09:23 +0300
  • 4f52cc4dec async flush now waits for queue to be empty before returning gabime 2016-08-22 22:07:29 +0300
  • dfa2c7a950 async flush now waits for queue to be empty before returning gabime 2016-08-22 21:48:57 +0300
  • 73a3a32325 Update README.md Gabi Melman 2016-08-22 21:15:54 +0300
  • 742922f029 Update README.md Gabi Melman 2016-08-22 21:13:15 +0300
  • b13735dc22 astyle gabime 2016-08-22 20:54:18 +0300
  • 20cb73e9da disable syslog by default (enable by #define SPDLOG_ENABLE_SYSLOG ) gabime 2016-08-22 20:52:16 +0300
  • c68a0de2b6 Merge pull request #263 from jan-dx/master Gabi Melman 2016-08-22 20:20:40 +0300
  • 097ba5a359 Add basic support for Solaris. Nazım Can Bedir 2016-08-22 17:26:12 +0300
  • e277f9b05c Make syslog backend tweakable. Nazım Can Bedir 2016-08-22 16:39:46 +0300
  • 2678c37b56 Move syslog support tests to one place. Nazım Can Bedir 2016-08-22 16:39:13 +0300
  • e556daebc3 better support for thread id in FreeBSD gabime 2016-08-21 01:36:27 +0300
  • 2705e35a8c updated example gabime 2016-08-21 01:21:18 +0300
  • 86de264da9 Added support for syslog in FreeBSD gabime 2016-08-21 01:16:04 +0300
  • 5b2bd79b7e Added support for syslog in FreeBSD gabime 2016-08-21 00:57:53 +0300
  • aa0f62292b fixed dist_sink in gcc gabime 2016-08-20 15:01:08 +0300
  • 916a686f8f astyle gabime 2016-08-20 14:55:50 +0300
  • 2c32f826ab Merge branch 'master' of https://github.com/gabime/spdlog gabime 2016-08-20 14:54:33 +0300
  • c4298a989e dist sink cleanup gabime 2016-08-20 14:52:26 +0300
  • c16f89d044 Update README.md Gabi Melman 2016-08-20 14:11:56 +0300
  • f09e0bd047 Update README.md Gabi Melman 2016-08-20 14:11:28 +0300
  • 23060c6c9d Update README.md Gabi Melman 2016-08-20 14:10:38 +0300
  • 4efbd950d6 atyle gabime 2016-08-20 13:55:50 +0300
  • efc8de6d64 Update README.md Gabi Melman 2016-08-20 14:01:40 +0300
  • d8f01c3a72 added apply_al()l test to tests gabime 2016-08-20 13:51:07 +0300
  • 3af247fbd3 Added a way to iterate all registered loggers (issues #238 and #259). gabime 2016-08-20 13:37:36 +0300
  • 1c4da3eef3 fixed example async error gabime 2016-08-20 13:26:13 +0300
  • 4fcde3b850 Update README.md Gabi Melman 2016-08-05 14:27:58 +0300
  • e7debaacd7 astyle gabime 2016-08-05 04:43:20 +0300
  • bdbe908693 Update README.md Gabi Melman 2016-08-05 04:23:34 +0300
  • 39cdd08a54 no exceptions while logging gabime 2016-08-05 03:56:40 +0300
  • 2fc332abdc Update README.md Gabi Melman 2016-08-04 03:11:56 +0300
  • f05451650d Merge pull request #255 from Cleroth/patch-1 Gabi Melman 2016-08-03 12:20:13 +0300
  • 9a888cde56 m Cleroth 2016-08-03 10:43:33 +0200
  • d9304f17f5 Merge pull request #254 from tony/freebsd-compat Gabi Melman 2016-08-01 12:40:58 +0300
  • 98af71c585 Add FreeBSD compatibility defs Tony Narlock 2016-08-01 00:19:35 -0500
  • cee155c1dd typo in comment Gabi Melman 2016-08-01 00:38:59 +0300
  • 36ba06a75c cosmetic fix in utc_minutes_offset when throwing gabime 2016-07-31 01:52:22 +0300
  • 74aede0c66 better support for file size in 64 bits gabime 2016-07-31 01:47:55 +0300
  • 730f0e02a6 better support for file sizes in 32/64 bits gabime 2016-07-30 19:32:51 +0300
  • b2c40fcedf Fixed issue #156 (use stat to check file existance under osx as well( gabime 2016-07-30 18:23:55 +0300
  • 43a4048b92 astyle gabime 2016-07-22 20:19:26 +0300
  • eff486dbae updated .gtiignore and example vcxproj file gabime 2016-07-22 19:07:24 +0300
  • 0ae66b5b28 support for external fmtlib gabime 2016-07-22 18:06:36 +0300
  • f702dce601 Update common.h Gabi Melman 2016-07-21 12:41:20 +0300
  • 28ebdad367 Update os.h Gabi Melman 2016-07-21 12:29:59 +0300
  • 1ac68e399a Fixed issue #245 gabime 2016-07-18 22:29:26 +0300
  • 01601cef85 fixed tests warnings gabime 2016-07-15 18:41:59 +0300
  • f5bde237dd Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0 gabime 2016-07-15 18:35:43 +0300
  • 842e5236e4 Fixed possible name collision with boost chrono gabime 2016-07-15 17:58:09 +0300
  • b4923956ce updated gitignore and the example's VS 2015 .sln gabime 2016-07-15 17:52:22 +0300
  • 8e0892fa31 astyle gabime 2016-07-15 17:55:34 +0300
  • c5c6baad74 Added errno description to sdlog exception strings gabime 2016-07-15 17:48:02 +0300
  • e5032c8db5 fixed SPDLOG_TRACE under gcc (isue #241) gabime 2016-07-14 14:59:49 +0300
  • 2e1b46bf26 Update README.md Gabi Melman 2016-07-11 22:48:31 +0300
  • a16a2fad4e Merge branch 'master' of https://github.com/gabime/spdlog gabime 2016-07-11 19:27:59 +0300
  • 59cc1d0e25 Update README.md Gabi Melman 2016-07-11 19:31:18 +0300
  • 8a25783245 updated example.sln to vs2015 gabime 2016-07-11 19:16:02 +0300
  • 8d95485f45 update testss.sln to vs 2015 gabime 2016-07-11 19:12:41 +0300
  • 0bcf4ad806 updated example to vs 2015 gabime 2016-07-11 19:01:16 +0300
  • 34ef00c8bc updated tests to vs 2015 and fix warning gabime 2016-07-11 18:58:00 +0300
  • 3aef25c948 Update CMakeLists.txt Gabi Melman 2016-07-10 00:08:43 +0300
  • 4f9b4d0145 fixed bug in extra formatting done in async mode gabime 2016-07-09 20:07:55 +0300
  • 30326dad37 removed level defines gabime 2016-07-09 05:27:47 +0300
  • bac8fc24bb gitignore gabime 2016-07-09 04:50:05 +0300