Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: In find_* implementation centralize addition of trailing slashes | Brad King | 2008-06-09 | 1 | -9/+1 |
| | | | | | | - Create cmFindCommon::AddTrailingSlashes - Use it in cmFindBase and cmFindPackageCommand - Remove duplication from other find commands | ||||
* | ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand | Brad King | 2008-06-05 | 1 | -30/+58 |
| | | | | | | | | | | | - Add each part of the search order in a separate method. - Collect added paths in an ivar in cmFindCommon. - Move user path storage up to cmFindCommon and share between cmFindBase and cmFindPackageCommand. - Expand user path registry values up in cmFindCommon - Enables 32-/64-bit registry view for find_package - Disables registry expansion for paths not specified with the PATHS argument, which is not expected. | ||||
* | ENH: Added not to find_package documentation about unspecified choice among ↵ | Brad King | 2008-01-29 | 1 | -1/+5 |
| | | | | multiple versions. | ||||
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -12/+261 |
| | | | | | | - Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | 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. ↵ | Brad King | 2008-01-21 | 1 | -4/+59 |
| | | | | Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645. | ||||
* | 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 |
| | | | | | | | | | - Use CMAKE_PREFIX_PATH and CMAKE_SYSTEM_PREFIX_PATH among other means to locate package configuration files. - Create cmFindCommon as base for cmFindBase and cmFindPackageCommand - Move common functionality up to cmFindCommon - Improve documentation of FIND_* commands. - Fix FIND_* commands to not add framework/app paths in wrong place. | ||||
* | 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 |
| | | | | | | FooConfig.cmake were found Alex | ||||
* | ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIR | Alexander Neundorf | 2007-08-20 | 1 | -0/+7 |
| | | | | Alex | ||||
* | ENH: remove the watch for the upper case variable name, it breaks the | Alexander Neundorf | 2007-08-08 | 1 | -8/+0 |
| | | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables Alex | ||||
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 1 | -0/+68 |
| | | | | | | | | | | | | the cmake run and add macros print_enabled/disabled_features() and set_feature_info(), so projects can get a nice overview at the end of the cmake run what has been found and what hasn't FIND_PACKAGE() automatically adds the packages to these global properties, except when used with QUIET Maybe this can also be useful for packagers to find out dependencies of projects. Alex | ||||
* | 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 ↵ | Brad King | 2006-10-26 | 1 | -64/+64 |
| | | | | command. Re-implemented argument parsing to be simpler and more robust. | ||||
* | ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested ↵ | Brad King | 2006-07-11 | 1 | -3/+31 |
| | | | | with REQUIRED option. This addresses the feature request in bug#3494. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -6/+8 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+21 |
| | |||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -0/+5 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -1/+1 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 1 | -0/+9 |
| | | | | smaller and faster | ||||
* | BUG#682: Adding environment variable check to FIND_PACKAGE command. | Brad King | 2004-04-26 | 1 | -0/+14 |
| | |||||
* | STYLE: Removed trailing whitespace. | Brad King | 2004-04-26 | 1 | -24/+24 |
| | |||||
* | ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵ | Brad King | 2004-04-19 | 1 | -3/+25 |
| | | | | the cmake configure step if the package is not found. | ||||
* | ERR: That slash is unnecessary | Andy Cedilnik | 2004-03-28 | 1 | -1/+1 |
| | |||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -41/+15 |
| | |||||
* | BUG: Fixed typo in error message. | Brad King | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | ERR: Fixed use of != operator for std::string on old broken compilers. | Brad King | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | ENH: Added compatability for capitalization of _DIR and _FOUND variables in ↵ | Brad King | 2003-08-07 | 1 | -2/+95 |
| | | | | cmake 1.6. | ||||
* | ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in ↵ | Brad King | 2003-07-24 | 1 | -2/+13 |
| | | | | FindFOO.cmake module that is found. | ||||
* | ENH: Added QUIET optional argument to block error message when _DIR variable ↵ | Brad King | 2003-07-16 | 1 | -4/+29 |
| | | | | is not set. Also removed upper-casing of package name. | ||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for looking through CMAKE_MODULE_PATH to locate ↵ | Brad King | 2003-01-22 | 1 | -10/+31 |
| | | | | Find<name>.cmake modules. | ||||
* | ENH: Added FIND_PACKAGE command prototyp. | Brad King | 2003-01-21 | 1 | -0/+231 |