Commit Graph

  • 6ce507eceb bench: added latency comparison with g3log gabime 2016-10-01 16:55:13 +0300
  • 56678a5f6a added set_force_flush(bool) to simple file sink for performance benchmarks gabime 2016-10-01 16:37:33 +0300
  • c4fa9cb603 Enable build on Alpine Linux #283 Mats Webjörn 2016-09-30 13:27:04 +0200
  • 12800ac466 fixed shadow warnings in gcc gabime 2016-09-30 14:08:31 +0300
  • 5de728ea5c Merge branch 'master' of https://github.com/gabime/spdlog Mats Webjörn 2016-09-30 12:57:57 +0200
  • faa184ce24 Added #ifdef __ANDROID__ to spllog_impl.h gabime 2016-09-29 23:49:03 +0300
  • 8231806715 Replace some "NULL" with "nullptr" #288 vwbij 2016-09-29 11:58:36 +0200
  • 4f8eda9e35 * Build folder excluded in gitignore * vcxproject.user added vwbij 2016-09-26 15:22:23 +0200
  • 230c34ce90 Merge branch 'master' of https://github.com/vwbij/spdlog vwbij 2016-09-26 11:16:55 +0200
  • 753e20845d Noch die MSVC Datenbanken, ob die auch immer notwendig sind? vwbij 2016-09-26 11:10:53 +0200
  • 8f0715ea8a Fixed: tests project was not working vwbij 2016-09-26 10:52:48 +0200
  • fa175d6300 Merge pull request #289 from thomas-frantz/expose_sinks Gabi Melman 2016-09-25 03:47:36 +0300
  • 66b08294ca Exposed logger sinks. #289 Therenall 2016-09-24 15:14:05 -0400
  • 0811a129d0 Merge 877cb40001 into 9e37f5cef9 #288 vwbij 2016-09-23 12:12:05 +0000
  • 877cb40001 Delete spdloglb.VC.db vwbij 2016-09-23 14:03:23 +0200
  • b03fa469a3 Delete tests.VC.db vwbij 2016-09-23 13:59:54 +0200
  • b6805fd826 *Added a bitmask to filter the logs. Now it is possible to use the bitmask and/or the loglevel to filter messages. You can disable this feature with the switch “SPDLOG_BITMASK_LOG_FILTER” in “tweakme.h”. * Support for widechar format strings and logfiles, activated by setting “SPDLOG_WCHAR_LOGGING” in “tweakme.h”. This selects the format of the format strings and of the logfiles. For Unicode logfiles a correct BOM is written as first character of the file. * Created a DLL with a C-Syle call interface “spdloglb.dll”. To do so, I’ve done the following: * Created the folder “include\spdlog\cstyle” with “logger_handle.h”, “sink_handle.h” * Created c-style interface under “spdloglb”, “spdloglb.cpp/h” * Interface to format strings using an object and stream operators: “spdloglb_vararg.cpp/h”, “vararg_list.h”, “vararg_listitem.h” under “include\spdlog\cstyle” * Taking out essential types from “common.h” to “common_types.h”: minimize informations required for the DLL interface. vwbij 2016-09-23 13:29:10 +0200
  • b260c28961 Merge 2a147e1f1a into 9e37f5cef9 #287 dhalinar 2016-09-21 17:28:49 +0000
  • 2a147e1f1a Expose all of a loggers sinks. #287 James 2016-09-20 19:47:52 -0400
  • 9e37f5cef9 Merge pull request #285 from azadkuh/issue280 Gabi Melman 2016-09-20 13:14:44 +0300
  • 811eeef7a6 update os.h to fix filesize() on older win32 #285 amir zamani 2016-09-20 14:13:15 +0430
  • 1f1f6a5f3b Support bench under OSX v0.11.0 gabime 2016-09-18 02:28:41 +0300
  • 214c67788f add async with null sink bench gabime 2016-09-18 01:51:53 +0300
  • e97621d61d Removed force_flush arg from everywhere. Use flush_on(level) instead gabime 2016-09-18 00:43:42 +0300
  • 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
  • 19aff4691b New log function to enable wrappers with local filters Mats Webjörn 2016-09-15 10:33:55 +0200
  • 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. #277 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
  • 9774153612 minor code cleanup #278 davide 2016-09-12 22:49:38 +0200
  • b1e2744599 bug fixed davide 2016-09-12 22:34:28 +0200
  • d79af47a28 added example #279 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
  • 6d0f48763c code cleanup davide 2016-09-12 21:38:35 +0200
  • 1d3de4885a substitute hardcoded sleep with conditiona variables in thread_loop davide 2016-09-12 21:08:10 +0200
  • ad732e3eea error handling was not handled davide 2016-09-12 14:59:33 +0200
  • f8ad4db8ae new approach to async: use thread pool to consume the queues. davide 2016-09-12 14:55:22 +0200
  • 112bed4f9f Merge cfad8e1982 into c69df8ae44 #276 Davide Faconti 2016-09-11 22:51:45 +0000
  • cfad8e1982 minor update #276 davide 2016-09-12 00:38:03 +0200
  • 512b9df674 test davide 2016-09-12 00:27:48 +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 v0.10.0 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. #265 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
  • 0801d1768d Merge aea4129c51 into 742922f029 #262 Jks Liu 2016-08-22 18:14:17 +0000
  • 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. #263 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
  • aea4129c51 Fix issue #134 #262 Jks Liu 2016-08-17 01:22:39 +0800
  • ae82a98075 level color #261 Alexander Danilov 2016-08-16 11:46:26 +0300
  • 93ec74af38 Use wchar filenames in spdlog #260 Jason Hung 2016-08-15 21:42:50 -0700