1. 19 Feb, 2015 2 commits
    • Sergei Nikulov's avatar
      CMake: fix winsock2 detection on windows · ec80b1f4
      Sergei Nikulov authored
      
      
      Set CMAKE_REQUIRED_DEFINITIONS to include definitions needed to get
      the winsock2 API from windows.h.  Simplify the order of checks to
      avoid extra conditions.
      
      Use check_include_file instead of check_include_file_concat to look
      for OpenSSL headers.  They do not need to participate in a sequence
      of dependent system headers.  Also they may cause winsock.h to be
      included before ws2tcpip.h, causing the latter to not be detected
      in the sequence.
      
      Reviewed-by: default avatarBrad King <brad.king@kitware.com>
      ec80b1f4
    • Alessandro Ghedini's avatar
      gtls: fix build with HTTP2 · 676ac46f
      Alessandro Ghedini authored
      676ac46f
  2. 16 Feb, 2015 1 commit
  3. 15 Feb, 2015 1 commit
  4. 14 Feb, 2015 4 commits
  5. 12 Feb, 2015 1 commit
  6. 11 Feb, 2015 2 commits
  7. 09 Feb, 2015 5 commits
  8. 07 Feb, 2015 2 commits
  9. 06 Feb, 2015 3 commits
  10. 05 Feb, 2015 2 commits
  11. 04 Feb, 2015 8 commits
  12. 03 Feb, 2015 6 commits
  13. 02 Feb, 2015 3 commits