1. 04 Sep, 2017 7 commits
  2. 27 Aug, 2017 7 commits
  3. 26 Aug, 2017 7 commits
  4. 20 Aug, 2017 1 commit
  5. 13 Aug, 2017 1 commit
  6. 30 Jul, 2017 1 commit
  7. 29 Jul, 2017 1 commit
  8. 26 Jul, 2017 3 commits
  9. 24 Jul, 2017 2 commits
    • Victor Zverovich's avatar
      Suppress warning about missing noreturn attribute (#549) · da439f28
      Victor Zverovich 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) {
                                       ^
      
      Cherry-picked d16c4d.
      da439f28
    • Victor Zverovich's avatar
      Fix an unused argument warning · eefdb379
      Victor Zverovich authored
      eefdb379
  10. 22 Jul, 2017 1 commit
  11. 17 Jul, 2017 1 commit
  12. 15 Jul, 2017 1 commit
  13. 13 Jul, 2017 2 commits
  14. 12 Jul, 2017 4 commits
  15. 26 Mar, 2017 1 commit