Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -3/+1 |
| | |||||
* | 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. | ||||
* | FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ↵ | Sebastien Barre | 2002-08-02 | 1 | -0/+1 |
| | | | | I guess in 1.25) | ||||
* | ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵ | Sebastien Barre | 2002-06-14 | 1 | -1/+2 |
| | | | | search path (depending on the generator). | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+4 |
| | |||||
* | 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 | -3/+0 |
| | |||||
* | 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 | -18/+37 |
| | | | | commands | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+2 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵ | Brad King | 2001-09-20 | 1 | -2/+5 |
| | | | | (like /foo/bar/*). | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -15/+9 |
| | | | | 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 |
| | |||||
* | Fix help string when NAMES was used (forgot the case when there is no name) | Sebastien Barre | 2001-05-11 | 1 | -1/+5 |
| | |||||
* | Fix help string when NAMES was used | Sebastien Barre | 2001-05-11 | 1 | -28/+29 |
| | |||||
* | ERR: int -> unsigned int. | Brad King | 2001-05-11 | 1 | -3/+1 |
| | |||||
* | BUG: add back thread library | Bill Hoffman | 2001-05-11 | 1 | -1/+16 |
| | |||||
* | added registry entry support and windows app support | Ken Martin | 2001-05-11 | 1 | -0/+2 |
| | |||||
* | ERR: Removed unused variable | Brad King | 2001-05-10 | 1 | -1/+0 |
| | |||||
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 1 | -56/+57 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-30 | 1 | -4/+1 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -1/+1 |
| | | | | libraries to link against | ||||
* | better help strings | Ken Martin | 2001-04-27 | 1 | -15/+11 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -3/+9 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-26 | 1 | -3/+32 |
| | |||||
* | ENH: better error reporting, and add NOTFOUND into cache for library and ↵ | Bill Hoffman | 2001-04-06 | 1 | -4/+20 |
| | | | | file find | ||||
* | ERR: Fixed warnings (int->unsigned int and a few others). | Brad King | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵ | Bill Hoffman | 2001-02-19 | 1 | -2/+15 |
| | | | | some | ||||
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 1 | -5/+24 |
| | |||||
* | ENH:Reworked CMake for consistency | Will Schroeder | 2001-01-18 | 1 | -0/+33 |