1. 13 Apr, 2019 5 commits
  2. 12 Apr, 2019 3 commits
  3. 11 Apr, 2019 21 commits
  4. 10 Apr, 2019 4 commits
    • Steve Holme's avatar
      README: Schannel, stop calling it "winssl" · 37c43bf7
      Steve Holme authored
      Stick to "Schannel" everywhere - follow up to 180501cb.
      37c43bf7
    • Jakub Zakrzewski's avatar
      cmake: clear CMAKE_REQUIRED_LIBRARIES after each use · ff1cb975
      Jakub Zakrzewski authored
      This fixes GSSAPI builds with the libraries in a non-standard location.
      The testing for recv() were failing because it failed to link
      the Kerberos libraries, which are not needed for this or subsequent
      tests.
      
      fixes #3743
      closes #3744
      ff1cb975
    • Jakub Zakrzewski's avatar
      cmake: avoid linking executable for some tests with cmake 3.6+ · be17f298
      Jakub Zakrzewski authored
      With CMAKE_TRY_COMPILE_TARGET_TYPE set to STATIC_LIBRARY, the try_compile()
      (which is used by check_c_source_compiles()) will build static library
      instead of executable. This avoids linking additional libraries in and thus
      speeds up those checks a little.
      
      This commit also avoids #3743 (GSSAPI build errors) on itself with cmake
      3.6 or above. That issue was fixed separately for all versions.
      
      Ref: #3744
      be17f298
    • Jakub Zakrzewski's avatar
      cmake: minor cleanup · 639cfeb0
      Jakub Zakrzewski authored
      - Remove nneeded include_regular_expression.
        It was setting what is already a default.
      
      - Remove duplicated include.
      
      - Don't check for pre-3.0.0 CMake version.
        We already require at least 3.0.0, so it's just clutter.
      
      Ref: #3744
      639cfeb0
  5. 08 Apr, 2019 7 commits