Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Brad King's avatar
      Merge branch 'upstream-KWSys' into update-kwsys · ea04ec09
      Brad King authored
      * upstream-KWSys:
        KWSys 2016-03-08 (6b60c184)
      ea04ec09
    • Kitware Robot's avatar
      KWSys 2016-03-08 (6b60c184) · 4ba9b473
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 6b60c1843dbba9d4929496f9292cc78dab945c68 (master).
      
      Upstream Shortlog
      -----------------
      
      Mariusz Pluciński (1):
            6b60c184 SystemInformation: Fix compilation on VS Clang/C2 toolset
      
      Sean McBride (3):
            6ea22e65 Suppressed clang -Wcomma warnings with void cast
            8d9d489d Fixed clang-tidy warnings about macros missing defensive parens
            1c544330 Made private method static to silence warning
      4ba9b473
  2. Mar 07, 2016
  3. Mar 06, 2016
  4. Mar 05, 2016
  5. Mar 04, 2016
  6. Mar 03, 2016
  7. Mar 02, 2016
  8. Mar 01, 2016
  9. 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
  10. Feb 28, 2016
  11. Feb 27, 2016
  12. Feb 26, 2016
  13. Feb 25, 2016
  14. Feb 24, 2016
Loading