Commit Graph

463 Commits

Author SHA1 Message Date
fooinha 8c9a6fc02c * openlog setup for syslog sink 2014-12-16 15:13:35 +00:00
Gabi Melman fbd2a33bbd Merge pull request #18 from COMBINE-lab/master
Fixes usage of spdlog in a project that also uses cppformat
2014-12-10 23:27:48 +02:00
Rob Patro 2bf6eeb0db Changed header guard for format.h
Previously, if spdlog was being used in a project that also uses cppformat, this file (with it's custom namespace) would not be included.  This is because, while the definitions were added to the spdlog namespace, the include guard was left the same as in the actual cppformat library.  This change modifies the include guard by prefixing it with SPDLOG_.
2014-12-10 16:06:15 -05:00
Rob Patro e166fadeb9 Merge pull request #1 from gabime/master
Synch with gambie
2014-12-10 15:32:04 -05:00
Gabi Melman e0089dbdc0 Update README.md 2014-12-09 01:36:41 +02:00
gabi 3e51669951 Removed global #defines from format.cc 2014-12-09 00:12:42 +02:00
gabi d817994bd2 Moved namespace fmt to be under spdlog::details to minimize namespace pollution for the users 2014-12-09 00:01:11 +02:00
Gabi Melman 5cf9437ae7 Update README.md 2014-12-08 11:39:50 +02:00
Gabi Melman b774059ae6 Update README.md 2014-12-08 11:38:33 +02:00
gabi 4637cf35df Improved perf by using const char* instead of std::string& when accepting format strings 2014-12-08 00:55:45 +02:00
gabi 77886e766e Merge branch 'master' of https://github.com/gabime/spdlog 2014-12-08 00:10:11 +02:00
gabi d0dcc13f7c small cleanup 2014-12-08 00:09:54 +02:00
Gabi Melman eb32533333 Update README.md 2014-12-07 20:27:21 +02:00
Gabi Melman 12169033c3 Update README.md 2014-12-07 20:26:42 +02:00
Gabi Melman 4ee43eb209 Update README.md 2014-12-07 20:21:43 +02:00
Gabi Melman 8aceca9e7c Update README.md 2014-12-07 20:20:27 +02:00
Gabi Melman 2b6df8dfae Update README.md 2014-12-07 20:19:33 +02:00
gabi 65a1e5690c fixed vs linkage errors 2014-12-07 18:49:51 +02:00
gabi 961d5b947d Undo commit 2014-12-07 18:49:34 +02:00
gabi c87c6b64b9 Fix linkage errors 2014-12-07 18:47:59 +02:00
gabi b1a495dbb0 Fixed linkage errors under VC on the new version 2014-12-07 16:34:22 +02:00
Gabi Melman c77e0fa837 Update README.md 2014-12-07 09:41:21 +02:00
Gabi Melman dbdda39683 Update README.md 2014-12-07 09:36:33 +02:00
Gabi Melman 13b29915d5 Update README.md 2014-12-07 07:43:40 +02:00
Gabi Melman ffb4ae8282 Update README.md 2014-12-07 07:41:38 +02:00
Gabi Melman 7a93d944b8 Update README.md 2014-12-07 07:41:11 +02:00
Gabi Melman 46439d7040 Update README.md 2014-12-07 07:40:20 +02:00
Gabi Melman 81217e2330 Update README.md 2014-12-07 07:37:50 +02:00
Gabi Melman 932c16e7f9 Update README.md 2014-12-07 07:36:27 +02:00
Gabi Melman d8ceed1651 Update README.md 2014-12-07 07:36:04 +02:00
gabime 03a09705ff example 2014-12-07 07:24:46 +02:00
gabime 6de42507e6 Merge branch 'master' of https://github.com/gabime/spdlog 2014-12-07 07:18:57 +02:00
gabime 6313174bf1 astyle 2014-12-07 07:18:43 +02:00
Gabi Melman e9adfde981 Update README.md 2014-12-07 07:16:45 +02:00
gabime 5db6c5163c exmaple 2014-12-07 07:16:37 +02:00
Gabi Melman db4b146173 Update README.md 2014-12-07 07:10:52 +02:00
gabime 841eb391a0 Merge branch 'master' of https://github.com/gabime/spdlog 2014-12-07 06:54:42 +02:00
gabime 7f174a2b2f fixed example and bench 2014-12-07 06:54:25 +02:00
Gabi Melman 8213cd89d7 Update README.md 2014-12-07 06:51:04 +02:00
Gabi Melman 53ffeea35f Update README.md 2014-12-07 06:49:44 +02:00
Gabi Melman f06f82b9a6 Update README.md 2014-12-07 06:47:43 +02:00
Gabi Melman ebaf209f11 Update README.md 2014-12-07 06:47:10 +02:00
Gabi Melman 0282770798 Update README.md 2014-12-07 06:46:18 +02:00
Gabi Melman 1899e6c481 Update README.md 2014-12-07 06:45:37 +02:00
Gabi Melman c615ac32bd Update README.md 2014-12-07 06:44:16 +02:00
Gabi Melman ce5c75065f Update README.md 2014-12-07 06:40:59 +02:00
Gabi Melman 6c5dc5a6c1 Update README.md 2014-12-07 06:40:17 +02:00
Gabi Melman ab5169e028 Update README.md 2014-12-07 06:38:05 +02:00
Gabi Melman 830c77270b Update README.md 2014-12-07 06:36:54 +02:00
Gabi Melman 6c60db188b Update README.md 2014-12-07 06:34:51 +02:00