Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
  2. Mar 06, 2016
  3. Mar 05, 2016
  4. Mar 04, 2016
  5. Mar 03, 2016
  6. Mar 02, 2016
  7. Mar 01, 2016
  8. Feb 29, 2016
    • Brad King's avatar
      Automatically use OpenSSL by default on Linux and FreeBSD if available · 190a5fdf
      Brad King authored
      Since https is almost ubiquitous nowadays we should support it by
      default whenever possible.  When building our own curl, we already
      automatically enable SSL/TLS support on Windows and OS X by using the
      OS-native APIs.  On UNIX platforms we need to use OpenSSL but have not
      done so by default before, leading to possible user confusion when https
      transfers fail later.  Fix this by searching for OpenSSL quietly and
      enabling use of it automatically if it is found.
      
      Do this only on Linux and FreeBSD for now because on other UNIX
      platforms (e.g. AIX, HP-UX, SunOS) it seems too easy to find an
      OpenSSL that is not compatible with the target compiler.
      190a5fdf
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 26d615ad
      Kitware Robot authored
      26d615ad
  9. Feb 28, 2016
  10. Feb 27, 2016
  11. Feb 26, 2016
  12. Feb 25, 2016
  13. Feb 24, 2016
Loading