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