| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | STYLE: improved error message for the case that neither FindFoo.cmake nor | Alexander Neundorf | 2007-09-21 | 1 | -3/+6 |
|
|
* | ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIR | Alexander Neundorf | 2007-08-20 | 1 | -0/+7 |
|
|
* | ENH: remove the watch for the upper case variable name, it breaks the | Alexander Neundorf | 2007-08-08 | 1 | -8/+0 |
|
|
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 1 | -0/+68 |
|
|
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -1/+3 |
|
|
* | ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com... | Brad King | 2006-10-26 | 1 | -64/+64 |
|
|
* | ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested w... | Brad King | 2006-07-11 | 1 | -3/+31 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -6/+8 |
|
|