1. 20 Dec, 2014 18 commits
  2. 19 Dec, 2014 7 commits
  3. 18 Dec, 2014 9 commits
  4. 17 Dec, 2014 1 commit
  5. 16 Dec, 2014 3 commits
  6. 10 Dec, 2014 2 commits
    • Gabi Melman's avatar
      Merge pull request #18 from COMBINE-lab/master · fbd2a33b
      Gabi Melman authored
      Fixes usage of spdlog in a project that also uses cppformat
      fbd2a33b
    • 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