summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Use BeAPI for per-user package registry on HaikuBrad King2009-09-281-0/+12
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+4
* Teach find_package to search a "package registry"Brad King2009-09-011-3/+186
* Fix find_package for cmake-gui registry entryBrad King2009-08-051-1/+1
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-1/+1
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-7/+23
* ENH: Refactor find_package version file scopingBrad King2009-01-221-6/+4
* BUG: Fix find_package docs for refind featureBrad King2009-01-151-2/+1
* ENH: when trying to find a FooConfig.cmake file, if in the directory pointedAlexander Neundorf2009-01-081-57/+36
* ENH: Teach find_package about more install dirsBrad King2008-12-171-0/+27
* BUG: find_package must push/pop policiesBrad King2008-12-161-0/+2
* ENH: Add useful search locations to find_packageBrad King2008-12-091-0/+15
* STYLE: Remove old TODO comment in find_packageBrad King2008-12-091-8/+0
* ENH: Preserve <pkg>_FIND_XXX vars in find_packageBrad King2008-12-091-12/+46
* ENH: Remove implicit NO_MODULE when recursingBrad King2008-10-081-22/+14
* ENH: Add UNSUITABLE result to package version testBrad King2008-10-031-7/+14
* ENH: Help recursive find_package calls in modulesBrad King2008-10-031-3/+41
* ENH: Warn and ignore EXACT without versionBrad King2008-10-031-0/+8
* ENH: Improve find_package version numberingBrad King2008-09-101-88/+63
* ENH: Improve message for bad find_package callBrad King2008-09-081-10/+3
* 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-57/+65
* ENH: Teach find_package about lib64 pathsBrad King2008-08-121-9/+27
* ENH: Make find_* command search order more intuitive.Brad King2008-06-091-8/+8
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-13/+34
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-9/+1
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-30/+58
* ENH: Added not to find_package documentation about unspecified choice among m...Brad King2008-01-291-1/+5
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-291-12/+261
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Updated find_package documentation to describe common usage first.Brad King2008-01-221-23/+35
* COMP: snprintf is not portable.Brad King2008-01-211-3/+3
* ENH: Implement version support in the find_package command module mode. Vers...Brad King2008-01-211-4/+59
* STYLE: Fix line-too-long.Brad King2008-01-181-1/+2
* ENH: Clarify documentation of find_package command.Brad King2008-01-181-8/+20
* COMP: Fix warning about missing virtual destructor.Brad King2008-01-171-0/+3
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-180/+1174
* STYLE: Removed trailing whitespace.Brad King2007-12-151-10/+10
* STYLE: improved error message for the case that neither FindFoo.cmake norAlexander Neundorf2007-09-211-3/+6
* ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIRAlexander Neundorf2007-08-201-0/+7
* ENH: remove the watch for the upper case variable name, it breaks theAlexander Neundorf2007-08-081-8/+0
* ENH: add global properties for collecting enabled/disabled features duringAlexander Neundorf2007-08-071-0/+68
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-1/+3
* ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com...Brad King2006-10-261-64/+64
* ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested w...Brad King2006-07-111-3/+31
* STYLE: fix line lengthKen Martin2006-05-101-6/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-21/+21
* ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE...Brad King2006-01-271-0/+5
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-1/+1