Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -3/+3 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+1 |
| | |||||
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | BUG: Corrected and updated documentation of the -P option, -C option, ↵ | Brad King | 2005-09-21 | 1 | -2/+2 |
| | | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -5/+7 |
| | |||||
* | 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 | -4/+5 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | fix docs | 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/+66 |
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. |