| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ImproveFindPackageConfigMode' | Brad King | 2010-09-08 | 1 | -34/+109 |
|\ |
|
| * | Improve wording of the error message of find_package() in config-mode | Alex Neundorf | 2010-08-31 | 1 | -9/+10 |
|
|
| * | Don't create an empty element at the end of Foo_CONSIDERED_CONFIGS/VERSIONS | Alex Neundorf | 2010-08-29 | 1 | -2/+5 |
|
|
| * | Replace the two vector<string,string> with one vector<struct{string,string}> | Alex Neundorf | 2010-08-29 | 1 | -13/+14 |
|
|
| * | Improve error message in Config-mode when no appropriate version was found | Alex Neundorf | 2010-08-29 | 1 | -36/+50 |
|
|
| * | Record all considered Config files and their versions. | Alex Neundorf | 2010-08-29 | 1 | -10/+66 |
|
|
* | | Log the required package version and major improvement to FeatureSummary | Alex Neundorf | 2010-08-24 | 1 | -0/+14 |
|/ |
|
* | Teach find_* commands to ignore some paths | Todd Gamblin | 2010-08-13 | 1 | -0/+14 |
|
|
* | Document and test find_package <pkg>_DIR env var | Brad King | 2009-11-04 | 1 | -0/+1 |
|
|
* | Fix find_package() when <pkg>_DIR is wrong | Brad King | 2009-10-07 | 1 | -10/+17 |
|
|
* | Create cmMakefile::PlatformIs64Bit helper method | Brad King | 2009-09-30 | 1 | -8/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Use BeAPI for per-user package registry on Haiku | Brad King | 2009-09-28 | 1 | -0/+12 |
|
|
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -4/+4 |
|
|
* | Teach find_package to search a "package registry" | Brad King | 2009-09-01 | 1 | -3/+186 |
|
|
* | Fix find_package for cmake-gui registry entry | Brad King | 2009-08-05 | 1 | -1/+1 |
|
|
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -1/+1 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 1 | -7/+23 |
|
|
* | ENH: Refactor find_package version file scoping | Brad King | 2009-01-22 | 1 | -6/+4 |
|
|
* | BUG: Fix find_package docs for refind feature | Brad King | 2009-01-15 | 1 | -2/+1 |
|
|
* | ENH: when trying to find a FooConfig.cmake file, if in the directory pointed | Alexander Neundorf | 2009-01-08 | 1 | -57/+36 |
|
|
* | ENH: Teach find_package about more install dirs | Brad King | 2008-12-17 | 1 | -0/+27 |
|
|
* | BUG: find_package must push/pop policies | Brad King | 2008-12-16 | 1 | -0/+2 |
|
|
* | ENH: Add useful search locations to find_package | Brad King | 2008-12-09 | 1 | -0/+15 |
|
|
* | STYLE: Remove old TODO comment in find_package | Brad King | 2008-12-09 | 1 | -8/+0 |
|
|
* | ENH: Preserve <pkg>_FIND_XXX vars in find_package | Brad King | 2008-12-09 | 1 | -12/+46 |
|
|
* | ENH: Remove implicit NO_MODULE when recursing | Brad King | 2008-10-08 | 1 | -22/+14 |
|
|
* | ENH: Add UNSUITABLE result to package version test | Brad King | 2008-10-03 | 1 | -7/+14 |
|
|
* | ENH: Help recursive find_package calls in modules | Brad King | 2008-10-03 | 1 | -3/+41 |
|
|
* | ENH: Warn and ignore EXACT without version | Brad King | 2008-10-03 | 1 | -0/+8 |
|
|
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -88/+63 |
|
|
* | ENH: Improve message for bad find_package call | Brad King | 2008-09-08 | 1 | -10/+3 |
|
|
* | COMP: fix compile warning/error (non-void function returning void) | Alexander Neundorf | 2008-09-07 | 1 | -1/+1 |
|
|
* | ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ va... | Alexander Neundorf | 2008-09-06 | 1 | -57/+65 |
|
|
* | ENH: Teach find_package about lib64 paths | Brad King | 2008-08-12 | 1 | -9/+27 |
|
|
* | ENH: Make find_* command search order more intuitive. | Brad King | 2008-06-09 | 1 | -8/+8 |
|
|
* | ENH: Add HINTS option to find_* commands. | Brad King | 2008-06-09 | 1 | -13/+34 |
|
|
* | ENH: In find_* implementation centralize addition of trailing slashes | Brad King | 2008-06-09 | 1 | -9/+1 |
|
|
* | ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand | Brad King | 2008-06-05 | 1 | -30/+58 |
|
|
* | ENH: Added not to find_package documentation about unspecified choice among m... | Brad King | 2008-01-29 | 1 | -1/+5 |
|
|
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -12/+261 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Updated find_package documentation to describe common usage first. | Brad King | 2008-01-22 | 1 | -23/+35 |
|
|
* | COMP: snprintf is not portable. | Brad King | 2008-01-21 | 1 | -3/+3 |
|
|
* | ENH: Implement version support in the find_package command module mode. Vers... | Brad King | 2008-01-21 | 1 | -4/+59 |
|
|
* | STYLE: Fix line-too-long. | Brad King | 2008-01-18 | 1 | -1/+2 |
|
|
* | ENH: Clarify documentation of find_package command. | Brad King | 2008-01-18 | 1 | -8/+20 |
|
|
* | COMP: Fix warning about missing virtual destructor. | Brad King | 2008-01-17 | 1 | -0/+3 |
|
|
* | ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. | Brad King | 2008-01-17 | 1 | -180/+1174 |
|
|
* | STYLE: Removed trailing whitespace. | Brad King | 2007-12-15 | 1 | -10/+10 |
|
|