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
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-5/+5
*
Merge topic 'fix_ios_try_compile'
Brad King
2019-05-06
1
-1/+8
|
\
|
*
iOS: Fix try_compile FILE_COPY not to fail
Alexandru Croitor
2019-05-06
1
-1/+8
*
|
MSVC: Add abstraction for runtime library selection
Brad King
2019-04-17
1
-0/+11
*
|
Merge topic 'ghs_os_dir'
Brad King
2019-04-08
1
-2/+3
|
\
\
|
*
|
GHS: Print status message regarding GHS_OS_DIR
Fred Baksik
2019-03-29
1
-2/+3
*
|
|
Merge topic 'toolchain-include_directories'
Brad King
2019-03-26
1
-1/+16
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Restore support for include_directories() in toolchain files
Brad King
2019-03-25
1
-1/+16
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-2/+2
|
/
*
try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONS
Brad King
2019-02-15
1
-1/+1
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-1/+1
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-1/+1
*
|
Merge topic 'implicit-includes'
Brad King
2019-01-22
1
-1/+3
|
\
\
|
*
|
try_compile: Preserve special characters in COMPILE_DEFINITIONS
Brad King
2019-01-21
1
-1/+3
*
|
|
Merge topic 'use-emplace'
Brad King
2019-01-21
1
-2/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-2/+2
|
|
/
*
|
GHS: try_compile() now uses GHS platform variables
Fred Baksik
2019-01-16
1
-0/+16
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-30/+33
*
PIE link options: Update strategy to fix performance regression
Marc Chevrier
2018-12-19
1
-0/+18
*
try_compile/try_run: Add support for LINK_OPTIONS option.
Marc Chevrier
2018-12-01
1
-0/+23
*
CMP0083: fix warning message on try_compile
Marc Chevrier
2018-11-19
1
-0/+7
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-11/+17
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-1/+2
*
Genex: Fix COMPILE_LANGUAGE propagation through try_compile
Brad King
2018-03-12
1
-1/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-11/+9
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-5/+5
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-3/+3
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-30/+21
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+4
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+1
*
Add options for separate compile and link sysroots
Brad King
2017-05-09
1
-0/+4
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-0/+1
*
try_compile: extend CMP0067 to honor language standards for CUDA.
Robert Maynard
2016-12-12
1
-2/+77
*
clang-tidy: apply misc-suspicious-string-compare fixes
Daniel Pfeifer
2016-12-12
1
-11/+6
*
clang-tidy: apply readability-redundant-control-flow fixes
Daniel Pfeifer
2016-12-12
1
-1/+0
*
try_compile: Add policy CMP0067 to honor language standards
Brad King
2016-12-06
1
-0/+79
*
try_compile: Add options to specify language standards
Brad King
2016-12-06
1
-0/+128
*
try_compile: Honor CMAKE_WARN_DEPRECATED in test project
Brad King
2016-11-22
1
-0/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-3/+11
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-5/+5
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-18/+19
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-2/+1
*
try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
Brad King
2016-06-29
1
-0/+37
[next]