Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make sure numAttempts is incremented | Bill Hoffman | 2008-03-26 | 1 | -0/+1 |
| | |||||
* | ENH: try to fix dashboard issue with not being able to remove try compile code | Bill Hoffman | 2008-03-26 | 1 | -3/+19 |
| | |||||
* | BUG: Change generated try-compile projects to use cmake_minimum_required ↵ | Brad King | 2008-03-19 | 1 | -1/+1 |
| | | | | instead of cmake_policy to set the version now that CMP0000 requires it. | ||||
* | BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with ↵ | Brad King | 2008-03-07 | 1 | -1/+2 |
| | | | | the current version of CMake, not just 2.6. | ||||
* | ENH: make sure policy is set in generated cmakelist files | Bill Hoffman | 2008-03-06 | 1 | -0/+1 |
| | |||||
* | ENH: for try compile do not put the rules to rebuild the project with cmake ↵ | Bill Hoffman | 2007-12-06 | 1 | -0/+1 |
| | | | | inside it. This has caused infinite loops of builds in some cases, and it is just a waste of time anyway. | ||||
* | ENH: determine typesize by compiling a file and reading strings from the ↵ | Alexander Neundorf | 2007-06-04 | 1 | -5/+22 |
| | | | | | | | | | compiled output. Tested with various gcc, XCode, MSVC7, sdcc For OSX when doing TRY_COMPILE() CMAKE_OSX_ARCHITECTURES is used, if there are different results an error is generated. CMAKE_OSX_ARCHITECTURES can be overwritten for the TRY_COMPILES with CMAKE_TRY_COMPILE_OSX_ARCHITECTURES. Alex | ||||
* | ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can | Alexander Neundorf | 2007-05-24 | 1 | -0/+32 |
| | | | | | | 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 | -0/+376 |
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 |