1. 30 Jun, 2021 1 commit
  2. 15 May, 2020 1 commit
    • cmake: Sort source files for reproducible builds · b85eefb4
      We currently use `FILE(GLOB ...)` in most places to find source and
      header files. This is problematic in that the order of files returned
      depends on the operating system's directory iteration order and may thus
      not be deterministic. As a result, we link object files in unspecified
      order, which may cause the linker to emit different code across runs.
      
      Fix this issue by sorting all code used as input to the libgit2 library
      to improve the reliability of reproducible builds.
      Patrick Steinhardt committed
  3. 01 Apr, 2020 1 commit
  4. 13 Mar, 2020 1 commit
  5. 29 Aug, 2019 1 commit
  6. 14 Jun, 2019 1 commit
  7. 10 Jun, 2019 1 commit