| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #13195: avoid multiple mentions of found packages | Alex Neundorf | 2012-05-06 | 1 | -1/+1 |
|
|
* | Merge topic 'add-const-qualifiers' | David Cole | 2012-03-02 | 1 | -4/+4 |
|\ |
|
| * | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
|
|
* | | find_package: Optionally warn when implicitly using Config mode | Brad King | 2012-02-28 | 1 | -0/+1 |
|
|
* | | find_package: add MODULE mode to use only Find-modules | Alex Neundorf | 2012-02-28 | 1 | -0/+1 |
|
|
* | | find_package: rename NoModule to UseFindModules | Alex Neundorf | 2012-02-27 | 1 | -1/+1 |
|/ |
|
* | Refactor find_* command final path list computation | Brad King | 2011-09-23 | 1 | -1/+0 |
|
|
* | Teach find_(library|package) about Linux multiarch (#12037) | Brad King | 2011-06-08 | 1 | -0/+1 |
|
|
* | find_package: Check both 32-bit and 64-bit registry views | Brad King | 2011-04-13 | 1 | -1/+3 |
|
|
* | find_package: Search a "system package registry" | Brad King | 2011-04-13 | 1 | -1/+3 |
|
|
* | find_package: Rename implementation of user package registry | Brad King | 2011-04-13 | 1 | -2/+2 |
|
|
* | Speedup find_* commands (#11412) | Brad King | 2010-11-12 | 1 | -0/+2 |
|
|
* | Replace the two vector<string,string> with one vector<struct{string,string}> | Alex Neundorf | 2010-08-29 | 1 | -2/+3 |
|
|
* | Record all considered Config files and their versions. | Alex Neundorf | 2010-08-29 | 1 | -1/+4 |
|
|
* | Teach find_* commands to ignore some paths | Todd Gamblin | 2010-08-13 | 1 | -0/+1 |
|
|
* | Fix find_package() when <pkg>_DIR is wrong | Brad King | 2009-10-07 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Teach find_package to search a "package registry" | Brad King | 2009-09-01 | 1 | -0/+5 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 1 | -1/+3 |
|
|
* | ENH: when trying to find a FooConfig.cmake file, if in the directory pointed | Alexander Neundorf | 2009-01-08 | 1 | -1/+0 |
|
|
* | ENH: Preserve <pkg>_FIND_XXX vars in find_package | Brad King | 2008-12-09 | 1 | -0/+5 |
|
|
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -0/+2 |
|
|
* | 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 | -0/+1 |
|
|
* | ENH: Teach find_package about lib64 paths | Brad King | 2008-08-12 | 1 | -0/+1 |
|
|
* | ENH: Add HINTS option to find_* commands. | Brad King | 2008-06-09 | 1 | -1/+2 |
|
|
* | ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand | Brad King | 2008-06-05 | 1 | -3/+7 |
|
|
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -0/+10 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Implement version support in the find_package command module mode. Vers... | Brad King | 2008-01-21 | 1 | -0/+5 |
|
|
* | ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. | Brad King | 2008-01-17 | 1 | -40/+38 |
|
|
* | STYLE: Removed trailing whitespace. | Brad King | 2007-12-15 | 1 | -5/+5 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
|
|
* | COMP: also commit the header... | Alexander Neundorf | 2007-08-07 | 1 | -0/+2 |
|
|
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
|
|
* | ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com... | Brad King | 2006-10-26 | 1 | -5/+7 |
|
|
* | ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE... | Brad King | 2006-01-27 | 1 | -2/+5 |
|
|
* | ENH: Make commands scriptable | Andy Cedilnik | 2005-12-07 | 1 | -0/+5 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -3/+0 |
|
|
* | ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate t... | Brad King | 2004-04-19 | 1 | -3/+4 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in Fi... | Brad King | 2003-07-24 | 1 | -1/+1 |
|
|
* | ENH: Added QUIET optional argument to block error message when _DIR variable ... | Brad King | 2003-07-16 | 1 | -3/+7 |
|
|
* | BUG: This command must be inherited. | Brad King | 2003-02-17 | 1 | -0/+3 |
|
|
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -4/+13 |
|
|
* | ENH: Added FIND_PACKAGE command prototyp. | Brad King | 2003-01-21 | 1 | -0/+87 |
|
|