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
/
cmCoreTryCompile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
try_compile: Optionally forward custom platform variables to test project
Brad King
2016-05-25
1
-0/+9
*
cmCoreTryCompile: Refactor forwarding of variables to test project
Brad King
2016-05-25
1
-74/+60
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-364/+262
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+6
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)
Brad King
2016-04-11
1
-0/+7
*
cmCoreTryCompile: Factor out config lookup for re-use
Brad King
2016-04-11
1
-2/+4
*
try_compile: Add option to control type of target
Brad King
2016-02-19
1
-10/+63
*
cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-4/+3
*
cmState: Move GetTargetTypeName from cmTarget.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-5/+5
*
cmCoreTryCompile: Fix internal argument vector construction
Brad King
2015-09-24
1
-5/+1
*
try_compile: Propogate CMP0065 to the generated project.
Chuck Atkins
2015-09-21
1
-0/+10
*
try_compile: Propogate the CMAKE_LINK_SEARCH_ variables
Chuck Atkins
2015-08-14
1
-0/+10
*
cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
Stephen Kelly
2015-07-27
1
-1/+1
*
Port static calls from cmLocalGenerator to cmOutputConverter.
Stephen Kelly
2015-06-06
1
-3/+3
*
Don't use a cmLocalGenerator instance to call static methods.
Stephen Kelly
2015-05-14
1
-4/+4
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-4/+2
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-2/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
1
-5/+3
*
Use cmJoin where possible.
Stephen Kelly
2015-02-20
1
-12/+3
*
cmCoreTryCompile: Remove variable assignment.
Stephen Kelly
2015-02-17
1
-2/+1
*
try_compile: Use shorter test executable name with consistent length
Brad King
2015-02-10
1
-2/+2
*
try_compile: Quote the content of CMAKE_MODULE_PATH to allow for spaces
Nils Gladitz
2015-02-09
1
-1/+1
*
Merge topic 'try-run-link-libraries'
Brad King
2015-01-26
1
-1/+1
|
\
|
*
try_run: Add support for LINK_LIBRARIES option.
Matt McCormick
2015-01-26
1
-1/+1
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
|
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-7/+7
|
/
*
try_compile: Pass linker flags into test project (#14066)
Brad King
2014-12-03
1
-0/+34
*
CMakeDetermineCompilerABI: Use normal linker flags in ABI project
Brad King
2014-12-03
1
-0/+2
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-8/+8
*
Teach try_compile COPY_FILE to look for IOS app bundles.
Bill Hoffman
2014-09-23
1
-0/+4
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-1/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-3/+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-7/+7
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-5/+6
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-1/+2
*
Windows: Make file delete/rename retry configurable
Brad King
2014-02-12
1
-4/+9
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+1
*
Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.
Stephen Kelly
2013-11-19
1
-0/+7
*
Allow toolchain files to specify an external toolchain.
Stephen Kelly
2013-11-19
1
-0/+14
*
Add compiler target compile options.
Stephen Kelly
2013-11-19
1
-0/+14
*
cmTarget: Make GetProperty() const.
Stephen Kelly
2013-10-31
1
-1/+1
*
cmCoreTryCompile: Fix typo in comments.
Stephen Kelly
2013-10-20
1
-2/+2
[next]