| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -17/+59 |
|
|
* | FindPkgConfig: Search for pkg-config.bat file on a Windows host | Alexandru Croitor | 2020-09-25 | 1 | -1/+7 |
|
|
* | FindPkgConfig: Show more info when pkg-config --version fails | Alexandru Croitor | 2020-09-25 | 1 | -1/+3 |
|
|
* | FindPkgConfig: also handle "-isystem" prefixes for include directories | Rolf Eike Beer | 2020-05-05 | 1 | -7/+41 |
|
|
* | FindPkgConfig: fix handling of frameworks | Rolf Eike Beer | 2020-04-18 | 1 | -0/+37 |
|
|
* | FindPkgConfig: Unset results when pkg-config is broken | Brad King | 2020-03-16 | 1 | -3/+18 |
|
|
* | Merge topic 'FindPkgConfig-scope' | Brad King | 2020-02-25 | 1 | -0/+6 |
|\ |
|
| * | FindPkgConfig: set policies CMP0054 and CMP0057 to new | Rolf Eike Beer | 2020-02-24 | 1 | -0/+6 |
|
|
* | | FindPkgConfig: Fix path manipulations when cross compiling | Hugo Beauzée-Luyssen | 2019-12-02 | 1 | -1/+1 |
|/ |
|
* | FindPkgConfig: Allow libraries that can't be found with their full path | Chuck Atkins | 2019-09-16 | 1 | -1/+5 |
|
|
* | FindPkgConfig: return the module found by pkg_search_module | Christophe Giboudeaux | 2019-08-29 | 1 | -0/+7 |
|
|
* | pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modules | Dan Kegel | 2019-03-20 | 1 | -24/+34 |
|
|
* | FindPkgConfig: hoist PKG_CONFIG_PATH ops out into _pkg_set_path_internal | Dan Kegel | 2019-03-20 | 1 | -89/+98 |
|
|
* | FindPkgConfig: Set linker flags on imported targets | Radek Nadstawny | 2019-03-13 | 1 | -1/+5 |
|
|
* | PkgConfig: Be less verbose by mark(ing)_as_advanced the find_library result | Sylvain Joubert | 2018-11-07 | 1 | -0/+1 |
|
|
* | Help: Override pygments CMakeLexer to support <..> and [..] | Joachim Wuttke (o) | 2018-10-18 | 1 | -10/+16 |
|
|
* | Help: Use appropriate list types in FindPkgConfig | Joachim Wuttke (l) | 2018-10-17 | 1 | -27/+42 |
|
|
* | FindPkgConfig: Document support for > and < operators | Craig Scott | 2018-10-15 | 1 | -6/+9 |
|
|
* | FindPkgConfig: support also > and < operators for version compares | Rolf Eike Beer | 2018-10-04 | 1 | -1/+3 |
|
|
* | FindPkgConfig: allow to create global imported targets | Rolf Eike Beer | 2018-07-22 | 1 | -16/+31 |
|
|
* | FindPkgConfig: export the list of found libraries also as variable | Rolf Eike Beer | 2018-05-11 | 1 | -12/+27 |
|
|
* | FindPkgConfig: correct library search path for imported targets. | Aleksandr Mezin | 2018-05-01 | 1 | -2/+6 |
|
|
* | FindPkgConfig: do not unset unused variable | Rolf Eike Beer | 2018-04-24 | 1 | -1/+0 |
|
|
* | FindPkgConfig: Fix IMPORTED_TARGET NO...PATH option handling | Craig Scott | 2017-12-16 | 1 | -5/+5 |
|
|
* | FindPkgConfig: Cleanup docs | Craig Scott | 2017-12-10 | 1 | -125/+126 |
|
|
* | FindPkgConfig: On FreeBSD search in `libdata/pkgconfig` | Shin-ya Murakami | 2017-08-07 | 1 | -0/+3 |
|
|
* | FindPkgConfig: do not always rerun pkg_check_modules() with 2 arguments | Rolf Eike Beer | 2017-07-10 | 1 | -1/+3 |
|
|
* | FindPkgConfig: mention that variables will be ;-lists | Rolf Eike Beer | 2017-06-12 | 1 | -0/+6 |
|
|
* | FindPkgConfig: fix confusing indentation | Rolf Eike Beer | 2017-06-12 | 1 | -1/+1 |
|
|
* | FindPkgConfig: Fix pkg_check_modules() non-standard location search | Yuriy Khokhulya | 2017-05-12 | 1 | -1/+3 |
|
|
* | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -0/+4 |
|
|
* | FindPkgConfig: use new version checking "library >= version" syntax | Gautier Pelloux-Prayer | 2017-02-28 | 1 | -24/+11 |
|
|
* | FindPkgConfig: Recheck pkg-config on parameter change. | Matthew Hanna | 2017-01-25 | 1 | -1/+4 |
|
|
* | FindPkgConfig: Fix missing error text when library version is specified | Gautier Pelloux-Prayer | 2016-11-28 | 1 | -1/+2 |
|
|
* | PkgConfig: Fix FindPkgConfig imported target feature | Florent Castelli | 2016-11-04 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -16/+3 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | Merge topic 'pkgconfig-targets' | Brad King | 2016-06-20 | 1 | -2/+6 |
|\ |
|
| * | FindPkgConfig: define the imported targets also when the data comes from cache | Rolf Eike Beer | 2016-06-19 | 1 | -2/+6 |
|
|
* | | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 1 | -2/+6 |
|/ |
|
* | FindPkgConfig: optionally create imported target for the found libraries | Rolf Eike Beer | 2016-05-14 | 1 | -6/+76 |
|
|
* | FindPkgConfig: set correctly named variables in cache (#15903) | Ben Boeckel | 2016-03-21 | 1 | -1/+1 |
|
|
* | FindPkgConfig: set standard variables in the cache | Ben Boeckel | 2016-01-21 | 1 | -0/+3 |
|
|
* | FindPkgConfig: Quote ${_pkgconfig_path} to protect semicolons on Windows | Rob Gowin | 2016-01-19 | 1 | -4/+4 |
|
|
* | FindPkgConfig: Fix restoration of PKG_CONFIG_PATH in environment | Rob Gowin | 2016-01-15 | 1 | -1/+1 |
|
|
* | FindPkgConfig: add PREFIX/share/pkgconfig to PKG_CONFIG_PATH (#15910) | Sam Thursfield | 2016-01-12 | 1 | -0/+1 |
|
|
* | FindPkgConfig: return actual error when a package is not found (#15810) | Benjamin Chrétien | 2015-10-28 | 1 | -3/+5 |
|
|
* | FindPkgConfig: add a command to query arbitrary variables | Ben Boeckel | 2015-09-21 | 1 | -3/+23 |
|
|
* | FindPkgConfig: use execute_process to strip trailing whitespace | Ben Boeckel | 2015-09-18 | 1 | -2/+2 |
|
|
* | FindPkgConfig: remove variable dereference | Rolf Eike Beer | 2015-08-18 | 1 | -1/+1 |
|
|