Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -6/+6 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -2/+5 |
| | | | | Alex | ||||
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 1 | -13/+46 |
| | | | | | | | | | | | | | | | creates two cache variables, one for the RUN_RESULT, one for the RUN_OUTPUT (if required), which can be set or preset by the user. It has now also two new arguments: RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE (the old OUTPUT_VARIABLE merges both), so if only COMPILE_OUTPUT_VARIABLE is used the run time output of the TRY_RUN is unused and the user doesn't have to care about the output when crosscompiling. This is now used in FindThreads.cmake, CheckC/CXXSourceRuns.cmake and TestBigEndian.cmake, which used the output only for the logfile (compile output is still there). Test/TryCompile/ now also tests the behaviour of OUTPUT_VARIABLE, RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE. Alex | ||||
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 1 | -3/+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 | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-05-01 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: fix missing docs | Ken Martin | 2005-12-13 | 1 | -1/+4 |
| | |||||
* | ENH: fix docs | Bill Hoffman | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | ENH: fix for 1450 | Bill Hoffman | 2005-02-10 | 1 | -1/+4 |
| | |||||
* | 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. | ||||
* | compiler warnings | Ken Martin | 2002-09-20 | 1 | -2/+2 |
| | |||||
* | new command | Ken Martin | 2002-09-19 | 1 | -0/+76 |