Skip to content
Snippets Groups Projects
  1. Feb 07, 2017
  2. Feb 06, 2017
  3. Feb 05, 2017
  4. Feb 04, 2017
  5. Feb 03, 2017
    • Zack Galbreath's avatar
      AndroidTestUtilities: ignore exit status of ls · 9d34e51c
      Zack Galbreath authored
      adb used to suffer from a bug where `adb shell` would return 0 irrespective
      the exit status of the underlying process that it executed.  This is now
      fixed for newer versions of Android (N+).
      
      As a result, attempting to `adb shell ls` a nonexistent file can now result
      in a non-zero exit status.  Updating check_device_file_exists to ignore the
      exit status of `adb shell` fixes this bug for newer Android devices.
      9d34e51c
    • Brad King's avatar
      FindHDF5: Restore HDF5_INCLUDE_DIR in all code paths · cf0d8f1f
      Brad King authored
      This compatibility variable should be set no matter which method was
      used to find HDF5.  Even if `HDF5_INCLUDE_DIRS` was set by copying the
      `HDF5_INCLUDE_DIR` value from `hdf5-config.cmake` it will not hurt to
      copy the same value back.
      
      Issue: #16566
      cf0d8f1f
    • Brad King's avatar
      Merge topic 'gcc-features' · fb26fcb2
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      37ed860a GNU C++: record that -fvisibility-inlines-hidden is available since 4.0
      94a8ee6f GNU C: record that C99 is available since at least 3.4
      940bf6a4 Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported
      f26ca5a1 Tests/Module/WCDH: write multi_file_compiler_detection.h before using it
      fb26fcb2
Loading