Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor bug fix | Ken Martin | 2003-05-29 | 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. | ||||
* | updated to match the SET | Ken Martin | 2002-08-26 | 1 | -19/+9 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -3/+3 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+2 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -0/+55 |
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. |