Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 years ago |
Daniel Pfeifer
|
602b78aa79
Remove redundant c_str() calls
|
9 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Stephen Kelly
|
e6eecec761
cmListFileCache: Remove cmState header include
|
9 years ago |
Stephen Kelly
|
2fe3e55d53
cmState: Move CacheEntryType enum to separate namespace
|
9 years ago |
Stephen Kelly
|
a49751fb2e
cmState: Move TargetType enum to separate namespace
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
516f8edb2e
Avoid else after return
|
9 years ago |
Brad King
|
d582c23a47
try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
|
9 years ago |
Brad King
|
db4ba61f39
Merge topic 'revert-try_compile-config-flags'
|
9 years ago |
Brad King
|
943fe6e3b4
Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Brad King
|
d256ba078a
try_compile: Optionally forward custom platform variables to test project
|
9 years ago |
Brad King
|
fb4791b37c
cmCoreTryCompile: Refactor forwarding of variables to test project
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Brad King
|
bd581a3733
try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)
|
9 years ago |
Brad King
|
82ef90fcfc
cmCoreTryCompile: Factor out config lookup for re-use
|
9 years ago |
Brad King
|
7f1bd9fe69
try_compile: Add option to control type of target
|
9 years ago |
Stephen Kelly
|
1293c1561a
cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.
|
10 years ago |
Stephen Kelly
|
55474e6182
cmState: Move GetTargetTypeName from cmTarget.
|
10 years ago |
Stephen Kelly
|
eac15298a8
cmState: Move TargetType enum from cmTarget.
|
10 years ago |
Brad King
|
710bde43aa
cmCoreTryCompile: Fix internal argument vector construction
|
10 years ago |
Chuck Atkins
|
b15f4e9b86
try_compile: Propogate CMP0065 to the generated project.
|
10 years ago |
Chuck Atkins
|
fb77c2c54b
try_compile: Propogate the CMAKE_LINK_SEARCH_ variables
|
10 years ago |
Stephen Kelly
|
570938cbfd
cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
|
10 years ago |
Stephen Kelly
|
59e21ffa13
Port static calls from cmLocalGenerator to cmOutputConverter.
|
10 years ago |
Stephen Kelly
|
9486769866
Don't use a cmLocalGenerator instance to call static methods.
|
10 years ago |