Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -19/+19 |
| | |||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -0/+85 |
| | |||||
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -25/+51 |
| | |||||
* | warning fixes | Ken Martin | 2003-06-03 | 1 | -1/+1 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -96/+2 |
| | |||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -0/+2 |
| | | | | command does | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -5/+5 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+4 |
| | |||||
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -6/+9 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ENH: separate command from its arguments in the custom command. This allows ↵ | Bill Hoffman | 2001-09-04 | 1 | -10/+20 |
| | | | | the generator on windows to change the slashes for just the command | ||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -0/+19 |
| | |||||
* | better custom rules | Ken Martin | 2001-05-04 | 1 | -0/+16 |
| | |||||
* | BUG: Removed output of dual rules for source files that are processed by ↵ | Brad King | 2001-04-27 | 1 | -6/+20 |
| | | | | 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 |
| | |||||
* | cleaned up the coding style made ivars private etc | Ken Martin | 2001-04-19 | 1 | -10/+10 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -14/+11 |
| | |||||
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 1 | -0/+87 |
command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. |