summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* find_package: Add missing PACKAGE_ROOT_PATH search path implementation.Chuck Atkins2017-07-281-0/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Add support for x32-abiSteven Newbury2017-03-071-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+10
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-0/+26
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Merge topic 'find_package-duplicate-search-paths'Brad King2016-06-161-0/+15
|\
| * cmFindPackageCommand: remove duplicate paths from error messageBen Boeckel2016-06-131-0/+15
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+24
* Port CMake from cmIML to KWIMLBrad King2015-12-181-1/+1
* find_package: Drop search in recent cmake-gui locationsBrad King2015-05-081-2/+0
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-0/+15
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-4/+3
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-12/+15
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-1/+1
* Drop compatibility with CMake < 2.4Brad King2013-10-231-1/+0
* Drop builtin command documentationBrad King2013-10-161-16/+0
* fix #13195: avoid multiple mentions of found packagesAlex Neundorf2012-05-061-1/+1
* Merge topic 'add-const-qualifiers'David Cole2012-03-021-4/+4
|\
| * Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* | find_package: Optionally warn when implicitly using Config modeBrad King2012-02-281-0/+1
* | find_package: add MODULE mode to use only Find-modulesAlex Neundorf2012-02-281-0/+1
* | find_package: rename NoModule to UseFindModulesAlex Neundorf2012-02-271-1/+1
|/
* Refactor find_* command final path list computationBrad King2011-09-231-1/+0
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+1
* find_package: Check both 32-bit and 64-bit registry viewsBrad King2011-04-131-1/+3
* find_package: Search a "system package registry"Brad King2011-04-131-1/+3
* find_package: Rename implementation of user package registryBrad King2011-04-131-2/+2
* Speedup find_* commands (#11412)Brad King2010-11-121-0/+2
* Replace the two vector<string,string> with one vector<struct{string,string}>Alex Neundorf2010-08-291-2/+3
* Record all considered Config files and their versions.Alex Neundorf2010-08-291-1/+4
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+1
* Fix find_package() when <pkg>_DIR is wrongBrad King2009-10-071-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Teach find_package to search a "package registry"Brad King2009-09-011-0/+5
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-1/+3
* ENH: when trying to find a FooConfig.cmake file, if in the directory pointedAlexander Neundorf2009-01-081-1/+0
* ENH: Preserve <pkg>_FIND_XXX vars in find_packageBrad King2008-12-091-0/+5
* ENH: Improve find_package version numberingBrad King2008-09-101-0/+2