Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 02, 2017
  3. Mar 01, 2017
  4. Feb 28, 2017
    • Brad King's avatar
      find_library: Skip 'lib => lib<arch>' searches if one symlinks the other · 6f5aede7
      Brad King authored
      The `FIND_LIBRARY_USE_LIB<arch>_PATHS` global properties ask
      `find_library` to look in `lib<arch>` directories automatically before
      corresponding `lib` directories.  However, if `lib<arch>` is just a
      symlink to `lib` (or vice-versa) then we should skip adding the
      `lib<arch>` path.  Such symlinks typically only exist to satisfy
      software that expects the `lib<arch>` path to be available.
      
      Fixes: #16687
      6f5aede7
  5. Feb 24, 2017
  6. Feb 22, 2017
  7. Feb 15, 2017
  8. Feb 14, 2017
  9. Feb 10, 2017
  10. Feb 04, 2017
    • Zack Galbreath's avatar
      AndroidTestUtilities: do not require ExternalData unconditionally · 8a5cb84b
      Zack Galbreath authored and Brad King's avatar Brad King committed
      Attempting to use AndroidTestUtilities to simply install some local
      files on device can result in the following error:
      
          Neither ExternalData_URL_TEMPLATES nor ExternalData_OBJECT_STORES is set
      
      We no longer require these ExternalData-specific variables to be set if
      no such remote data files are requested.
      
      Fixes: #16529
      8a5cb84b
  11. Feb 02, 2017
  12. Jan 31, 2017
  13. Jan 30, 2017
  14. Jan 27, 2017
  15. Jan 26, 2017
  16. Jan 25, 2017
  17. Jan 23, 2017
  18. Jan 22, 2017
Loading