1. 10 Dec, 2014 2 commits
    • Rob Patro's avatar
      Changed header guard for format.h · 2bf6eeb0
      Rob Patro authored
      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_.
      2bf6eeb0
    • Rob Patro's avatar
      Merge pull request #1 from gabime/master · e166fade
      Rob Patro authored
      Synch with gambie
      e166fade
  2. 08 Dec, 2014 5 commits
  3. 07 Dec, 2014 33 commits