Commit Graph

  • 13a938fc7f Added TRACE_IF and DEBUG_IF macro definitions when TRACE_ON and DEBUG_ON aren't defined Matt Crane 2017-07-22 21:42:20 -0400
  • b75da32f4d Merge pull request #473 from asit-dhal/master Gabi Melman 2017-07-13 01:19:31 +0300
  • 3a40f0c34d fixed length and upper case log level tags Asit Kumar Dhal 2017-07-05 02:46:45 +0200
  • 4371092309 fixed gcc shadow warnings gabime 2017-06-29 18:14:17 +0300
  • f06f3f1468 Merge pull request #468 from p-alik/master Gabi Melman 2017-06-29 12:20:32 +0300
  • 8fd16fc45e code formatting (astyle and dos2unix) Alexei Pastuchov 2017-06-29 09:51:44 +0200
  • 9a04e37275 Merge pull request #465 from cyres/re_add_color Gabi Melman 2017-06-27 09:18:37 +0300
  • 765095db66 Add set_color to ansicolor_sink Cyres 2017-06-27 01:23:35 +0200
  • 431fb423fa Merge pull request #463 from sheldonlyr/threadid-osx Gabi Melman 2017-06-24 11:34:43 +0300
  • 66a2c4993b More meaningful thread id for OSX sheldonlyr 2017-06-24 15:38:18 +0800
  • 1e4f14c789 Update README.md Gabi Melman 2017-06-18 07:46:02 +0300
  • c0f0fd713d Merge pull request #460 from asit-dhal/master Gabi Melman 2017-06-18 03:13:53 +0300
  • 97be4532cc trace_if and debug_if macro added Asit Kumar Dhal 2017-06-17 23:42:31 +0200
  • 868c0cedb0 Update README file Asit Kumar Dhal 2017-06-17 20:26:07 +0200
  • a767f07ba3 Conditional logging in the example Asit Kumar Dhal 2017-06-17 19:10:52 +0200
  • de0154c525 Test Case for conditional logging Asit Kumar Dhal 2017-06-17 17:50:46 +0200
  • 380233b727 mend Asit Kumar Dhal 2017-06-17 17:24:16 +0200
  • b463b06ab5 conditional logging for all levels Asit Kumar Dhal 2017-06-17 16:05:25 +0200
  • 9a189badbd conditional logging implementation Asit Kumar Dhal 2017-06-17 02:45:24 +0200
  • ed7c3a83f8 conditional logging implementation Asit Kumar Dhal 2017-06-17 02:45:24 +0200
  • d3e013a567 Merge pull request #459 from cneumann/create_async Gabi Melman 2017-06-15 22:42:48 +0300
  • 8ee90d3349 Add create_async factory functions for async loggers Carsten Neumann 2017-06-15 11:08:44 -0500
  • e6cbc22da5 Merge pull request #456 from rkollataj/mingw_fix Gabi Melman 2017-06-09 21:16:03 +0300
  • 2e84ca4fa4 Adding additional build environments for AppVeyor Remigiusz Kołłątaj 2017-06-09 19:11:29 +0200
  • fab55c8a14 Fix for MinGW error: 'There are no arguments that depend on a template parameter' Remigiusz Kołłątaj 2017-06-09 19:03:11 +0200
  • 9470bdd3ec Update common.h Gabi Melman 2017-06-01 03:42:10 +0300
  • 5d5f2f3ac3 Merge pull request #451 from ThePhD/pattern_time Gabi Melman 2017-05-31 21:39:18 +0300
  • 7e09f01847 brace styling ThePhD 2017-05-31 13:12:21 -0400
  • d98d54896b use if statement instead of switch (changes of adding new time specifications outside of standard are probably unlikely anyhow) pattern_time -> pattern_time_type ptime variable name -> pattern_time variable name make sure four spaces used, not tabs ThePhD 2017-05-31 12:52:12 -0400
  • 18a0455b91 _pattern was never set... but it was also never used. Intentional by @gabime, or a reflection of a refactor with some data member left behind? ThePhD 2017-05-30 18:15:30 -0400
  • 5c5080d304 implement a flag (in this case, an enumeration) that allows control over the type; we make it an enum for possible expansions of time abstractions that might make it into the C++ standard in the future (see Howard Hinnant's date/timezone library) or might be usefully-available from the OS at some point in time ThePhD 2017-05-30 18:05:25 -0400
  • 13fb2550c6 Fixed issue #449 gabime 2017-05-21 20:39:54 +0300
  • c6ad598af9 Merge pull request #450 from stonedreamforest/master Gabi Melman 2017-05-21 13:27:13 +0300
  • f8d509d010 Fixed issues 449 Tennn 2017-05-21 17:44:44 +0800
  • e1d4c4651b Minor formatting gabime 2017-05-21 04:07:20 +0300
  • 8d164f47a8 tweakme disable counters by default gabime 2017-05-21 04:03:36 +0300
  • 42a56f6669 fixed "final" keyword error gabime 2017-05-21 04:02:32 +0300
  • d56fa23eb9 fixed compilation errors gabime 2017-05-21 03:48:54 +0300
  • 095cb1f560 Added _flush() to base_sink gabime 2017-05-21 03:43:41 +0300
  • e215758b42 Update ansicolor_sink.h Gabi Melman 2017-05-21 03:08:03 +0300
  • 87f5a60b90 Update ansicolor_sink.h Gabi Melman 2017-05-21 03:06:35 +0300
  • 361344912e Refactored message counter a little gabime 2017-05-21 02:45:08 +0300
  • 7da3e47ddc fixed color comment gabime 2017-05-21 02:33:19 +0300
  • 1f9f9c09a2 fixed flush gabime 2017-05-21 02:25:33 +0300
  • 8c240faa7d changed info color to regular insted of bold gabime 2017-05-21 02:11:09 +0300
  • 7bbab6889d use data() istead of c_str() in ansicolor_sink gabime 2017-05-21 02:07:43 +0300
  • 6cc7e7382e astyle gabime 2017-05-21 01:56:56 +0300
  • 40fc5becff fixed compilation gabime 2017-05-21 01:56:41 +0300
  • 3899e8a560 fixed compilation warning gabime 2017-05-21 01:54:21 +0300
  • 7f84daffd5 fixed compilation gabime 2017-05-21 01:49:06 +0300
  • 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink gabime 2017-05-21 01:36:03 +0300
  • 1ab63ffdca Merge pull request #445 from alzix/message_counter Gabi Melman 2017-05-18 23:38:57 +0300
  • ef6eb376d3 disable message counter feature in tweakme.h Alexander Zilberkant 2017-05-18 22:37:51 +0300
  • f29ff77ae7 implement message counter feature Alexander Zilberkant 2017-05-18 22:36:48 +0300
  • bf3a415b1d Merge pull request #447 from eliaskosunen/master Gabi Melman 2017-05-17 22:05:47 +0300
  • c6c5a46560 Fix OSX builds of details/os.h Elias Kosunen 2017-05-17 21:07:20 +0300
  • def86e6e20 Fixed forgotten inline keyword gabime 2017-05-17 00:17:46 +0300
  • 1d6842f0f9 bugfix in color detection and astyle gabime 2017-05-17 00:06:11 +0300
  • eb92cc35df Merge branch 'master' of https://github.com/gabime/spdlog.git gabime 2017-05-17 00:01:52 +0300
  • bd25f59a42 Don't use color escape codes if terminal doesn't support them in ansicolor_sink gabime 2017-05-16 23:35:01 +0300
  • a39f71dbd4 Merge pull request #444 from alzix/minor-fixes Gabi Melman 2017-05-15 22:40:29 +0300
  • 8329d97d90 fix indentation Alexander Zilberkant 2017-05-13 18:57:56 +0300
  • 57dc87732f Merge pull request #443 from alzix/revert-411 Gabi Melman 2017-05-15 21:20:44 +0300
  • 6547675e43 Revert "Merge pull request #441 from alzix/count_discarded" Alexander Zilberkant 2017-05-15 20:07:24 +0300
  • 13199034f0 Update tweakme.h Gabi Melman 2017-05-13 01:25:48 +0300
  • 038733345a Merge pull request #441 from alzix/count_discarded Gabi Melman 2017-05-13 01:22:46 +0300
  • 2b008efb06 disable SPDLOG_ASYNC_COUNT_DISCARDED_MSG Alexander Zilberkant 2017-05-13 01:10:58 +0300
  • 0f25b25b20 add async_logger tests Alexander Zilberkant 2017-05-13 01:01:28 +0300
  • 42258a1059 move discarded message handling to a dedicated function Alexander Zilberkant 2017-05-13 00:53:57 +0300
  • 862d2f6f35 Merge pull request #442 from sidyhe/feature Gabi Melman 2017-05-12 20:58:07 +0300
  • 0aeaf9e28e add an option to warn about discarded messages Alexander Zilberkant 2017-05-11 23:52:42 +0300
  • 8ee6d38501 add wide string to utf8 string support Sidyhe 2017-04-01 23:37:16 +0800
  • 47006c4e8e Merge pull request #436 from bahostetterlewis/master Gabi Melman 2017-05-10 12:57:14 +0300
  • 84a4f56eae Allow compiler to select an strerror_r stringify Barrett 2017-05-09 18:31:44 -0700
  • e9b8286714 Merge branch 'master' of https://github.com/gabime/spdlog.git gabime 2017-05-06 15:47:24 +0300
  • 81965bc300 Fixed some analyzer warnings gabime 2017-05-06 15:33:12 +0300
  • 52292fb526 Update android_sink.h Gabi Melman 2017-05-03 01:18:40 +0300
  • 6927aa1544 Update android_sink.h Gabi Melman 2017-05-03 01:17:00 +0300
  • f0f4a52190 Merge pull request #427 from alzix/android_sink_retry Gabi Melman 2017-05-02 22:46:25 +0300
  • 2f205a6dbc android sink - add retry mechanism Alexander Zilberkant 2017-04-30 23:23:17 +0300
  • 4a25802312 Update README.md Gabi Melman 2017-04-29 20:11:54 +0300
  • 260a74509a Merge pull request #425 from jcelerier/feature/final_qualifier Gabi Melman 2017-04-28 21:43:01 +0300
  • 4da5fa256c add SPDLOG_FINAL information in tweakme.h Jean-Michaël Celerier 2017-04-28 19:25:31 +0200
  • 53138c20fb Add an optional final qualifier to types Jean-Michaël Celerier 2017-04-28 17:24:55 +0200
  • 9e6d81de08 Merge pull request #422 from theamirocohen/android_log Gabi Melman 2017-04-26 00:01:34 +0300
  • 45e3e7041d Android_logger apply its own formatting to every print by adding timestamps, severity, thread and process ids, thus the option flag in the ctor Amir Cohen 2017-04-25 19:30:11 +0300
  • 8b11ffe163 Merge pull request #413 from odeits/patch-3 Gabi Melman 2017-04-07 10:40:21 +0300
  • 0c89beaa58 Merge pull request #415 from odeits/patch-5 Gabi Melman 2017-04-07 10:39:33 +0300
  • d35e229c44 Merge pull request #414 from odeits/patch-4 Gabi Melman 2017-04-07 10:38:54 +0300
  • 0a70ef8438 Merge pull request #412 from odeits/patch-2 Gabi Melman 2017-04-07 10:38:23 +0300
  • 6670d3b925 fix typos in base_sink.h odeits 2017-04-06 20:16:49 -0400
  • 82404f6f65 fix typo potentialy to potentially odeits 2017-04-06 20:13:53 -0400
  • 8d5ecc1b58 Fix typo immediatly immediately odeits 2017-04-06 20:12:11 -0400
  • 682d2e057f Fix typo in comment Unkown to Unknown odeits 2017-04-06 18:46:52 -0400
  • 15af514951 Update file_helper.h Gabi Melman 2017-04-02 13:05:02 +0300
  • 129781fd17 Merge pull request #408 from odeits/patch-1 Gabi Melman 2017-03-29 23:36:19 +0300
  • b9e8fd209a Merge pull request #407 from eliaskosunen/master Gabi Melman 2017-03-29 23:35:16 +0300
  • ea359254d6 Fix typo Unkown to Unknown odeits 2017-03-29 15:53:14 -0400
  • a3e84cb347 Update example in README.md Elias Kosunen 2017-03-29 22:28:37 +0300
  • 51b3cc0aef Merge pull request #405 from o-mdr/master Gabi Melman 2017-03-29 18:48:39 +0300