Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -26/+9 |
| | |||||
* | ENH: Improved support for user-configured search paths. Paths given in the ↵ | Brad King | 2006-01-27 | 1 | -4/+8 |
| | | | | 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 | -1/+3 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -6/+0 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 1 | -1/+2 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | ENH: Make more commands scriptable | Andy Cedilnik | 2004-02-23 | 1 | -0/+5 |
| | |||||
* | ENH: Documentation improvements. | Brad King | 2003-11-13 | 1 | -7/+8 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -5/+8 |
| | |||||
* | 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. | ||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -4/+5 |
| | |||||
* | ENH: add possibility to add doc strings to varibles created by find type ↵ | Bill Hoffman | 2001-11-26 | 1 | -1/+3 |
| | | | | commands | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-26 | 1 | -0/+81 |