| Commit message (Expand) | Author | Age | Files | Lines |
* | FindOpenSSL: Add another name for libcrypto with MSVC | Kevin Whitaker | 2017-02-16 | 1 | -0/+1 |
|
|
* | FindOpenSSL: Check that both CRYPTO and SSL libraries are present | Harry Mallon | 2017-01-10 | 1 | -7/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -15/+3 |
|
|
* | FindOpenSSL: Search in more-specific directories before less-specific | Brad King | 2016-09-22 | 1 | -6/+6 |
|
|
* | FindOpenSSL: Fix detection of OpenSSL 1.1 Win32/64 | Alexis Murzeau | 2016-08-30 | 1 | -0/+17 |
|
|
* | Modules: Make imported targets fall back to `Release` | Brad King | 2016-08-03 | 1 | -14/+14 |
|
|
* | FindOpenSSL: Do not assume that the version regex finds something | Vladimír Vondruš | 2016-06-09 | 1 | -4/+4 |
|
|
* | FindOpenSSL: Prefer libs early in search path regardless of name (#15887) | Hannes Mezger | 2016-04-05 | 1 | -0/+10 |
|
|
* | FindOpenSSL: Search for unix-named libraries first on MinGW (#15765) | Wayne Stambaugh | 2015-10-06 | 1 | -6/+2 |
|
|
* | FindOpenSSL: Tolerate tabs in header while parsing version (#15765) | Wayne Stambaugh | 2015-10-06 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Add support for static MSVC runtime | Thijs Wenker | 2015-10-05 | 1 | -5/+12 |
|
|
* | FindOpenSSL: Optionally search only for static libraries | Thijs Wenker | 2015-09-02 | 1 | -5/+30 |
|
|
* | FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto} | Konstantin Podsvirov | 2015-08-13 | 1 | -0/+73 |
|
|
* | FindOpenSSL: Revise and format module documentation | Brad King | 2015-08-13 | 1 | -15/+19 |
|
|
* | FindOpenSSL: De-duplicate find_library path suffixes on Windows | Thijs Wenker | 2015-07-30 | 1 | -12/+11 |
|
|
* | FindOpenSSL: Remove extra whitespace | Thijs Wenker | 2015-07-30 | 1 | -9/+9 |
|
|
* | Merge topic 'OpenSSL_102' | Brad King | 2015-01-28 | 1 | -1/+1 |
|\ |
|
| * | FindOpenSSL: fix detection of OpenSSL 1.0.2 | Guillaume Belz | 2015-01-27 | 1 | -1/+1 |
|
|
* | | FindOpenSSL: Always extract version from detected header (#15075) | Aku Kotkavuo | 2015-01-11 | 1 | -3/+1 |
|
|
* | | FindOpenSSL: Report crypto and ssl libraries separately | Hannes Mezger | 2014-12-01 | 1 | -4/+12 |
|/ |
|
* | FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764) | Ho Cheung | 2014-02-18 | 1 | -5/+5 |
|
|
* | FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) | Ho Cheung | 2014-02-05 | 1 | -4/+5 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -6/+18 |
|
|
* | FindOpenSSL: mark variables as advanced for MSVC (#14418) | Rolf Eike Beer | 2013-09-17 | 1 | -0/+2 |
|
|
* | Merge topic 'doc-improvements' | Brad King | 2013-05-16 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | | FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075) | Robin Lee | 2013-04-12 | 1 | -1/+1 |
|/ |
|
* | FindOpenSSL: also find the non-MD debug libraries for MSVC | Rolf Eike Beer | 2012-11-05 | 1 | -0/+2 |
|
|
* | FindOpenSSL: fix library selection on Windows (#13645) | Rolf Eike Beer | 2012-11-05 | 1 | -0/+5 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -11/+11 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -40/+40 |
|
|
* | FindOpenSSL: remove leftover comment | Rolf Eike Beer | 2012-07-29 | 1 | -1/+0 |
|
|
* | FindOpenSSL: cleanup path hints | Rolf Eike Beer | 2012-07-29 | 1 | -19/+28 |
|
|
* | FindOpenSSL: let CMake handle environment variable HINTS | Rolf Eike Beer | 2012-07-29 | 1 | -1/+1 |
|
|
* | FindOpenSSL: use SelectLibraryConfigurations | Rolf Eike Beer | 2012-07-29 | 1 | -13/+5 |
|
|
* | FindOpenSSL: find cross-compiled OpenSSL from MinGW (#13431) | Rolf Eike Beer | 2012-07-29 | 1 | -2/+10 |
|
|
* | FindOpenSSL: properly parse the hex version components | Rolf Eike Beer | 2012-01-27 | 1 | -4/+36 |
|
|
* | Merge topic 'use-pkgconfig-quiet' | David Cole | 2012-01-25 | 1 | -4/+2 |
|\ |
|
| * | use pkg_check_modules() quiet in other modules | Rolf Eike Beer | 2012-01-23 | 1 | -4/+2 |
|
|
* | | FindOpenSSL: also parse version number define with uppercase letters | Rolf Eike Beer | 2012-01-17 | 1 | -2/+2 |
|
|
* | | FindOpenSSL: only try to parse opensslv.h if it exists | Rolf Eike Beer | 2012-01-17 | 1 | -1/+1 |
|
|
* | | FindOpenSSL: improve version number handling | Rolf Eike Beer | 2012-01-13 | 1 | -8/+32 |
|/ |
|
* | FindOpenSSL: Use find_package_handle_standard_args for version check. | Andreas Schneider | 2011-03-31 | 1 | -20/+20 |
|
|
* | FindOpenSSL: Fixed crypto und ssl variable names. | Andreas Schneider | 2011-03-31 | 1 | -4/+8 |
|
|
* | FindOpenSSL: We should only use hints to find OpenSSL. | Andreas Schneider | 2011-03-31 | 1 | -38/+93 |
|
|
* | FindOpenSSL: Added support for pkg-config. | Andreas Schneider | 2011-03-28 | 1 | -10/+45 |
|
|
* | This commit fixes bug #0010316 | Mathieu Malaterre | 2011-03-28 | 1 | -10/+43 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|
|