1. 06 Nov, 2014 2 commits
  2. 04 Nov, 2014 2 commits
  3. 02 Nov, 2014 3 commits
  4. 01 Nov, 2014 4 commits
  5. 31 Oct, 2014 8 commits
  6. 30 Oct, 2014 4 commits
  7. 29 Oct, 2014 4 commits
  8. 28 Oct, 2014 5 commits
  9. 27 Oct, 2014 2 commits
  10. 26 Oct, 2014 3 commits
  11. 25 Oct, 2014 2 commits
  12. 24 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Fix build issues on MinGW when finding OpenSSL. · d3b4d535
      Wayne Stambaugh authored
      * Add FindOpenSSL.cmake from CMake 3.0.2.
      * Change MinGW find library to find libssl and libcrypto as well as libeay32 and ssleay32.  Apparently
       at some point OpenSSL changed the library file names for MinGW.
      * Stop find_library() from looking in system paths and returning the actual DLLs rather than the link
        libraries.
      d3b4d535