index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmCoreTryCompile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.
Robert Maynard
2013-06-24
1
-1
/
+1
*
try_compile: Add signature to allow multiple SOURCES
Brad King
2013-06-06
1
-57
/
+93
*
try_compile: Refactor argument processing
Brad King
2013-05-31
1
-133
/
+103
*
try_compile: Trim whitespace from LINK_LIBRARIES entries
Stephen Kelly
2013-05-30
1
-1
/
+1
*
try_compile: Fix quoting of libraries in generated CMakeLists.txt
Brad King
2013-05-24
1
-1
/
+1
*
try_compile: add missing fclose() to recently added error case
Rolf Eike Beer
2013-04-16
1
-0
/
+1
*
Handle targets in the LINK_LIBRARIES of try_compile.
Stephen Kelly
2013-02-22
1
-9
/
+99
*
Refactor generation of shared library flags
Stephen Kelly
2012-06-12
1
-0
/
+4
*
try_compile: Cleanup temporary directories (#13160)
Brad King
2012-04-26
1
-0
/
+1
*
Run vim spellcheck on some files
Yury G. Kudryashov
2012-02-29
1
-2
/
+2
*
try_compile: Use random executable file name (#12957)
Brad King
2012-02-16
1
-4
/
+9
*
Remove trailing whitespace
Alex Neundorf
2011-09-15
1
-29
/
+29
*
Merge topic 'dev/strict-mode'
Brad King
2011-01-27
1
-3
/
+1
|
\
|
*
Merge branch 'dev/add_test-working-directory' into dev/strict-mode
Brad King
2011-01-27
1
-23
/
+14
|
|
\
|
*
|
CMAKE_DO_TRY_COMPILE is no longer used
Ben Boeckel
2010-09-14
1
-3
/
+1
*
|
|
Merge topic 'outdir-CMAKE_USER_MAKE_RULES_OVERRIDE'
Brad King
2011-01-26
1
-0
/
+4
|
\
\
\
|
*
|
|
Always place try_compile executables predictably (#11724)
Brad King
2011-01-20
1
-0
/
+4
*
|
|
|
Merge topic 'fix-try_compile-source-language-issue-11731'
Brad King
2011-01-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use shortest extension to verify try_compile language (#11731)
Brad King
2011-01-20
1
-1
/
+1
*
|
|
|
|
Merge topic 'improve-try_compile-error-messages'
Brad King
2011-01-26
1
-36
/
+32
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Improve try_compile and try_run error messages
Brad King
2011-01-20
1
-36
/
+32
*
|
|
|
Merge topic 'try_compile-RemoveFile'
Brad King
2010-12-16
1
-21
/
+11
|
\
\
\
\
|
*
|
|
|
Fix try_compile RemoveFile anti-virus loop (#11503)
Brad King
2010-12-03
1
-21
/
+11
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Write full version into try_compile CMakeLists
Brad King
2010-12-14
1
-2
/
+3
|
/
/
/
*
|
|
Use same type in both cases of '?:' operator
Brad King
2010-06-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Honor CMAKE_USER_MAKE_RULES_OVERRIDE in try_compile (#10902)
David Genest
2010-06-29
1
-0
/
+17
|
/
*
Fix try_compile when file cannot be found
Brad King
2009-10-28
1
-1
/
+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
No /fast targets in try_compile project mode
Brad King
2009-08-04
1
-0
/
+1
*
BUG: fix for #0009051 CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEP...
Bill Hoffman
2009-05-19
1
-0
/
+14
*
ENH: Emit a little more information in the error message when the output file...
David Cole
2009-01-29
1
-1
/
+8
*
STYLE: Emit filenames in try_compile error message to get more information fr...
David Cole
2009-01-27
1
-1
/
+5
*
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 inst...
Brad King
2008-03-19
1
-1
/
+1
*
BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with ...
Brad King
2008-03-07
1
-1
/
+2
*
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 i...
Bill Hoffman
2007-12-06
1
-0
/
+1
*
ENH: determine typesize by compiling a file and reading strings from the comp...
Alexander Neundorf
2007-06-04
1
-5
/
+22
*
ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can
Alexander Neundorf
2007-05-24
1
-0
/
+32
*
ENH: add two simple tests for TRY_RUN()
Alexander Neundorf
2007-05-24
1
-0
/
+376