Skip to content
Snippets Groups Projects
  1. Jun 30, 2021
  2. Jun 29, 2021
    • Alex Sweet's avatar
      CPack/RPM: Fix weak dep support · 9b53eca3
      Alex Sweet authored and Brad King's avatar Brad King committed
      RPM 4.11.3 for el7 contains backported support for the RPM weak dep tags.
      It only supports querying those tags, but rpmbuild can not make use of them.
      Since CPack relies on rpmbuild --querytags to check for support, this
      commit switches to rpm --suggests to check for support of weak
      dependencies.
      
      Fixes: #22350
      9b53eca3
    • Marc Chevrier's avatar
      CMP0126: Add control for warnings · 16208ac1
      Marc Chevrier authored
      Fixes: #22353
      16208ac1
  3. Jun 28, 2021
  4. Jun 25, 2021
  5. Jun 21, 2021
  6. Jun 18, 2021
  7. Jun 17, 2021
  8. Jun 14, 2021
  9. Jun 12, 2021
  10. Jun 11, 2021
  11. Jun 10, 2021
  12. Jun 09, 2021
  13. Jun 08, 2021
    • Michael Hirsch's avatar
      Help: presets: add note for ExternalProject users with env vars · b00512e6
      Michael Hirsch authored and Brad King's avatar Brad King committed
      Although this behavior is implied in the existing help text, I think
      this use case is common and could be puzzling to those who do not
      thoroughly read the existing help text. I think that warrants
      a "Note:" on this page.
      b00512e6
    • Zack Galbreath's avatar
      ctest: add support for attaching files to tests at run time · cbcb92d1
      Zack Galbreath authored
      Allow tests to specify files to upload at runtime. Previously this was
      only possible to specify at configure time with the ATTACHED_FILES
      test properties.
      
      This commit also fixes a bug in how our test data tarballs were generated
      by CTest. Previously, if you tried to attach a file outside of the binary
      directory, CTest would generate a tar file with a relative path, and tar
      would not allow you to extract it. We resolve this problem by creating
      tar files with a flat directory structure instead.
      
      Fixes: #22284
      cbcb92d1
  14. Jun 07, 2021
Loading