Commit Graph

474 Commits (689960f27ce08ca90d935403d17526cd2b673b39)
 

Author SHA1 Message Date
gabime 689960f27c fix syslog bug 11 years ago
Gabi Melman 3b61f50cbf Merge pull request #20 from fooinha/syslog-openlog
Syslog openlog
11 years ago
fooinha 630e301e76 Remove test- prefix from examples make targets 11 years ago
fooinha c44ca12d57 Call closelog in syslog sink's destructor 11 years ago
fooinha 375b88c191 Optional arguments for syslog_logger factory. 11 years ago
gabi ce6ee347ab Small fix to example 11 years ago
gabi 55662d0370 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabi 348390f90d Added debug macros 11 years ago
gabime 5467cb35f3 fixed clang make 11 years ago
fooinha 309fca8a72 Add a Makefile to main directory.
It eases the project integration with some IDE applications.
11 years ago
fooinha 235834b33c * update README example 11 years ago
fooinha 8c9a6fc02c * openlog setup for syslog sink 11 years ago
Gabi Melman fbd2a33bbd Merge pull request #18 from COMBINE-lab/master
Fixes usage of spdlog in a project that also uses cppformat
11 years ago
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_.
11 years ago
Rob Patro e166fadeb9 Merge pull request #1 from gabime/master
Synch with gambie
11 years ago
Gabi Melman e0089dbdc0 Update README.md 11 years ago
gabi 3e51669951 Removed global #defines from format.cc 11 years ago
gabi d817994bd2 Moved namespace fmt to be under spdlog::details to minimize namespace pollution for the users 11 years ago
Gabi Melman 5cf9437ae7 Update README.md 11 years ago
Gabi Melman b774059ae6 Update README.md 11 years ago
gabi 4637cf35df Improved perf by using const char* instead of std::string& when accepting format strings 11 years ago
gabi 77886e766e Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabi d0dcc13f7c small cleanup 11 years ago
Gabi Melman eb32533333 Update README.md 11 years ago
Gabi Melman 12169033c3 Update README.md 11 years ago
Gabi Melman 4ee43eb209 Update README.md 11 years ago
Gabi Melman 8aceca9e7c Update README.md 11 years ago
Gabi Melman 2b6df8dfae Update README.md 11 years ago
gabi 65a1e5690c fixed vs linkage errors 11 years ago
gabi 961d5b947d Undo commit 11 years ago
gabi c87c6b64b9 Fix linkage errors 11 years ago
gabi b1a495dbb0 Fixed linkage errors under VC on the new version 11 years ago
Gabi Melman c77e0fa837 Update README.md 11 years ago
Gabi Melman dbdda39683 Update README.md 11 years ago
Gabi Melman 13b29915d5 Update README.md 11 years ago
Gabi Melman ffb4ae8282 Update README.md 11 years ago
Gabi Melman 7a93d944b8 Update README.md 11 years ago
Gabi Melman 46439d7040 Update README.md 11 years ago
Gabi Melman 81217e2330 Update README.md 11 years ago
Gabi Melman 932c16e7f9 Update README.md 11 years ago
Gabi Melman d8ceed1651 Update README.md 11 years ago
gabime 03a09705ff example 11 years ago
gabime 6de42507e6 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabime 6313174bf1 astyle 11 years ago
Gabi Melman e9adfde981 Update README.md 11 years ago
gabime 5db6c5163c exmaple 11 years ago
Gabi Melman db4b146173 Update README.md 11 years ago
gabime 841eb391a0 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabime 7f174a2b2f fixed example and bench 11 years ago
Gabi Melman 8213cd89d7 Update README.md 11 years ago