index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmTryRunCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Rename method to something more appropriate.
Stephen Kelly
2015-05-19
1
-1/+1
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-1/+1
*
Merge topic 'introduce-cmState'
Brad King
2015-04-13
1
-11/+10
|
\
|
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-4/+3
|
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-7/+7
*
|
Merge topic 'refactor-cache-api'
Brad King
2015-04-09
1
-8/+11
|
\
\
|
|
/
|
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-8/+11
|
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-11/+8
|
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-8/+11
*
|
try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.
Matt McCormick
2015-04-08
1
-2/+24
|
/
*
Merge topic 'try-run-link-libraries'
Brad King
2015-01-26
1
-1/+2
|
\
|
*
try_run: Add support for LINK_LIBRARIES option.
Matt McCormick
2015-01-26
1
-1/+2
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-8/+8
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
|
/
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-13/+13
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-2/+2
*
Use makefile->IssueMessage() for better error messages
Alex Neundorf
2011-09-27
1
-1/+1
*
Improve behaviour of --find-package mode with try_run/try_compile
Alex Neundorf
2011-09-15
1
-0/+8
*
Remove trailing whitespace
Alex Neundorf
2011-09-15
1
-13/+13
*
RunSingleCommand: Replace verbose boolean with enum
Johan Björk
2011-07-28
1
-1/+1
*
Fix spelling errors reported by Lintian.
Kai Wasserbäch
2010-07-13
1
-1/+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-2/+3
*
STYLE: copy the executables from TRY_RUN() to
Alexander Neundorf
2007-09-17
1
-0/+1
*
ENH: if no COMPONENT is specified, make this install item part of the
Alexander Neundorf
2007-08-01
1
-2/+2
*
STYLE: some more tuning for the comment text
Alexander Neundorf
2007-08-01
1
-11/+10
*
ENH: add tests for check_c_source_runs(), check_cxx_source_runs(),
Alexander Neundorf
2007-07-31
1
-53/+50
*
ENH: FORCE the values in the cache, otherwise the file is useless
Alexander Neundorf
2007-07-30
1
-2/+2
*
STYLE: fix line lengths
Alexander Neundorf
2007-07-26
1
-1/+2
*
STYLE: put a lot of comments into the generated cmake-cache preloading file t...
Alexander Neundorf
2007-07-23
1
-15/+48
*
ENH: try to create a file which can be used for presetting the cache values
Alexander Neundorf
2007-07-23
1
-0/+20
*
ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now
Alexander Neundorf
2007-06-01
1
-41/+242
*
BUG: remove debug output
Alexander Neundorf
2007-05-25
1
-2/+0
*
STYLE: remove debug output, fix indentation
Alexander Neundorf
2007-05-24
1
-4/+0
*
COMP: try to fix the test failures on dash2
Alexander Neundorf
2007-05-24
1
-0/+6
*
ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can
Alexander Neundorf
2007-05-24
1
-1/+0
*
ENH: add two simple tests for TRY_RUN()
Alexander Neundorf
2007-05-24
1
-42/+42
*
ENH: move output file search to cmTryCompileCommand.cxx, so it can be used
Alexander Neundorf
2007-05-24
1
-116/+38
*
STYLE: fix line lengths
Alexander Neundorf
2007-05-18
1
-1/+2
*
ENH: merge CMake-CrossCompileBasic to HEAD
Alexander Neundorf
2007-05-17
1
-5/+13
*
ENH: look at CMAKE_TRY_COMPILE_CONFIGURATION var for TryRun as well
Ken Martin
2007-05-03
1
-19/+54
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-1/+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-6/+6
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-2/+3
*
ENH: Since list file cache does not make much sense any more (because of prop...
Andy Cedilnik
2006-02-07
1
-1/+0
*
ENH: put CmakeTmp into CMakeFiles
Ken Martin
2006-01-12
1
-1/+1
*
ENH: use native Deployment and Development directories
Bill Hoffman
2005-08-30
1
-5/+16
*
BUG: Fixed error message formatting when try run executable command cannot be...
Brad King
2005-06-21
1
-13/+15
[next]