| Commit message (Expand) | Author | Age | Files | Lines |
* | FindOpenSSL: Add support for version-range | Deniz Bahadir | 2021-02-01 | 1 | -0/+8 |
|
|
* | FindOpenSSL: Distinguish 32-bit and 64-bit search paths on Windows | Ma Br | 2020-12-21 | 1 | -5/+19 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -2/+15 |
|
|
* | FindOpenSSL: Add support for finding static libraries | Sylvain Corlay | 2020-08-13 | 1 | -0/+50 |
|
|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -2/+2 |
|
|
* | Merge topic 'FindOpenSSL-3.0' | Brad King | 2020-06-09 | 1 | -2/+4 |
|\ |
|
| * | FindOpenSSL: Fix OpenSSL 3.0.0 version extraction | Billy Brumley | 2020-06-08 | 1 | -2/+4 |
|
|
* | | Merge topic 'openssl-3.0.0' | Brad King | 2020-05-28 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | FindOpenSSL: Detect OpenSSL 3.0.0 | Vitezslav Cizek | 2020-05-27 | 1 | -0/+9 |
|
|
* | | FindOpenSSL: add target OpenSSL::applink to support OpenSSL's applink feature | gnaggnoyil | 2020-05-15 | 1 | -0/+47 |
|/ |
|
* | FindOpenSSL: do not mark a local variable as advanced | Ben Boeckel | 2020-01-20 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Fix ordering of dependency link flags | Ashley Whetter | 2019-12-31 | 1 | -7/+5 |
|
|
* | FindOpenSSL: Lookup all pkg-config directories | Denis Thulin | 2019-11-07 | 1 | -0/+3 |
|
|
* | FindOpenSSL: add pthread and dl dependencies to static lib on Linux | David Callu | 2019-09-20 | 1 | -5/+43 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -47/+48 |
|
|
* | FindOpenSSL: Add component support | Harry Mallon | 2018-04-16 | 1 | -19/+46 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Search 'ssld' and 'crypod' for debug variants | Robert Dailey | 2017-09-08 | 1 | -0/+2 |
|
|
* | Merge topic 'FindOpenSSL-crypto-only' | Brad King | 2017-05-16 | 1 | -2/+2 |
|\ |
|
| * | FindOpenSSL: Restore support for crypto-only result | Brad King | 2017-05-15 | 1 | -2/+2 |
|
|
* | | Merge topic 'FindOpenSSL-more-precompiled' | Brad King | 2017-04-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | FindOpenSSL: Add more library name alternatives | Alex Turbov | 2017-04-19 | 1 | -0/+4 |
|
|
* | | 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 |
|
|