summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+4
* try_compile: Cleanup temporary directories (#13160)Brad King2012-04-261-0/+1
* Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-2/+2
* try_compile: Use random executable file name (#12957)Brad King2012-02-161-4/+9
* Remove trailing whitespaceAlex Neundorf2011-09-151-29/+29
* Merge topic 'dev/strict-mode'Brad King2011-01-271-3/+1
|\
| * Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-23/+14
| |\
| * | CMAKE_DO_TRY_COMPILE is no longer usedBen Boeckel2010-09-141-3/+1
* | | Merge topic 'outdir-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-0/+4
|\ \ \
| * | | Always place try_compile executables predictably (#11724)Brad King2011-01-201-0/+4
* | | | Merge topic 'fix-try_compile-source-language-issue-11731'Brad King2011-01-261-1/+1
|\ \ \ \
| * | | | Use shortest extension to verify try_compile language (#11731)Brad King2011-01-201-1/+1
* | | | | Merge topic 'improve-try_compile-error-messages'Brad King2011-01-261-36/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Improve try_compile and try_run error messagesBrad King2011-01-201-36/+32
* | | | Merge topic 'try_compile-RemoveFile'Brad King2010-12-161-21/+11
|\ \ \ \
| * | | | Fix try_compile RemoveFile anti-virus loop (#11503)Brad King2010-12-031-21/+11
| | |_|/ | |/| |
* | | | Write full version into try_compile CMakeListsBrad King2010-12-141-2/+3
|/ / /
* | | Use same type in both cases of '?:' operatorBrad King2010-06-291-1/+1
| |/ |/|
* | Honor CMAKE_USER_MAKE_RULES_OVERRIDE in try_compile (#10902)David Genest2010-06-291-0/+17
|/
* Fix try_compile when file cannot be foundBrad King2009-10-281-1/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* No /fast targets in try_compile project modeBrad King2009-08-041-0/+1
* BUG: fix for #0009051 CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEP...Bill Hoffman2009-05-191-0/+14
* ENH: Emit a little more information in the error message when the output file...David Cole2009-01-291-1/+8
* STYLE: Emit filenames in try_compile error message to get more information fr...David Cole2009-01-271-1/+5
* 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