Commit Graph

  • 1d6842f0f9 bugfix in color detection and astyle gabime 2017-05-17 00:06:11 +03:00
  • eb92cc35df Merge branch 'master' of https://github.com/gabime/spdlog.git gabime 2017-05-17 00:01:52 +03:00
  • bd25f59a42 Don't use color escape codes if terminal doesn't support them in ansicolor_sink gabime 2017-05-16 23:35:01 +03:00
  • a39f71dbd4 Merge pull request #444 from alzix/minor-fixes Gabi Melman 2017-05-15 22:40:29 +03:00
  • 8329d97d90 fix indentation Alexander Zilberkant 2017-05-13 18:57:56 +03:00
  • 57dc87732f Merge pull request #443 from alzix/revert-411 Gabi Melman 2017-05-15 21:20:44 +03:00
  • 6547675e43 Revert "Merge pull request #441 from alzix/count_discarded" Alexander Zilberkant 2017-05-15 20:07:24 +03:00
  • 13199034f0 Update tweakme.h Gabi Melman 2017-05-13 01:25:48 +03:00
  • 038733345a Merge pull request #441 from alzix/count_discarded Gabi Melman 2017-05-13 01:22:46 +03:00
  • 2b008efb06 disable SPDLOG_ASYNC_COUNT_DISCARDED_MSG Alexander Zilberkant 2017-05-13 01:10:58 +03:00
  • 0f25b25b20 add async_logger tests Alexander Zilberkant 2017-05-13 01:01:28 +03:00
  • 42258a1059 move discarded message handling to a dedicated function Alexander Zilberkant 2017-05-13 00:53:57 +03:00
  • 862d2f6f35 Merge pull request #442 from sidyhe/feature Gabi Melman 2017-05-12 20:58:07 +03:00
  • 0aeaf9e28e add an option to warn about discarded messages Alexander Zilberkant 2017-05-11 23:52:42 +03:00
  • 8ee6d38501 add wide string to utf8 string support Sidyhe 2017-04-01 23:37:16 +08:00
  • 47006c4e8e Merge pull request #436 from bahostetterlewis/master Gabi Melman 2017-05-10 12:57:14 +03:00
  • 84a4f56eae Allow compiler to select an strerror_r stringify Barrett 2017-05-09 18:31:44 -07:00
  • e9b8286714 Merge branch 'master' of https://github.com/gabime/spdlog.git gabime 2017-05-06 15:47:24 +03:00
  • 81965bc300 Fixed some analyzer warnings gabime 2017-05-06 15:33:12 +03:00
  • 52292fb526 Update android_sink.h Gabi Melman 2017-05-03 01:18:40 +03:00
  • 6927aa1544 Update android_sink.h Gabi Melman 2017-05-03 01:17:00 +03:00
  • f0f4a52190 Merge pull request #427 from alzix/android_sink_retry Gabi Melman 2017-05-02 22:46:25 +03:00
  • 2f205a6dbc android sink - add retry mechanism Alexander Zilberkant 2017-04-30 23:23:17 +03:00
  • 4a25802312 Update README.md Gabi Melman 2017-04-29 20:11:54 +03:00
  • 260a74509a Merge pull request #425 from jcelerier/feature/final_qualifier Gabi Melman 2017-04-28 21:43:01 +03:00
  • 4da5fa256c add SPDLOG_FINAL information in tweakme.h Jean-Michaël Celerier 2017-04-28 19:25:31 +02:00
  • 53138c20fb Add an optional final qualifier to types Jean-Michaël Celerier 2017-04-28 17:24:55 +02:00
  • 9e6d81de08 Merge pull request #422 from theamirocohen/android_log Gabi Melman 2017-04-26 00:01:34 +03:00
  • 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 +03:00
  • 8b11ffe163 Merge pull request #413 from odeits/patch-3 Gabi Melman 2017-04-07 10:40:21 +03:00
  • 0c89beaa58 Merge pull request #415 from odeits/patch-5 Gabi Melman 2017-04-07 10:39:33 +03:00
  • d35e229c44 Merge pull request #414 from odeits/patch-4 Gabi Melman 2017-04-07 10:38:54 +03:00
  • 0a70ef8438 Merge pull request #412 from odeits/patch-2 Gabi Melman 2017-04-07 10:38:23 +03:00
  • 6670d3b925 fix typos in base_sink.h odeits 2017-04-06 20:16:49 -04:00
  • 82404f6f65 fix typo potentialy to potentially odeits 2017-04-06 20:13:53 -04:00
  • 8d5ecc1b58 Fix typo immediatly immediately odeits 2017-04-06 20:12:11 -04:00
  • 682d2e057f Fix typo in comment Unkown to Unknown odeits 2017-04-06 18:46:52 -04:00
  • 15af514951 Update file_helper.h Gabi Melman 2017-04-02 13:05:02 +03:00
  • 129781fd17 Merge pull request #408 from odeits/patch-1 Gabi Melman 2017-03-29 23:36:19 +03:00
  • b9e8fd209a Merge pull request #407 from eliaskosunen/master Gabi Melman 2017-03-29 23:35:16 +03:00
  • ea359254d6 Fix typo Unkown to Unknown odeits 2017-03-29 15:53:14 -04:00
  • a3e84cb347 Update example in README.md Elias Kosunen 2017-03-29 22:28:37 +03:00
  • 51b3cc0aef Merge pull request #405 from o-mdr/master Gabi Melman 2017-03-29 18:48:39 +03:00
  • d315bba1f8 Initialising members via constructor Oleksii Mandrychenko 2017-03-29 16:06:59 +01:00
  • b5d838cc32 - Reverting changes to mpmc queue Oleksii Mandrychenko 2017-03-29 16:04:24 +01:00
  • 6a41bc40af [#404] Reading past valid address with multisink logger Oleksii Mandrychenko 2017-03-29 13:53:11 +01:00
  • b638c71d26 [#404] Reading past valid address with multisink logger Oleksii Mandrychenko 2017-03-29 11:27:59 +01:00
  • 2b5c3615fd Update async_log_helper.h Gabi Melman 2017-03-28 03:25:53 +03:00
  • f85a08622e version 0.13.0 v0.13.0 gabime 2017-03-28 02:09:01 +03:00
  • 0c276beaaf astyle gabime 2017-03-28 02:08:18 +03:00
  • 5a8cecdfb6 fix unused warning message gabime 2017-03-28 02:05:59 +03:00
  • 397d4866b3 Fixed issue #396 and added some tests to catch it gabime 2017-03-28 01:54:33 +03:00
  • 27df6eb4ca Merge pull request #403 from Falconne/master Gabi Melman 2017-03-28 00:27:29 +03:00
  • ad1c18704d Disambiguate fmt logging methods that are using variadic templates. Anuradha Dissanayake 2017-03-27 00:16:26 +13:00
  • 029e6ed40f Merge pull request #399 from devanshdalal/patch-1 Gabi Melman 2017-03-22 08:41:27 +00:00
  • a55615c984 Update README.md Devansh D 2017-03-22 13:52:56 +05:30
  • e8da69ebe1 Merge pull request #394 from zamaudio/spdlog-updatefmt-3.0.1 Gabi Melman 2017-03-20 14:41:06 +02:00
  • 8192c13379 fmt: update bundled fmt to 3.0.1 (7fa8f8f) Damien Zammit 2017-03-20 15:25:10 +11:00
  • 270c08b275 Merge pull request #377 from tekezo/master Gabi Melman 2017-03-02 20:18:55 +02:00
  • a4714a6571 use double-braces in std::array initialization Takayama Fumihiko 2017-03-03 01:37:53 +09:00
  • 5585299b03 Merge pull request #375 from horar/master Gabi Melman 2017-02-28 09:19:07 +02:00
  • fd8df5b820 Don't hardcode '.txt.' log file name suffix (resolve #333) Ľubomír Carik 2017-02-28 00:59:23 +01:00
  • d7a8db8f63 Update README.md Gabi Melman 2017-02-21 12:13:04 +02:00
  • 93d84e5d59 v0.12.0 v0.12.0 gabime 2017-02-17 16:40:59 +02:00
  • 311937815e Merge pull request #370 from jcelerier/fix/remove_static_global_strings Gabi Melman 2017-02-16 15:39:15 +02:00
  • ef665e959f Don't deduce return types for days / months Jean-Michaël Celerier 2017-02-16 13:17:13 +01:00
  • 20f4428696 Update README.md Gabi Melman 2017-02-16 02:12:50 +02:00
  • b65c7bad9f Update README.md Gabi Melman 2017-02-16 02:10:18 +02:00
  • 06b8193a14 Add missing consts Jean-Michaël Celerier 2017-02-15 14:41:57 +01:00
  • a626ebbbec Replace static global std::string arrays by Meyer singletons. This improves thread-safety. Jean-Michaël Celerier 2017-02-15 14:31:51 +01:00
  • 054eb555ca Moved SPDLOG_VERSION macro to spdlog.h Gabi Melman 2017-02-03 15:28:32 +02:00
  • 4f50c5d143 Update spdlog.h Gabi Melman 2017-02-03 15:27:06 +02:00
  • 7481a8ecf7 Update common.h Gabi Melman 2017-02-03 15:26:47 +02:00
  • a76a5cfc9c Update README.md Gabi Melman 2017-02-03 15:19:23 +02:00
  • 904bed92c3 Added SPDLOG_VERSION macro to common.h Gabi Melman 2017-02-03 15:11:08 +02:00
  • 8650c15749 Updated install options section Gabi Melman 2017-02-03 14:44:03 +02:00
  • 35865ee54e Merge pull request #348 from w0land/cmake_prefix Gabi Melman 2017-01-11 11:29:15 +02:00
  • 50c181ea4b Add prefix for BUILD_TESTING cmake option Bartosz Taczała 2017-01-11 09:28:28 +01:00
  • 2ec188041f Update README.md Gabi Melman 2017-01-06 12:39:12 +02:00
  • e7ec922c0a Update async_log_helper.h Gabi Melman 2017-01-06 12:32:25 +02:00
  • 38456118d0 Update null_sink.h Gabi Melman 2016-12-31 22:38:00 +02:00
  • 0a3a3f0ee2 Updated comment on thread safety gabime 2016-12-31 17:54:37 +02:00
  • 58853d9c95 Update README.md Gabi Melman 2016-12-30 12:16:44 +02:00
  • 5ee14906c5 Update README.md Gabi Melman 2016-12-30 12:16:09 +02:00
  • 2d873785a5 astyle gabime 2016-12-10 02:05:05 +02:00
  • fec467da7b extra blank line between comments gabime 2016-12-10 02:04:20 +02:00
  • b5f34c5320 typo in comment gabime 2016-12-10 02:03:13 +02:00
  • 92db8115b7 option to prevent child processes from inheriting log file desciptors (#define SPDLOG_PREVENT_CHILD_FD) gabime 2016-12-10 01:43:43 +02:00
  • af35f9c086 Merge pull request #330 from PMExtra/master Gabi Melman 2016-12-09 21:47:58 +02:00
  • 0e016882d9 Update os.h Gabi Melman 2016-12-06 19:47:33 +02:00
  • b1a55ca3a4 Use the feature checking macros to detect thread_local support in clang. PM_Extra 2016-12-04 13:42:52 +08:00
  • 68cc3e6856 Merge pull request #329 from PMExtra/master Gabi Melman 2016-12-02 20:24:12 +02:00
  • f7574eb4c7 fixed compilation error in clang before version 8 (does not support thread_local keyword) PM_Extra 2016-12-03 01:40:52 +08:00
  • 33494049a8 fixed compilation error in 2013 (does not support thread_local keyword) gabime 2016-12-02 17:48:10 +02:00
  • 5d23e88c16 astyle gabime 2016-12-02 17:40:40 +02:00
  • 6d8efa8d7f store thread_id in tls gabime 2016-12-02 17:33:49 +02:00
  • 343904b56d add missing include to widnows _getpid gabime 2016-12-02 17:12:24 +02:00
  • cf73f02eaf pid support (added the %P option to formatter) gabime 2016-12-02 17:09:00 +02:00
  • cda27d2bff Merge pull request #322 from onnodb/FixIssue321 Gabi Melman 2016-11-25 17:13:55 +02:00
  • b61be7320a Fix compilation errors in "wincolor_sink.h" Onno Broekmans 2016-11-25 15:47:21 +01:00