Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
  2. Mar 27, 2018
  3. Mar 26, 2018
    • Brad King's avatar
      Merge branch 'revert-CTestTestfile-removal-again' into release-3.11 · 188c5c2a
      Brad King authored
      Merge-request: !1887
      188c5c2a
    • Brad King's avatar
      Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" · 70c50aa2
      Brad King authored
      Revert commit v3.8.0-rc1~305^2 (Remove CTestTestfile.cmake when BUILD_TESTING
      is OFF, 2016-11-14) again.  We reverted it once in commit v3.8.0-rc3~22^2
      (Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF", 2017-03-06) but
      it was accidentally restored by commit v3.11.0-rc1~387^2 (server: add
      "ctestInfo" request to get test info, 2017-10-25), perhaps due to conflict
      resolution during rebase.
      
      We cannot remove `CTestTestfile.cmake` when testing is off because it breaks
      projects that never enable testing but create their own `CTestTestfile.cmake`
      manually instead.  Revert the change again and add a test case.
      70c50aa2
  4. Mar 21, 2018
  5. Mar 20, 2018
  6. Mar 19, 2018
  7. Mar 16, 2018
  8. Mar 15, 2018
    • Craig Scott's avatar
      GoogleTest: Rename TIMEOUT parameter to avoid clash · 96fdde26
      Craig Scott authored and Brad King's avatar Brad King committed
      In gtest_discover_tests(), the TIMEOUT keyword was making it
      impossible to set the TIMEOUT test property via the PROPERTIES
      keyword. This would be a frequent case, but it doesn't complain
      and instead silently does something different to what would
      normally be expected. The TIMEOUT keyword has been renamed
      to DISCOVERY_TIMEOUT, thereby removing the clash.
      
      This is a breaking change. 3.10.1 and 3.10.2 were the only versions
      that supported the TIMEOUT keyword and uses of it were likely
      not working as intended.
      
      Fixes: #17801
      96fdde26
  9. Mar 14, 2018
  10. Mar 13, 2018
  11. Mar 12, 2018
  12. Mar 09, 2018
  13. Mar 07, 2018
  14. Mar 06, 2018
Loading