1. 20 Jul, 2016 2 commits
  2. 19 Jul, 2016 2 commits
  3. 18 Jul, 2016 1 commit
  4. 16 Jul, 2016 4 commits
  5. 15 Jul, 2016 2 commits
  6. 12 Jul, 2016 2 commits
  7. 11 Jul, 2016 2 commits
  8. 27 Jun, 2016 1 commit
  9. 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
  10. 23 Jun, 2016 1 commit
  11. 22 Jun, 2016 6 commits
  12. 17 Jun, 2016 1 commit
  13. 16 Jun, 2016 2 commits
  14. 15 Jun, 2016 5 commits
  15. 14 Jun, 2016 5 commits
  16. 12 Jun, 2016 1 commit
  17. 09 Jun, 2016 1 commit
  18. 03 Jun, 2016 1 commit