1. 27 Jun, 2016 1 commit
  2. 25 Jun, 2016 1 commit
    • Sean LK's avatar
      Fix building with clang in header-only mode · 75f862bf
      Sean LK authored
      Building under a recent clang compiler causes the use of an extern
      template for the BasicData struct. However, the only instantiation of
      that structure in format.cc is only done if FMT_HEADER_ONLY is not
      defined. This causes the build to fail in C++11 or C++14 mode.
      Therefore, only declare the BasicData template as extern if
      FMT_HEADER_ONLY is not defined.
      75f862bf
  3. 23 Jun, 2016 1 commit
  4. 22 Jun, 2016 6 commits
  5. 17 Jun, 2016 1 commit
  6. 16 Jun, 2016 2 commits
  7. 15 Jun, 2016 5 commits
  8. 14 Jun, 2016 5 commits
  9. 12 Jun, 2016 1 commit
  10. 09 Jun, 2016 1 commit
  11. 03 Jun, 2016 5 commits
  12. 02 Jun, 2016 3 commits
  13. 01 Jun, 2016 1 commit
  14. 31 May, 2016 3 commits
  15. 26 May, 2016 4 commits