Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix problem if there are .. in the path to the source file specified in ↵ | Bill Hoffman | 2006-02-28 | 1 | -0/+1 |
| | | | | a source group | ||||
* | ENH: fix warning and remove unused variable | Bill Hoffman | 2006-02-24 | 1 | -3/+2 |
| | |||||
* | ENH: fix for bug 2908 crash for empty source group name | Bill Hoffman | 2006-02-23 | 1 | -22/+14 |
| | |||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -8/+66 |
| | |||||
* | ENH: put back old style call to SOURCE_GROUP, no need to break things for this | Bill Hoffman | 2003-07-28 | 1 | -14/+2 |
| | |||||
* | ENH: Added backwards compatability. | Brad King | 2003-07-23 | 1 | -1/+21 |
| | |||||
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -24/+47 |
| | |||||
* | BUG: Fixed off-by-one error in file list loop. Fix submitted by David A. Karr. | Brad King | 2003-07-23 | 1 | -1/+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. | ||||
* | Try to improve source group interface | Andy Cedilnik | 2002-10-04 | 1 | -4/+32 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | 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 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 1 | -0/+31 |
command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. |