Commit Graph

511 Commits (dbad409b03fc063e432018dc40428c8d0d1a442b)
 

Author SHA1 Message Date
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
Gabi Melman 53ffeea35f Update README.md 11 years ago
Gabi Melman f06f82b9a6 Update README.md 11 years ago
Gabi Melman ebaf209f11 Update README.md 11 years ago
Gabi Melman 0282770798 Update README.md 11 years ago
Gabi Melman 1899e6c481 Update README.md 11 years ago
Gabi Melman c615ac32bd Update README.md 11 years ago
Gabi Melman ce5c75065f Update README.md 11 years ago
Gabi Melman 6c5dc5a6c1 Update README.md 11 years ago
Gabi Melman ab5169e028 Update README.md 11 years ago
Gabi Melman 830c77270b Update README.md 11 years ago
Gabi Melman 6c60db188b Update README.md 11 years ago
Gabi Melman 007e7eee82 Update README.md 11 years ago
Gabi Melman 9d3e2d1fa8 Update README.md 11 years ago