summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: make sure numAttempts is incrementedBill Hoffman2008-03-261-0/+1
* ENH: try to fix dashboard issue with not being able to remove try compile codeBill Hoffman2008-03-261-3/+19
* BUG: Change generated try-compile projects to use cmake_minimum_required inst...Brad King2008-03-191-1/+1
* BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with ...Brad King2008-03-071-1/+2
* ENH: make sure policy is set in generated cmakelist filesBill Hoffman2008-03-061-0/+1
* ENH: for try compile do not put the rules to rebuild the project with cmake i...Bill Hoffman2007-12-061-0/+1
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-5/+22
* ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable canAlexander Neundorf2007-05-241-0/+32
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-0/+376