1. 06 Aug, 2018 2 commits
    • ci: enable compilation with "-Werror" · 90084657
      During the conversion of our CI scripts in bf418f09 (ci: refactor unix
      ci build/test scripts, 2018-07-14), we accidentally dropped the
      "-DENABLE_WERROR=ON" switch in our cmake invocation. Re-add it to help
      us catch compiler warnings early.
      Patrick Steinhardt committed
    • odb: fix use of wrong printf formatters · 0fcd0563
      The `git_odb_stream` members `declared_size` and `received_bytes` are
      both of the type `git_off_t`, which we usually defined to be a 64 bit
      signed integer. Thus, passing these members to "PRIdZ" formatters is not
      correct, as they are not guaranteed to accept big enough numbers.
      Instead, use the "PRId64" formatter, which is able to represent 64 bit
      signed integers.
      Patrick Steinhardt committed
  2. 03 Aug, 2018 14 commits
  3. 02 Aug, 2018 8 commits
  4. 30 Jul, 2018 2 commits
  5. 29 Jul, 2018 3 commits
  6. 28 Jul, 2018 2 commits
  7. 27 Jul, 2018 2 commits
  8. 26 Jul, 2018 7 commits