1. 17 Sep, 2017 1 commit
  2. 04 Sep, 2017 1 commit
  3. 02 Sep, 2017 1 commit
  4. 27 Aug, 2017 1 commit
  5. 20 Aug, 2017 3 commits
  6. 19 Aug, 2017 1 commit
    • Henry Schreiner's avatar
      Add one more CMake warning fix · 6efbccb3
      Henry Schreiner authored
      This will remove one more warning that can't be stopped from a calling CMakeLists. This possibly should be set to new at some point (CMake 3.3 behavior would be different / better), as well as 0048.
      6efbccb3
  7. 10 Aug, 2017 1 commit
  8. 07 Aug, 2017 1 commit
  9. 22 Jul, 2017 1 commit
    • Mário Feroldi's avatar
      Suppress warning about missing noreturn attribute (#549) · d16c4d20
      Mário Feroldi authored
      Suppress warning about missing noreturn attribute
      
      Adding `[[noreturn]]` to `report_unknown_type` suppresses the Clang/GCC `-Wmissing-noreturn` warning:
      
      Clang outputs:
      
          .../fmt/fmt/format.cc:294:74: warning:
                function 'report_unknown_type' could be declared with
                attribute 'noreturn' [-Wmissing-noreturn]
            ...code, const char *type) {
                                       ^
      
      GCC outputs:
      
          .../fmt/fmt/format.cc:294:74: warning: function might be candidate for
              attribute 'noreturn' [-Wsuggest-attribute=noreturn]
            ...code, const char *type) {
                                       ^
      d16c4d20
  10. 18 Jul, 2017 1 commit
  11. 16 Jul, 2017 1 commit
  12. 14 Jul, 2017 1 commit
    • Alexander Bock's avatar
      Update format.h to remove C4574 error on MSVC 14.2 · 81790d72
      Alexander Bock authored
      Similar to the Pullrequest #539, `_SECURE_SCL` caused the same  `warning C4574: '_SECURE_SCL' is defined to be '0': did you mean to use '#if _SECURE_SCL'`.  `_SECURE_SCL` is defined in the `MSVC/14.10.25017/include/yvals.h` by Microsoft itself
      81790d72
  13. 13 Jul, 2017 1 commit
  14. 11 Jul, 2017 1 commit
  15. 10 Jul, 2017 1 commit
  16. 08 Jul, 2017 1 commit
  17. 05 Jul, 2017 1 commit
  18. 01 Jul, 2017 5 commits
  19. 27 Jun, 2017 1 commit
  20. 25 Jun, 2017 4 commits
  21. 22 Jun, 2017 2 commits
  22. 17 Jun, 2017 1 commit
  23. 14 Jun, 2017 1 commit
  24. 29 May, 2017 1 commit
  25. 25 May, 2017 2 commits
  26. 21 May, 2017 1 commit
  27. 20 May, 2017 2 commits
  28. 06 May, 2017 1 commit