Commit Graph

  • 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 #377 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) #375 Ľubomír Carik 2017-02-28 00:59:23 +0100
  • 478d7c6643 Merge pull request #1 from gabime/master #363 Benichou 2017-02-22 16:11:51 +0100
  • 5b73bfebbc Add support of VxWorks 7 Benichou 2017-02-22 15:54:49 +0100
  • 64b79791a8 Merge 4504690b4c into d7a8db8f63 #349 Harry 2017-02-21 19:29:39 +0000
  • d7a8db8f63 Update README.md Gabi Melman 2017-02-21 12:13:04 +0200
  • 93d84e5d59 v0.12.0 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 #370 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
  • 44d9c44824 Can reset error handler with default handler Benichou 2017-01-31 08:52:58 +0100
  • bc93d28f64 Merge c2cbbf77ab into 35865ee54e #366 Andrew Hundt 2017-01-31 02:09:34 +0000
  • c2cbbf77ab README.md fix homebrew link #366 Andrew Hundt 2017-01-30 21:09:32 -0500
  • 17ef6d6962 fix homebrew link Andrew Hundt 2017-01-30 21:08:46 -0500
  • 41d90835b1 README.md homebrew instructions Andrew Hundt 2017-01-30 21:05:08 -0500
  • a971496401 Fix spdlog::basic_streambuf move constructor Benichou 2017-01-27 08:51:24 +0100
  • 46e00067db Fixed previous commit Benichou 2017-01-26 12:05:23 +0100
  • b50d520999 Add support of std::stream for logger Benichou 2017-01-26 11:00:46 +0100
  • b04c26979b Fix get size of mpmc queue issue #357 Harry Wong 2017-01-23 09:29:11 +0800
  • 9285bbf256 implementing the custom property feature with a hash map owned by the logger, including an example #353 Andre Abrantes 2017-01-16 19:20:04 -0200
  • 4504690b4c Merge branch 'master' into typedef #349 Harry Wong 2017-01-12 13:55:10 +0800
  • d3fa2ded82 daily_file_sink can assign file_name_calulator Harry Wong 2017-01-12 12:17:15 +0800
  • 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 #348 Bartosz Taczała 2017-01-11 09:28:28 +0100
  • f9dbe00f09 Merge 39f4c776be into 2ec188041f #347 w0land 2017-01-11 08:29:20 +0000
  • 39f4c776be Add prefix for BUILD_TESTING cmake option #347 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. #330 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) #329 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
  • e5ea1acad1 Merge ec85ccc890 into cda27d2bff #301 memetea 2016-11-26 09:57:40 +0000
  • a4a3319fbc Merge a215f5922f into cda27d2bff #306 emazv72 2016-11-26 09:57:40 +0000
  • 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" #322 Onno Broekmans 2016-11-25 15:47:21 +0100
  • d476410bfe Merge 7a0f371931 into b2ce64625d #302 Alexander Pitzer 2016-11-22 12:37:28 +0000
  • 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 #319 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 #314 osx2000 2016-11-11 14:28:45 +0100
  • e9fc4ac095 Fully qualified std::this_thread::yield() osx2000 2016-11-11 14:27:07 +0100
  • fbdf878870 Merge c4fa9cb603 into 9ccb6af2bd #283 matswebjorn 2016-11-04 01:40:40 +0000
  • a215f5922f Windows XP compatibility #306 emazv72 2016-11-03 19:23:58 +0100
  • 9ccb6af2bd Merge pull request #305 from chenhayat/vs2013_fix Gabi Melman 2016-11-03 16:30:25 +0200
  • 5259b3dbf4 Fix Klockwork compilation warning #305 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 #304 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
  • 7a0f371931 force to use inherited mutex #302 Alexander Pitzer 2016-10-28 12:20:11 +0200
  • 3b51a20772 fix missing mutex and template parameter in the wincolor_sink Alexander Pitzer 2016-10-28 11:39:06 +0200
  • ec85ccc890 made the opened file handle not inherited by child process on windows #301 kingwang 2016-10-27 14:30:05 +0800
  • 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
  • c7ae4b9431 Windows-specific console coloring. #297 SlavMFM 2016-10-09 17:01:47 +0400
  • 94dbefe9b6 Merge pull request #296 from guoxiao/fix Gabi Melman 2016-10-09 11:39:49 +0300
  • 73e53c7cb6 Remove extra ';' #296 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