Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: Spelling fixes on documentation | Amitha Perera | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -9/+9 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -3/+3 |
| | | | | Alex | ||||
* | ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can | Alexander Neundorf | 2007-05-24 | 1 | -6/+8 |
| | | | | | | be used e.g. for getting strings out of it. Alex | ||||
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 1 | -29/+3 |
| | | | | | | | | STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex | ||||
* | ENH: move output file search to cmTryCompileCommand.cxx, so it can be used | Alexander Neundorf | 2007-05-24 | 1 | -3/+14 |
| | | | | | | there too... many public static functions with lots of arguments... :-/ Alex | ||||
* | STYLE: fix documentation for command | Bill Hoffman | 2007-05-18 | 1 | -11/+22 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -6/+7 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -9/+9 |
| | |||||
* | ENH: add more docs | Bill Hoffman | 2005-07-19 | 1 | -2/+11 |
| | |||||
* | fix to the signature and argument parsing | Ken Martin | 2003-12-11 | 1 | -1/+1 |
| | |||||
* | BUG#163: Added documentation of OUTPUT_VARIABLE argument. | Brad King | 2003-10-30 | 1 | -3/+6 |
| | |||||
* | 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 | -7/+9 |
| | |||||
* | Make try compile add a depend to re-run cmake if its source chagnes | Bill Hoffman | 2002-12-12 | 1 | -1/+1 |
| | |||||
* | clean up entire temp directory | Bill Hoffman | 2002-11-21 | 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. | ||||
* | Abstract cleaning of files and add code that deletes files from Debug ↵ | Andy Cedilnik | 2002-09-23 | 1 | -2/+8 |
| | | | | subdirectory | ||||
* | updated to try compile | Ken Martin | 2002-09-19 | 1 | -3/+15 |
| | |||||
* | now Try compile can include CMAKE_FLAGS | Ken Martin | 2002-09-18 | 1 | -2/+2 |
| | |||||
* | slight change in signature | Ken Martin | 2002-09-17 | 1 | -2/+2 |
| | |||||
* | another signature for Try_Compile | Ken Martin | 2002-09-12 | 1 | -1/+3 |
| | |||||
* | updated signature | Ken Martin | 2002-09-10 | 1 | -6/+4 |
| | |||||
* | an early checking not complete | Ken Martin | 2002-08-28 | 1 | -0/+78 |