Commit Graph

  • d315bba1f8 Initialising members via constructor Oleksii Mandrychenko 2017-03-29 16:06:59 +0100
  • b5d838cc32 - Reverting changes to mpmc queue Oleksii Mandrychenko 2017-03-29 16:04:24 +0100
  • 6a41bc40af [#404] Reading past valid address with multisink logger Oleksii Mandrychenko 2017-03-29 13:53:11 +0100
  • b638c71d26 [#404] Reading past valid address with multisink logger Oleksii Mandrychenko 2017-03-29 11:27:59 +0100
  • 2b5c3615fd Update async_log_helper.h Gabi Melman 2017-03-28 03:25:53 +0300
  • f85a08622e version 0.13.0 gabime 2017-03-28 02:09:01 +0300
  • 0c276beaaf astyle gabime 2017-03-28 02:08:18 +0300
  • 5a8cecdfb6 fix unused warning message gabime 2017-03-28 02:05:59 +0300
  • 397d4866b3 Fixed issue #396 and added some tests to catch it gabime 2017-03-28 01:54:33 +0300
  • 27df6eb4ca Merge pull request #403 from Falconne/master Gabi Melman 2017-03-28 00:27:29 +0300
  • ad1c18704d Disambiguate fmt logging methods that are using variadic templates. Anuradha Dissanayake 2017-03-27 00:16:26 +1300
  • 029e6ed40f Merge pull request #399 from devanshdalal/patch-1 Gabi Melman 2017-03-22 08:41:27 +0000
  • a55615c984 Update README.md Devansh D 2017-03-22 13:52:56 +0530
  • e8da69ebe1 Merge pull request #394 from zamaudio/spdlog-updatefmt-3.0.1 Gabi Melman 2017-03-20 14:41:06 +0200
  • 8192c13379 fmt: update bundled fmt to 3.0.1 (7fa8f8f) Damien Zammit 2017-03-20 15:25:10 +1100
  • 270c08b275 Merge pull request #377 from tekezo/master Gabi Melman 2017-03-02 20:18:55 +0200
  • a4714a6571 use double-braces in std::array initialization Takayama Fumihiko 2017-03-03 01:37:53 +0900
  • 5585299b03 Merge pull request #375 from horar/master Gabi Melman 2017-02-28 09:19:07 +0200
  • fd8df5b820 Don't hardcode '.txt.' log file name suffix (resolve #333) Ľubomír Carik 2017-02-28 00:59:23 +0100
  • d7a8db8f63 Update README.md Gabi Melman 2017-02-21 12:13:04 +0200
  • 93d84e5d59 v0.12.0 gabime 2017-02-17 16:40:59 +0200
  • 311937815e Merge pull request #370 from jcelerier/fix/remove_static_global_strings Gabi Melman 2017-02-16 15:39:15 +0200
  • ef665e959f Don't deduce return types for days / months Jean-Michaël Celerier 2017-02-16 13:17:13 +0100
  • 20f4428696 Update README.md Gabi Melman 2017-02-16 02:12:50 +0200
  • b65c7bad9f Update README.md Gabi Melman 2017-02-16 02:10:18 +0200
  • 06b8193a14 Add missing consts Jean-Michaël Celerier 2017-02-15 14:41:57 +0100
  • a626ebbbec Replace static global std::string arrays by Meyer singletons. This improves thread-safety. Jean-Michaël Celerier 2017-02-15 14:31:51 +0100
  • 054eb555ca Moved SPDLOG_VERSION macro to spdlog.h Gabi Melman 2017-02-03 15:28:32 +0200
  • 4f50c5d143 Update spdlog.h Gabi Melman 2017-02-03 15:27:06 +0200
  • 7481a8ecf7 Update common.h Gabi Melman 2017-02-03 15:26:47 +0200
  • a76a5cfc9c Update README.md Gabi Melman 2017-02-03 15:19:23 +0200
  • 904bed92c3 Added SPDLOG_VERSION macro to common.h Gabi Melman 2017-02-03 15:11:08 +0200
  • 8650c15749 Updated install options section Gabi Melman 2017-02-03 14:44:03 +0200
  • 35865ee54e Merge pull request #348 from w0land/cmake_prefix Gabi Melman 2017-01-11 11:29:15 +0200
  • 50c181ea4b Add prefix for BUILD_TESTING cmake option Bartosz Taczała 2017-01-11 09:28:28 +0100
  • 2ec188041f Update README.md Gabi Melman 2017-01-06 12:39:12 +0200
  • e7ec922c0a Update async_log_helper.h Gabi Melman 2017-01-06 12:32:25 +0200
  • 38456118d0 Update null_sink.h Gabi Melman 2016-12-31 22:38:00 +0200
  • 0a3a3f0ee2 Updated comment on thread safety gabime 2016-12-31 17:54:37 +0200
  • 58853d9c95 Update README.md Gabi Melman 2016-12-30 12:16:44 +0200
  • 5ee14906c5 Update README.md Gabi Melman 2016-12-30 12:16:09 +0200
  • 2d873785a5 astyle gabime 2016-12-10 02:05:05 +0200
  • fec467da7b extra blank line between comments gabime 2016-12-10 02:04:20 +0200
  • b5f34c5320 typo in comment gabime 2016-12-10 02:03:13 +0200
  • 92db8115b7 option to prevent child processes from inheriting log file desciptors (#define SPDLOG_PREVENT_CHILD_FD) gabime 2016-12-10 01:43:43 +0200
  • af35f9c086 Merge pull request #330 from PMExtra/master Gabi Melman 2016-12-09 21:47:58 +0200
  • 0e016882d9 Update os.h Gabi Melman 2016-12-06 19:47:33 +0200
  • b1a55ca3a4 Use the feature checking macros to detect thread_local support in clang. PM_Extra 2016-12-04 13:42:52 +0800
  • 68cc3e6856 Merge pull request #329 from PMExtra/master Gabi Melman 2016-12-02 20:24:12 +0200
  • f7574eb4c7 fixed compilation error in clang before version 8 (does not support thread_local keyword) PM_Extra 2016-12-03 01:40:52 +0800
  • 33494049a8 fixed compilation error in 2013 (does not support thread_local keyword) gabime 2016-12-02 17:48:10 +0200
  • 5d23e88c16 astyle gabime 2016-12-02 17:40:40 +0200
  • 6d8efa8d7f store thread_id in tls gabime 2016-12-02 17:33:49 +0200
  • 343904b56d add missing include to widnows _getpid gabime 2016-12-02 17:12:24 +0200
  • cf73f02eaf pid support (added the %P option to formatter) gabime 2016-12-02 17:09:00 +0200
  • cda27d2bff Merge pull request #322 from onnodb/FixIssue321 Gabi Melman 2016-11-25 17:13:55 +0200
  • b61be7320a Fix compilation errors in "wincolor_sink.h" Onno Broekmans 2016-11-25 15:47:21 +0100
  • b2ce64625d Merge pull request #319 from jktjkt/cmake Gabi Melman 2016-11-22 13:39:32 +0200
  • f058d3aa74 cmake: use -Wall on GCC and Clang Jan Kundrát 2016-11-22 10:31:01 +0100
  • 1c31800210 cmake: Use a standard option for controlling the tests Jan Kundrát 2016-11-22 10:20:13 +0100
  • 61cdd170fd cmake: List spdlog's content in IDEs Jan Kundrát 2016-11-22 10:10:52 +0100
  • d6b34d7b5c Updated to fmt version 796beaaddb5226162fe00c2c55e322d80d26f3d8 gabime 2016-11-19 23:43:39 +0200
  • bd6fe569b5 astyle previous commits gabime 2016-11-18 17:17:09 +0200
  • d142f13551 Updated fmto to version def687462c32ec40757e49eb6069f109d50236d6 gabime 2016-11-18 17:13:53 +0200
  • e12916c070 Fixed issue #317 (Build error on raspberry pi) gabime 2016-11-18 16:58:57 +0200
  • f6cece206a Merge gabime 2016-11-18 16:58:30 +0200
  • 817371b225 Fix issue #317 (Build error on raspberry pi) gabime 2016-11-18 16:56:25 +0200
  • 9eee823041 Fix issue #315 Gabi Melman 2016-11-14 14:58:10 +0200
  • 4e768c146b Merge pull request #314 from osx2000/master Gabi Melman 2016-11-11 15:38:32 +0200
  • 3cd497ee95 extended conditional compilation to __SUNPRO_CC osx2000 2016-11-11 14:28:45 +0100
  • e9fc4ac095 Fully qualified std::this_thread::yield() osx2000 2016-11-11 14:27:07 +0100
  • 9ccb6af2bd Merge pull request #305 from chenhayat/vs2013_fix Gabi Melman 2016-11-03 16:30:25 +0200
  • 5259b3dbf4 Fix Klockwork compilation warning Chen Hayat 2016-11-03 14:19:02 +0200
  • 8c67d6e05e Merge pull request #304 from chenhayat/vs2013_fix Gabi Melman 2016-11-02 15:59:34 +0200
  • b4cb1febf2 removed external library changes Chen Hayat 2016-11-02 15:43:30 +0200
  • 0c16b9ae1e Remove casting from previous commit and fix the following Klockwork issues: Chen Hayat 2016-11-01 17:16:07 +0200
  • 83d192b1f1 Fix compilation error C2664 on VS2013 Chen Hayat 2016-10-30 17:07:51 +0200
  • 87ddb9a6c1 astyle gabime 2016-10-20 12:14:25 +0300
  • 6128a87da2 Fix issue #300 gabime 2016-10-20 12:11:31 +0300
  • 698783861c Fixed vc warning on x64 build Gabi Melman 2016-10-17 12:50:38 +0300
  • f14d1c002b astyle gabime 2016-10-12 23:08:44 +0300
  • 0cfdad4d0b Windows console color support. Replaced color param in API with new functions gabime 2016-10-12 15:10:10 +0300
  • 94dbefe9b6 Merge pull request #296 from guoxiao/fix Gabi Melman 2016-10-09 11:39:49 +0300
  • 73e53c7cb6 Remove extra ';' Guo Xiao 2016-10-09 15:34:44 +0800
  • 9b218d4d12 Convert off_t to size_t Guo Xiao 2016-10-09 15:32:02 +0800
  • 541dd88a97 Update common.h Gabi Melman 2016-10-09 01:55:47 +0300
  • ca928bc1b0 Fix issue #295 Gabi Melman 2016-10-09 00:41:29 +0300
  • b642482432 removed empty line Gabi Melman 2016-10-08 20:58:29 +0300
  • 703a1d9736 added g3log crush example gabime 2016-10-01 18:15:21 +0300
  • 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
  • 12800ac466 fixed shadow warnings in gcc gabime 2016-09-30 14:08:31 +0300
  • faa184ce24 Added #ifdef __ANDROID__ to spllog_impl.h gabime 2016-09-29 23:49:03 +0300
  • fa175d6300 Merge pull request #289 from thomas-frantz/expose_sinks Gabi Melman 2016-09-25 03:47:36 +0300
  • 66b08294ca Exposed logger sinks. Therenall 2016-09-24 15:14:05 -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 amir zamani 2016-09-20 14:13:15 +0430
  • 1f1f6a5f3b Support bench under OSX 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