Commit Graph

  • 3f5f26441b Update README.md Gabi Melman 2014-11-20 22:08:14 +02:00
  • c77e20296a Update README.md Gabi Melman 2014-11-20 22:07:24 +02:00
  • 2a8b03d839 Update README.md Gabi Melman 2014-11-20 11:28:51 +02:00
  • 12ce505794 Update README.md Gabi Melman 2014-11-18 16:36:42 +02:00
  • 00f35e1aba Update README.md Gabi Melman 2014-11-18 16:35:53 +02:00
  • 8a0118bd40 Update README.md Gabi Melman 2014-11-17 18:45:09 +02:00
  • 61b471e2ba Update README.md Gabi Melman 2014-11-17 18:43:28 +02:00
  • 91fae223cc async_sink to use queue of pointers of log_msgs - faster than moving.. gabime 2014-11-17 01:12:50 +02:00
  • fe25056b38 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2014-11-17 01:09:31 +02:00
  • 59013b3504 async_sink to use queue of pointers of log_msgs - faster than moving.. gabime 2014-11-17 01:07:45 +02:00
  • d8396e1f83 Update file_helper.h Gabi Melman 2014-11-16 22:56:29 +02:00
  • 1f4de31c4c Update file_helper.h Gabi Melman 2014-11-16 22:55:13 +02:00
  • ac5568db63 Update README.md Gabi Melman 2014-11-16 21:07:01 +02:00
  • 7d30a72b9a Update README.md Gabi Melman 2014-11-16 21:04:26 +02:00
  • 28c5134857 Update README.md Gabi Melman 2014-11-16 21:01:25 +02:00
  • f8063b4c57 Update README.md Gabi Melman 2014-11-16 21:00:01 +02:00
  • 418381623e Update README.md Gabi Melman 2014-11-16 20:43:30 +02:00
  • a9abfbb005 Fixed rotate bug gabime 2014-11-15 18:42:53 +02:00
  • bbc6771352 Merge pull request #12 from mintyc/add_mingw_bench Gabi Melman 2014-11-13 19:44:37 +02:00
  • e0020eb786 Add mingw build and run script for bench example Paul 2014-11-13 17:03:18 +00:00
  • 957b3d4cbc Merge pull request #11 from xaqq/master Gabi Melman 2014-11-13 00:41:09 +02:00
  • 37459ae9f1 Check return code from std::remove. Arnaud Kapp 2014-11-12 23:25:00 +01:00
  • 1008f5693d Fix not defined syslog_logger under windows gabi 2014-11-12 23:56:13 +02:00
  • 8f24fc5f14 Update syslog_sink.h Gabi Melman 2014-11-11 15:44:46 +02:00
  • 2116f15414 Merge pull request #8 from xaqq/master Gabi Melman 2014-11-11 15:40:26 +02:00
  • 67eef26c26 Add a syslog() based sink for Linux. Arnaud Kapp 2014-11-11 00:12:47 +01:00
  • 3569a76b4c Merge pull request #7 from xaqq/master Gabi Melman 2014-11-10 21:10:09 +02:00
  • e4adba854c Add NOTICE, ALERT and EMERG log level. xaqq 2014-11-10 18:39:55 +01:00
  • 3bc1f447a1 Update README.md Gabi Melman 2014-11-08 09:01:39 +02:00
  • 413c23d5af Fixed warning gabime 2014-11-07 20:51:35 +02:00
  • 5b04fb6850 Remove warning in debian about unused variadic template args gabime 2014-11-07 20:46:47 +02:00
  • eeeca0f46b static_cast<int> to remove warning gabime 2014-11-07 20:32:17 +02:00
  • 2ac49b90e6 Bug fix in registry gabi 2014-11-07 16:57:10 +02:00
  • 1814c31ff3 fixed gcc warning about unordered intialization gabime 2014-11-07 16:43:27 +02:00
  • b599609dbf Merge branch 'master' of https://github.com/gabime/spdlog gabi 2014-11-07 16:22:29 +02:00
  • baec3ec1fb patch async_sink gabi 2014-11-07 16:21:17 +02:00
  • 4bd25f897f async_sink: catch back thread exceptions and rethrow on the calling thread on the next logging request gabi 2014-11-07 16:17:53 +02:00
  • c054aa7893 Bugfix - logger now has default formatter object at construction gabi 2014-11-07 15:37:02 +02:00
  • 49c01c2022 Merge pull request #5 from bitwigglers/master Gabi Melman 2014-11-07 12:59:46 +02:00
  • 3d291f48fa use std::abs from cstdlib which fixes a warning that occurs when compiling with clang 3.5 on 64-bit linux Andre Haupt 2014-11-07 10:10:00 +01:00
  • 9e3656a144 Merge branch 'master' of https://github.com/gabime/spdlog gabi 2014-11-07 09:45:39 +02:00
  • 4fb55903fa fix in async_sink not to throw in destrcutor in case join failed gabi 2014-11-07 09:43:28 +02:00
  • a8c80c406d Update README.md Gabi Melman 2014-11-06 08:17:53 +02:00
  • d0678d8a7e example typo gabime 2014-11-05 23:46:15 +02:00
  • 017088d01c Merge branch 'master' of https://github.com/gabime/spdlog gabime 2014-11-05 23:24:26 +02:00
  • 35c71f4d7b bench gabi 2014-11-05 23:16:24 +02:00
  • a66d80c1d4 bench gabi 2014-11-05 23:15:34 +02:00
  • ca42657d3c small improvment in async shutdown gabi 2014-11-05 23:15:18 +02:00
  • 58688d7d1c Removed close() from sink to have RAII semantics gabi 2014-11-05 23:07:20 +02:00
  • 03d9abe8e2 mingw support gabi 2014-11-05 22:54:13 +02:00
  • 8b51b3b277 astyle gabime 2014-11-05 02:36:50 +02:00
  • db633b8c53 fix bench warning and flags for gcc 4.8.1 gabime 2014-11-05 02:29:01 +02:00
  • 0c6518961d Fix level 4 warnings under VS gabi 2014-11-05 01:47:28 +02:00
  • 0c060cf330 Update README.md Gabi Melman 2014-11-04 02:47:26 +02:00
  • 2a6596c2c0 Merge branch 'master' of https://github.com/gabime/spdlog gabime 2014-11-04 02:31:14 +02:00
  • 29d1790f98 bench # threads can be passed at cmd line as first arg gabime 2014-11-04 02:30:48 +02:00
  • 640790ffc0 Update README.md Gabi Melman 2014-11-04 01:59:57 +02:00
  • 20d3b722f4 Update README.md Gabi Melman 2014-11-04 01:59:36 +02:00
  • 9e5ab81d58 Update README.md Gabi Melman 2014-11-04 01:58:54 +02:00
  • 238039f7d7 Update README.md Gabi Melman 2014-11-04 01:58:09 +02:00
  • a1150e7754 Update README.md Gabi Melman 2014-11-04 01:57:02 +02:00
  • 04a6400482 Update README.md Gabi Melman 2014-11-04 01:54:51 +02:00
  • f4f5c200b1 Update README.md Gabi Melman 2014-11-04 01:53:00 +02:00
  • 3fd55537bf Update README.md Gabi Melman 2014-11-04 01:52:30 +02:00
  • a7937af5b6 Update README.md Gabi Melman 2014-11-04 01:51:32 +02:00
  • 94449a40f2 Update README.md Gabi Melman 2014-11-04 01:49:51 +02:00
  • 7900b83d1a Update README.md Gabi Melman 2014-11-04 01:49:14 +02:00
  • 426b083af3 Update README.md Gabi Melman 2014-11-04 01:48:28 +02:00
  • 8b587b6ff2 Update README.md Gabi Melman 2014-11-04 01:47:50 +02:00
  • 443e641c81 Update README.md Gabi Melman 2014-11-04 01:46:58 +02:00
  • be4700cbd2 Update README.md Gabi Melman 2014-11-04 01:45:52 +02:00
  • f72e5ee655 Update README.md Gabi Melman 2014-11-04 01:45:20 +02:00
  • a46e967daf Update README.md Gabi Melman 2014-11-04 01:43:20 +02:00
  • 5d3025322f run script gabime 2014-11-04 01:02:17 +02:00
  • e83bf08d74 spdlog vs boost benchmarks gabime 2014-11-04 00:47:16 +02:00
  • 65c79d58e3 Changed makefile name to Makefile gabime 2014-11-03 19:51:20 +02:00
  • 110ae62cef Update README.md Gabi Melman 2014-11-03 14:40:12 +02:00
  • b7e1e44636 Update README.md Gabi Melman 2014-11-03 14:39:43 +02:00
  • ec4ed98855 comment fix gabi 2014-11-03 09:06:02 +02:00
  • 5b5ba83645 readme gabi 2014-11-03 09:03:56 +02:00
  • 4040eb9e3e typo gabi 2014-11-03 09:01:36 +02:00
  • 4728b41e8b Updated readme and example.cpp gabi 2014-11-03 09:00:28 +02:00
  • ba3c94af39 Create gh-pages branch via GitHub Gabi Melman 2014-11-02 17:55:42 +02:00
  • 52598c8130 example update gabi 2014-11-01 21:34:55 +02:00
  • 7f81eb881d small cleanup gabime 2014-11-01 03:47:20 +02:00
  • 6e52ca0eb0 makefile fix gabime 2014-11-01 03:44:22 +02:00
  • b5acec0465 readme gabime 2014-11-01 03:40:52 +02:00
  • 214b938858 readme gabime 2014-11-01 03:32:23 +02:00
  • 6f35dfd667 removed undeeded folder gabime 2014-11-01 03:25:51 +02:00
  • 74aae4f368 readme gabime 2014-11-01 03:20:54 +02:00
  • e8403e17df astyle gabime 2014-11-01 02:28:49 +02:00
  • 1c7b3e4eb2 bench gabime 2014-11-01 02:25:51 +02:00
  • 567e85e6d4 bench gabi 2014-11-01 02:12:12 +02:00
  • bf303fad19 bench gabime 2014-10-31 17:02:42 +02:00
  • 2d075bcfda bench gabime 2014-10-31 16:34:48 +02:00
  • 31971bf63b updated example and added more creation functions gabi 2014-10-31 03:17:40 +02:00
  • c7b8c762fb spdlog gabi 2014-10-31 01:13:27 +02:00
  • cbddc8796a 1. renamed lib to to spitlog 2. Rotating bugfix gabi 2014-10-30 00:11:06 +02:00
  • cda4b9b4d5 bugfix gabi 2014-10-29 00:14:54 +02:00
  • ae9d88dbb3 small updates gabi 2014-10-26 02:23:14 +02:00