Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+5 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -0/+23 |
| | |||||
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -14/+47 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -2/+3 |
| | | | | cmRegularExpression. | ||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -41/+11 |
| | |||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -1/+2 |
| | | | | command does | ||||
* | 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: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -3/+9 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: separate command from its arguments in the custom command. This allows ↵ | Bill Hoffman | 2001-09-04 | 1 | -0/+2 |
| | | | | the generator on windows to change the slashes for just the command | ||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -2/+2 |
| | | | | length in object files. | ||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -1/+1 |
| | |||||
* | better custom rules | Ken Martin | 2001-05-04 | 1 | -0/+2 |
| | |||||
* | BUG: Removed output of dual rules for source files that are processed by ↵ | Brad King | 2001-04-27 | 1 | -14/+8 |
| | | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files. | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 1 | -1/+1 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -4/+2 |
| | |||||
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 1 | -0/+94 |
command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. |