Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: improve SetProperties and fix a couple warnings | Ken Martin | 2006-12-11 | 1 | -32/+60 |
| | |||||
* | BUG: Several fixes to handle bundle content on Mac OSX | Andy Cedilnik | 2006-07-06 | 1 | -0/+2 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-03-29 | 1 | -1/+0 |
| | |||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -7/+33 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2004-02-22 | 1 | -0/+2 |
| | |||||
* | BUG: Fixed crash when source file cannot be looked up correctly. | Brad King | 2003-06-13 | 1 | -3/+6 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -61/+20 |
| | |||||
* | ENH: remove warnings from borland 6 compiler | Bill Hoffman | 2003-05-29 | 1 | -1/+0 |
| | |||||
* | ENH: Added source file property OBJECT_DEPENDS to support generated header ↵ | Brad King | 2002-12-13 | 1 | -0/+13 |
| | | | | files included in non-generated sources. | ||||
* | 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. | ||||
* | 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. | ||||
* | fixed bug maybe | Ken Martin | 2002-08-26 | 1 | -0/+2 |
| | |||||
* | fixed some warnings | Ken Martin | 2002-08-22 | 1 | -1/+2 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -31/+60 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -5/+7 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -0/+136 |
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. |