Commit Graph

  • c060a10c10
    update to version 0.16.1 Gabi Melman 2017-12-20 10:08:49 +0200
  • 79a3a633c7
    uupdate version to 0.16.1 Gabi Melman 2017-12-20 10:07:50 +0200
  • 52dfd478d6
    Merge pull request #584 from horar/master Gabi Melman 2017-12-20 10:02:17 +0200
  • 48eca46680
    Merge pull request #586 from horar/fix/warnings Gabi Melman 2017-12-20 09:50:34 +0200
  • f93277d271 Solve compiler warning in tests Ľubomír Carik 2017-12-20 04:21:59 +0100
  • dda8af0092 Update version strings to 0.16.0 Ľubomír Carik 2017-12-20 03:43:47 +0100
  • ed5498a2e9 report unexected exception types gabime 2017-12-20 00:29:15 +0200
  • 6dd928dc3c Undo fix #529 (causes a warning under gcc and clang when no args passed) gabime 2017-12-20 00:04:16 +0200
  • de595fe2b7 Fix #529 (SPDLOG_TRACE macro problem) gabime 2017-12-19 23:09:27 +0200
  • d460c3026a
    Merge pull request #568 from adubovikov/master Gabi Melman 2017-12-19 11:49:51 +0200
  • 88fe218741
    Update logger_impl.h Gabi Melman 2017-12-06 15:59:27 +0200
  • b1be7b9fea
    async log: increased sleep to to 500ms the worker loop Gabi Melman 2017-12-05 14:07:13 +0200
  • bec6919587 added facilty for syslog Alexandr Dubovikov 2017-12-04 13:03:40 +0100
  • 2f81ff7f17
    Update README.md Gabi Melman 2017-12-03 21:01:07 +0200
  • 4db70c2078
    Update README.md Gabi Melman 2017-12-03 20:58:19 +0200
  • 26b390bb19 removed lock from dist_sink::_flush() (moved to base_sink::flush()) gabime 2017-12-02 17:24:02 +0200
  • a9149c6d46 added lock on flush in base_sink gabime 2017-12-02 17:06:59 +0200
  • 859b7f1d58 fixed test for visual c++ gabime 2017-12-01 04:42:23 +0200
  • 49989e0678 fixed test for gcc 4.8 (no regex) gabime 2017-12-01 04:35:23 +0200
  • 70274924b7 fixed test comment gabime 2017-12-01 03:59:35 +0200
  • f5939f9e56 astyle gabime 2017-12-01 03:46:19 +0200
  • 84e307521d Fixed test gabime 2017-12-01 03:45:29 +0200
  • 3c4a2bf531 Handle file extensions in rotating and daily loggers gabime 2017-12-01 03:40:49 +0200
  • 60ce47a814 Removed include_if.cpp from the tests .sln gabime 2017-12-01 01:28:12 +0200
  • 613f024d42
    Removed forgotten *_if declarations Gabi Melman 2017-11-30 23:42:57 +0200
  • 799ba2a57b added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork gabime 2017-11-26 00:40:47 +0200
  • adbc22096a enable final keyword by default. Can be disabled in tweakme.h for older compilers gabime 2017-11-25 15:53:35 +0200
  • e7cf25a1c0 fixed issue #562 gabime 2017-11-25 15:41:55 +0200
  • dcc7b347ca Removed all *_if functions (trace_if, debug_if, info_if,..) because they are redundant and confusing way to preform if gabime 2017-11-25 15:14:36 +0200
  • 9a8f5c59e2 Added .idea/ to .gitignore gabime 2017-11-25 15:11:18 +0200
  • c41b6d28b5 astyle gabime 2017-11-24 20:59:58 +0200
  • fd170b0fe1 catch(...) exceptions, report it, and rethrow gabime 2017-11-24 20:58:43 +0200
  • 587b528292
    Merge pull request #556 from jpcima/syslog-build Gabi Melman 2017-11-14 16:29:20 +0200
  • 36c8e79a4a
    Merge pull request #555 from jpcima/windebug-sink Gabi Melman 2017-11-14 16:28:39 +0200
  • ecec210d0e accept msvc_sink on all compilers, add name windebug_sink (fixes #554) JP Cimalando 2017-11-14 14:21:14 +0100
  • 76d2620dad correct include path for sink/syslog_sink.h JP Cimalando 2017-11-14 14:25:43 +0100
  • 8ca1d84a32 Removed catch(..) from the codebase. Catch only std::exception gabime 2017-11-12 19:46:15 +0200
  • 63d7c64618
    Merge pull request #551 from daylanKifky/modified_includes Gabi Melman 2017-11-11 16:50:06 +0200
  • 10772eadae fix wincolor_sink's common.h include daylanKifky 2017-11-11 15:38:08 +0100
  • b220bbb349 fix printf include daylanKifky 2017-11-11 15:21:34 +0100
  • 5153b44507 minor fixes daylanKifky 2017-11-11 14:06:01 +0100
  • 27e7412640 modified path on quoted #includes daylanKifky 2017-11-11 13:44:27 +0100
  • 93be7713e0 astyle gabime 2017-11-06 12:39:04 +0200
  • 6ab2f0e099
    Merge pull request #548 from Subenle/master Gabi Melman 2017-11-06 12:37:04 +0200
  • 34a9f24dba
    Declare variables as size_t rather than unsigned. Subenlele 2017-11-05 20:59:37 -0600
  • f70b2ef3b8 Fixed cygwin support gabime 2017-11-05 01:17:21 +0200
  • 79e97fa1ec Added the license file of the fmtlib in the bundled folder gabime 2017-11-05 00:34:16 +0200
  • a66e9bbaf1 Minor fix in comment gabime 2017-11-05 00:29:19 +0200
  • f5fe681a41 Fixed issue #546 by adding an "is_empty" method to the queue instead of the buggy approx_size gabime 2017-11-05 00:21:00 +0200
  • 6fd5f3c866
    Merge pull request #545 from costinm/patch-1 Gabi Melman 2017-11-04 10:24:43 +0200
  • f4f3e3fb66
    Use __ANDROID__ Costin Manolache 2017-11-03 19:37:38 -0700
  • 23dd8d3559
    Allow compilation on platforms with unwind (android) Costin Manolache 2017-11-02 17:12:08 -0700
  • 47c17be9a1 Merge pull request #457 from rkollataj/appveyor Gabi Melman 2017-10-25 13:09:09 +0300
  • 1f3d939009 Merge pull request #538 from berkus/patch-1 Gabi Melman 2017-10-25 12:59:38 +0300
  • fbb8244f7d Merge pull request #533 from manuel-schiller/patch-1 Gabi Melman 2017-10-25 12:57:40 +0300
  • 039b34e83a rethrow unwind exception manuel-schiller 2017-10-11 16:21:17 +0200
  • 69e6af0bf9 Merge pull request #539 from knowledge4igor/fix_cast_warnings Gabi Melman 2017-10-25 04:36:18 +0300
  • 147bdbf591 Fix warnings which are caused by C style cast knowledge4igor 2017-10-25 00:40:42 +0300
  • 4974743ee8 Make short month names match in length Berkus Decker 2017-10-24 14:10:58 +0300
  • 1c8cc65f6c Fix typos Berkus Decker 2017-10-24 14:10:29 +0300
  • a6b5ef55a4 Fix typo Berkus Decker 2017-10-24 13:34:58 +0300
  • cefea324cb Fix typos Berkus Decker 2017-10-24 12:03:59 +0300
  • 7f953c115d Merge pull request #535 from vitor-alves/master Gabi Melman 2017-10-17 10:04:18 +0300
  • 20a4143537 Update README.md Vitor Alves 2017-10-16 22:23:19 -0200
  • 87a44555b6 fixed macro tests gabime 2017-10-13 02:15:49 +0300
  • 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests gabime 2017-10-13 02:04:31 +0300
  • 4a159ad66d Fixed unused variable warning gabime 2017-10-12 19:59:14 +0300
  • 19264b8399 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2017-10-12 19:53:07 +0300
  • 709948ff4a Fixed issue #527 gabime 2017-10-12 19:48:04 +0300
  • 30d5fd16d7 Update README.md Gabi Melman 2017-10-12 19:06:01 +0300
  • 9688689938 Merge pull request #531 from fogo/printf Gabi Melman 2017-10-10 13:56:37 +0300
  • e8b7f4194a Moved printf include to fmt.h fogo 2017-10-09 19:59:02 -0300
  • ee525f9bef allow printf style logging fogo 2017-10-05 08:20:21 -0300
  • 552d6214e0 updated bundled fmt to contain printf fogo 2017-10-05 08:19:53 -0300
  • dc8ac4c671 Update tweakme.h Gabi Melman 2017-09-29 22:43:48 +0300
  • cd6a8c9a4c Merge pull request #524 from 2Park/master Gabi Melman 2017-09-28 21:44:55 +0300
  • 375b7fdda5 Fix SPDLOG_WCHAR_TO_UTF8_SUPPORT wchar_t logging John Andre Hestad 2017-09-28 14:19:04 +0200
  • 3a21b765cb Merge pull request #522 from jasonbeach/feat_add_epoch_formatter Gabi Melman 2017-09-18 09:46:16 +0300
  • f7fabfb2c4 add formatter for unix epoch time in seconds. Jason Beach 2017-09-17 22:11:23 -0400
  • a4e6d8877c Update README.md Gabi Melman 2017-08-29 12:00:10 +0300
  • e303f02cce Merge pull request #515 from elelel/trace Gabi Melman 2017-08-25 21:34:23 +0300
  • b242fb087d Compiler-dependent line numbering El El 2017-08-25 15:19:29 +0000
  • 02b9f970d3 Merge pull request #514 from stackforce/feature/improve-cmake-lists Gabi Melman 2017-08-25 17:11:33 +0300
  • e6b9fa577d cmake: set project version to 0.14.0 Adrian Antonana 2017-08-25 09:12:15 +0200
  • fe2fa4087d cmake: add some small comments to point out whats being done Adrian Antonana 2017-08-24 16:57:07 +0200
  • ab25004242 cmake: add some commend blocks to clearly differentiate CMakeLists file sections Adrian Antonana 2017-08-24 16:55:55 +0200
  • 5504630e46 cmake: improve CMakeLists.txt Adrian Antonana 2017-08-24 16:55:06 +0200
  • c4d93ae0b5 Merge pull request #513 from Lectem/patch-1 Gabi Melman 2017-08-23 17:35:04 +0300
  • 47cf62f878 SPDLOG_BUILD_TESTING now depends on BUILD_TESTING Lectem 2017-08-23 15:12:40 +0200
  • 4fba14c79f Version 0.14.0 Gabi Melman 2017-08-19 18:48:43 +0300
  • cb02b344a3 Fix issue #510 (spelling) gabime 2017-08-19 15:49:16 +0300
  • fced34e3d8 bumped fmt version to 4.0.0 gabime 2017-08-19 15:46:01 +0300
  • 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 +0300
  • 6340c164ce Merge pull request #490 from asit-dhal/issue-488 Gabi Melman 2017-08-17 00:21:44 +0300
  • f546036e70 Merge pull request #502 from gg7/readme-add-gentoo-package Gabi Melman 2017-08-12 22:43:34 +0100
  • c69b356c86 readme: Add Gentoo package name George Gaydarov 2017-08-12 17:01:47 +0100
  • e35c7fd065 Issue-488: warning for missing enumeration value Asit Kumar Dhal 2017-08-05 00:30:03 +0200
  • 5ed426980b Merge pull request #484 from vgabi94/patch-1 Gabi Melman 2017-07-30 09:52:44 +0300
  • 3173422786 Background color unchanged Gabriel Vaduva 2017-07-29 23:07:02 +0300
  • fc14ac23e9 Merge pull request #478 from snapbug/master Gabi Melman 2017-07-23 10:11:42 +0300