Commit Graph

  • 147bdbf591 Fix warnings which are caused by C style cast knowledge4igor 2017-10-25 00:40:42 +03:00
  • 4974743ee8 Make short month names match in length Berkus Decker 2017-10-24 14:10:58 +03:00
  • 1c8cc65f6c Fix typos Berkus Decker 2017-10-24 14:10:29 +03:00
  • a6b5ef55a4 Fix typo Berkus Decker 2017-10-24 13:34:58 +03:00
  • cefea324cb Fix typos Berkus Decker 2017-10-24 12:03:59 +03:00
  • 7f953c115d Merge pull request #535 from vitor-alves/master Gabi Melman 2017-10-17 10:04:18 +03:00
  • 20a4143537 Update README.md Vitor Alves 2017-10-16 22:23:19 -02:00
  • 87a44555b6 fixed macro tests gabime 2017-10-13 02:15:49 +03:00
  • 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests gabime 2017-10-13 02:04:31 +03:00
  • 4a159ad66d Fixed unused variable warning gabime 2017-10-12 19:59:14 +03:00
  • 19264b8399 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2017-10-12 19:53:07 +03:00
  • 709948ff4a Fixed issue #527 gabime 2017-10-12 19:48:04 +03:00
  • 30d5fd16d7 Update README.md Gabi Melman 2017-10-12 19:06:01 +03:00
  • 9688689938 Merge pull request #531 from fogo/printf Gabi Melman 2017-10-10 13:56:37 +03:00
  • e8b7f4194a Moved printf include to fmt.h fogo 2017-10-09 19:59:02 -03:00
  • ee525f9bef allow printf style logging fogo 2017-10-05 08:20:21 -03:00
  • 552d6214e0 updated bundled fmt to contain printf fogo 2017-10-05 08:19:53 -03:00
  • dc8ac4c671 Update tweakme.h Gabi Melman 2017-09-29 22:43:48 +03:00
  • cd6a8c9a4c Merge pull request #524 from 2Park/master Gabi Melman 2017-09-28 21:44:55 +03:00
  • 375b7fdda5 Fix SPDLOG_WCHAR_TO_UTF8_SUPPORT wchar_t logging John Andre Hestad 2017-09-28 14:19:04 +02:00
  • 3a21b765cb Merge pull request #522 from jasonbeach/feat_add_epoch_formatter Gabi Melman 2017-09-18 09:46:16 +03:00
  • f7fabfb2c4 add formatter for unix epoch time in seconds. Jason Beach 2017-09-17 22:11:23 -04:00
  • a4e6d8877c Update README.md Gabi Melman 2017-08-29 12:00:10 +03:00
  • e303f02cce Merge pull request #515 from elelel/trace Gabi Melman 2017-08-25 21:34:23 +03:00
  • b242fb087d Compiler-dependent line numbering El El 2017-08-25 15:19:29 +00:00
  • 02b9f970d3 Merge pull request #514 from stackforce/feature/improve-cmake-lists Gabi Melman 2017-08-25 17:11:33 +03:00
  • e6b9fa577d cmake: set project version to 0.14.0 Adrian Antonana 2017-08-25 09:12:15 +02:00
  • fe2fa4087d cmake: add some small comments to point out whats being done Adrian Antonana 2017-08-24 16:57:07 +02:00
  • ab25004242 cmake: add some commend blocks to clearly differentiate CMakeLists file sections Adrian Antonana 2017-08-24 16:55:55 +02:00
  • 5504630e46 cmake: improve CMakeLists.txt Adrian Antonana 2017-08-24 16:55:06 +02:00
  • c4d93ae0b5 Merge pull request #513 from Lectem/patch-1 Gabi Melman 2017-08-23 17:35:04 +03:00
  • 47cf62f878 SPDLOG_BUILD_TESTING now depends on BUILD_TESTING Lectem 2017-08-23 15:12:40 +02:00
  • 4fba14c79f Version 0.14.0 v0.14.0 Gabi Melman 2017-08-19 18:48:43 +03:00
  • cb02b344a3 Fix issue #510 (spelling) gabime 2017-08-19 15:49:16 +03:00
  • fced34e3d8 bumped fmt version to 4.0.0 gabime 2017-08-19 15:46:01 +03:00
  • 268222e496 Fixed crash in async logger in gcc 4.8.5 regarding static members in pattern_formatter impl gabime 2017-08-19 15:36:34 +03:00
  • 6340c164ce Merge pull request #490 from asit-dhal/issue-488 Gabi Melman 2017-08-17 00:21:44 +03:00
  • f546036e70 Merge pull request #502 from gg7/readme-add-gentoo-package Gabi Melman 2017-08-12 22:43:34 +01:00
  • c69b356c86 readme: Add Gentoo package name George Gaydarov 2017-08-12 17:01:47 +01:00
  • e35c7fd065 Issue-488: warning for missing enumeration value Asit Kumar Dhal 2017-08-05 00:30:03 +02:00
  • 5ed426980b Merge pull request #484 from vgabi94/patch-1 Gabi Melman 2017-07-30 09:52:44 +03:00
  • 3173422786 Background color unchanged Gabriel Vaduva 2017-07-29 23:07:02 +03:00
  • fc14ac23e9 Merge pull request #478 from snapbug/master Gabi Melman 2017-07-23 10:11:42 +03:00
  • 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 -04:00
  • b75da32f4d Merge pull request #473 from asit-dhal/master Gabi Melman 2017-07-13 01:19:31 +03:00
  • 3a40f0c34d fixed length and upper case log level tags Asit Kumar Dhal 2017-07-05 02:46:45 +02:00
  • 4371092309 fixed gcc shadow warnings gabime 2017-06-29 18:14:17 +03:00
  • f06f3f1468 Merge pull request #468 from p-alik/master Gabi Melman 2017-06-29 12:20:32 +03:00
  • 8fd16fc45e code formatting (astyle and dos2unix) Alexei Pastuchov 2017-06-29 09:51:44 +02:00
  • 9a04e37275 Merge pull request #465 from cyres/re_add_color Gabi Melman 2017-06-27 09:18:37 +03:00
  • 765095db66 Add set_color to ansicolor_sink Cyres 2017-06-27 01:23:35 +02:00
  • 431fb423fa Merge pull request #463 from sheldonlyr/threadid-osx Gabi Melman 2017-06-24 11:34:43 +03:00
  • 66a2c4993b More meaningful thread id for OSX sheldonlyr 2017-06-24 15:38:18 +08:00
  • 1e4f14c789 Update README.md Gabi Melman 2017-06-18 07:46:02 +03:00
  • c0f0fd713d Merge pull request #460 from asit-dhal/master Gabi Melman 2017-06-18 03:13:53 +03:00
  • 97be4532cc trace_if and debug_if macro added Asit Kumar Dhal 2017-06-17 23:42:31 +02:00
  • 868c0cedb0 Update README file Asit Kumar Dhal 2017-06-17 20:26:07 +02:00
  • a767f07ba3 Conditional logging in the example Asit Kumar Dhal 2017-06-17 19:10:52 +02:00
  • de0154c525 Test Case for conditional logging Asit Kumar Dhal 2017-06-17 17:50:46 +02:00
  • 380233b727 mend Asit Kumar Dhal 2017-06-17 17:24:16 +02:00
  • b463b06ab5 conditional logging for all levels Asit Kumar Dhal 2017-06-17 16:05:25 +02:00
  • 9a189badbd conditional logging implementation Asit Kumar Dhal 2017-06-17 02:45:24 +02:00
  • ed7c3a83f8 conditional logging implementation Asit Kumar Dhal 2017-06-17 02:45:24 +02:00
  • d3e013a567 Merge pull request #459 from cneumann/create_async Gabi Melman 2017-06-15 22:42:48 +03:00
  • 8ee90d3349 Add create_async factory functions for async loggers Carsten Neumann 2017-06-15 11:08:44 -05:00
  • e6cbc22da5 Merge pull request #456 from rkollataj/mingw_fix Gabi Melman 2017-06-09 21:16:03 +03:00
  • 2e84ca4fa4 Adding additional build environments for AppVeyor Remigiusz Kołłątaj 2017-06-09 19:11:29 +02:00
  • fab55c8a14 Fix for MinGW error: 'There are no arguments that depend on a template parameter' Remigiusz Kołłątaj 2017-06-09 19:03:11 +02:00
  • 9470bdd3ec Update common.h Gabi Melman 2017-06-01 03:42:10 +03:00
  • 5d5f2f3ac3 Merge pull request #451 from ThePhD/pattern_time Gabi Melman 2017-05-31 21:39:18 +03:00
  • 7e09f01847 brace styling ThePhD 2017-05-31 13:12:21 -04:00
  • 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 -04:00
  • 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 -04:00
  • 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 -04:00
  • 13fb2550c6 Fixed issue #449 gabime 2017-05-21 20:39:54 +03:00
  • c6ad598af9 Merge pull request #450 from stonedreamforest/master Gabi Melman 2017-05-21 13:27:13 +03:00
  • f8d509d010 Fixed issues 449 Tennn 2017-05-21 17:44:44 +08:00
  • e1d4c4651b Minor formatting gabime 2017-05-21 04:07:20 +03:00
  • 8d164f47a8 tweakme disable counters by default gabime 2017-05-21 04:03:36 +03:00
  • 42a56f6669 fixed "final" keyword error gabime 2017-05-21 04:02:32 +03:00
  • d56fa23eb9 fixed compilation errors gabime 2017-05-21 03:48:54 +03:00
  • 095cb1f560 Added _flush() to base_sink gabime 2017-05-21 03:43:41 +03:00
  • e215758b42 Update ansicolor_sink.h Gabi Melman 2017-05-21 03:08:03 +03:00
  • 87f5a60b90 Update ansicolor_sink.h Gabi Melman 2017-05-21 03:06:35 +03:00
  • 361344912e Refactored message counter a little gabime 2017-05-21 02:45:08 +03:00
  • 7da3e47ddc fixed color comment gabime 2017-05-21 02:33:19 +03:00
  • 1f9f9c09a2 fixed flush gabime 2017-05-21 02:25:33 +03:00
  • 8c240faa7d changed info color to regular insted of bold gabime 2017-05-21 02:11:09 +03:00
  • 7bbab6889d use data() istead of c_str() in ansicolor_sink gabime 2017-05-21 02:07:43 +03:00
  • 6cc7e7382e astyle gabime 2017-05-21 01:56:56 +03:00
  • 40fc5becff fixed compilation gabime 2017-05-21 01:56:41 +03:00
  • 3899e8a560 fixed compilation warning gabime 2017-05-21 01:54:21 +03:00
  • 7f84daffd5 fixed compilation gabime 2017-05-21 01:49:06 +03:00
  • 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink gabime 2017-05-21 01:36:03 +03:00
  • 1ab63ffdca Merge pull request #445 from alzix/message_counter Gabi Melman 2017-05-18 23:38:57 +03:00
  • ef6eb376d3 disable message counter feature in tweakme.h Alexander Zilberkant 2017-05-18 22:37:51 +03:00
  • f29ff77ae7 implement message counter feature Alexander Zilberkant 2017-05-18 22:36:48 +03:00
  • bf3a415b1d Merge pull request #447 from eliaskosunen/master Gabi Melman 2017-05-17 22:05:47 +03:00
  • c6c5a46560 Fix OSX builds of details/os.h Elias Kosunen 2017-05-17 21:07:20 +03:00
  • def86e6e20 Fixed forgotten inline keyword gabime 2017-05-17 00:17:46 +03:00