1. 14 May, 2020 3 commits
  2. 12 May, 2020 4 commits
  3. 08 May, 2020 6 commits
  4. 07 May, 2020 2 commits
  5. 06 May, 2020 2 commits
  6. 05 May, 2020 4 commits
  7. 04 May, 2020 2 commits
  8. 01 May, 2020 1 commit
  9. 30 Apr, 2020 4 commits
  10. 29 Apr, 2020 6 commits
  11. 28 Apr, 2020 3 commits
  12. 27 Apr, 2020 2 commits
    • Jérome Perrin's avatar
      testing/testcase: ignore gfortran.so in ldd check · 8a3c8aa3
      Jérome Perrin authored
      the rpath we set in LDFLAGS is not honored here, but we can ignore this
      as rpath is needed on executables and not important on shared objects.
      
      libgfortran.so is a shared object that happens to be executable, so it
      appears in our ldd check, but we are not executing it directly so it
      should be OK.
      8a3c8aa3
    • Jérome Perrin's avatar
      prune: prune dependencies recursively · 9ee14cb4
      Jérome Perrin authored
      prune was not recursive when checking dependencies, for example when we
      have for example a shared part for openssl that is used only by a shared
      part for curl that is not used, we had to run prune twice, the first
      iteration would remove curl and only the second iteration would see that
      openssl is not used.
      
      This prune in a loop until nothing is pruned by the last iteration. To
      support dry-run, we added a ignored_shared_parts parameter to ignore the
      parts that are supposed to be deleted.
      
      See merge request !205
      9ee14cb4
  13. 24 Apr, 2020 1 commit