summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* COMP: fix compile warning/error (non-void function returning void)Alexander Neundorf2008-09-071-1/+1
* ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ va...Alexander Neundorf2008-09-061-0/+1
* ENH: Teach find_package about lib64 pathsBrad King2008-08-121-0/+1
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-1/+2
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-3/+7
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-281-0/+10
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Implement version support in the find_package command module mode. Vers...Brad King2008-01-211-0/+5
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-40/+38
* STYLE: Removed trailing whitespace.Brad King2007-12-151-5/+5
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* COMP: also commit the header...Alexander Neundorf2007-08-071-0/+2
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-191-1/+1
* ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com...Brad King2006-10-261-5/+7
* ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE...Brad King2006-01-271-2/+5
* ENH: Make commands scriptableAndy Cedilnik2005-12-071-0/+5
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-3/+0
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate t...Brad King2004-04-191-3/+4