1. 01 Feb, 2020 2 commits
  2. 25 Jan, 2020 2 commits
  3. 17 Jan, 2020 2 commits
  4. 12 Jan, 2020 2 commits
  5. 31 Dec, 2019 1 commit
    • Jacob Vosmaer's avatar
      Clang: only use [[fallthrough]] in C++ files · dca05193
      Jacob Vosmaer authored
      It appears that [[fallthrough]] is valid in C++ but not in C. And
      in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic
      about this and considers it an error to use [[fallthrough]] in a
      .c file such as src/util/format.c.
      
      This changes makes gcc_fallthrough a no-op under Clang in C files.
      dca05193
  6. 24 Dec, 2019 3 commits
  7. 23 Dec, 2019 2 commits
  8. 22 Dec, 2019 2 commits
  9. 18 Dec, 2019 1 commit
  10. 16 Dec, 2019 4 commits
  11. 04 Dec, 2019 1 commit
    • Max Kellermann's avatar
      archive/zzip: improve error reporting · 32799ff6
      Max Kellermann authored
      Most importantly, this commit translates ZZIP_ENOENT to
      std::system_error(ENOENT) so IsFileNotFound() returns true and
      find_stream_art() can suppress the log line.
      32799ff6
  12. 06 Nov, 2019 1 commit
  13. 04 Nov, 2019 1 commit
  14. 29 Oct, 2019 1 commit
  15. 16 Oct, 2019 2 commits
  16. 15 Oct, 2019 3 commits
  17. 07 Oct, 2019 4 commits
  18. 25 Sep, 2019 1 commit
  19. 13 Sep, 2019 1 commit
  20. 08 Sep, 2019 2 commits
  21. 22 Aug, 2019 1 commit
  22. 21 Aug, 2019 1 commit