Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" with | Alexander Neundorf | 2009-05-18 | 1 | -1/+1 |
| | | | | | | | "find_file", otherwise the docs talk about find_path() instead of find_file (patch from Michael Wild, #9047) Alex | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -77/+9 |
| | |||||
* | ENH: Improved support for user-configured search paths. Paths given in the ↵ | Brad King | 2006-01-27 | 1 | -8/+6 |
| | | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. | ||||
* | ENH: move framework stuff from FindFile to FindPath | Bill Hoffman | 2005-12-31 | 1 | -79/+0 |
| | |||||
* | COMP: Remove shadow variable warning | Andy Cedilnik | 2005-12-30 | 1 | -6/+7 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-12-30 | 1 | -0/+3 |
| | |||||
* | ENH: make sure -F is not duplicated | Bill Hoffman | 2005-12-27 | 1 | -5/+8 |
| | |||||
* | ENH: add framework support to FIND_FILE | Bill Hoffman | 2005-12-27 | 1 | -0/+75 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -2/+3 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -4/+2 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+5 |
| | |||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -4/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: add possibility to add doc strings to varibles created by find type ↵ | Bill Hoffman | 2001-11-26 | 1 | -5/+21 |
| | | | | commands | ||||
* | This command should always set the cahce variabel to a filepath not a path | Ian Scott | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵ | Brad King | 2001-09-20 | 1 | -1/+2 |
| | | | | (like /foo/bar/*). | ||||
* | BUG: fix return when file is not found | Bill Hoffman | 2001-09-17 | 1 | -1/+5 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -12/+5 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-30 | 1 | -4/+1 |
| | |||||
* | better help strings | Ken Martin | 2001-04-27 | 1 | -3/+10 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -0/+1 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-26 | 1 | -1/+4 |
| | |||||
* | new command | Ken Martin | 2001-02-26 | 1 | -0/+75 |