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
/
cmNinjaNormalTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CUDA: Support CMP0105 on Clang
Raul Tambre
2021-11-08
1
-0/+15
*
CUDA: Use local shorthands for variables in Clang device link code
Raul Tambre
2021-11-07
1
-12/+10
*
CUDA: Avoid unnecessary allocation and GetLinkLanguage()
Raul Tambre
2021-11-07
1
-10/+8
*
CUDA: Ignore USE_WATCOM_QUOTE for device link rules
Raul Tambre
2021-11-07
1
-3/+0
*
Ninja: Fix creation of Windows import library directory
Brad King
2021-11-03
1
-2/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-13/+13
*
Merge topic 'cuda_separable_clang_make'
Brad King
2021-07-29
1
-5/+5
|
\
|
*
CUDA/Clang: Simplify --register-link-binaries logic
root
2021-07-29
1
-5/+5
*
|
LINK_WHAT_YOU_USE feature: externalize configuration
Marc Chevrier
2021-07-09
1
-14/+22
|
/
*
Ninja: Fix LINK_WHAT_YOU_USE link flag placement
Đoàn Trần Công Danh
2021-06-25
1
-6/+3
*
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
1
-0/+5
*
cmNinjaNormalTargetGenerator: Fix "Language" rule variable
Bobby D Reynolds
2021-05-28
1
-1/+1
*
cmNinjaNormalTargetGenerator: Factor out build event byproduct collection
Brad King
2021-05-25
1
-9/+10
*
cmNinjaTargetGenerator: Rename source file path lookup method for clarity
Brad King
2021-05-25
1
-3/+5
*
Ninja/Swift: Remove redundant calls to ConvertToNinjaPath
Brad King
2021-05-25
1
-5/+3
*
Merge topic 'ninja-multi-long-command-line-config'
Brad King
2021-05-03
1
-11/+19
|
\
|
*
Ninja Multi-Config: Split long command lines by config
Kyle Edwards
2021-04-30
1
-11/+19
*
|
Ninja: Escape SONAME on linker command line
Alexander Stein
2021-03-04
1
-2/+4
|
/
*
Ninja Multi-Config: Run POST_BUILD when BYPRODUCTS don't overlap
Kyle Edwards
2021-01-07
1
-8/+12
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-29/+31
*
cmLocalGenerator::GetRuleLauncher: return cmProp
vvs31415
2020-11-02
1
-4/+4
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-24/+200
*
ISPC: Support generation for multiple instruction sets
Robert Maynard
2020-09-04
1
-1/+6
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-11/+11
*
Merge topic 'ninja-multi-rsp-remove-path'
Brad King
2020-08-06
1
-10/+2
|
\
|
*
Ninja: Restore shorter path to response files
Kyle Edwards
2020-08-03
1
-10/+2
*
|
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
|
Ninja: Remove parameter default for cmNinjaTargetDepends
Kyle Edwards
2020-07-24
1
-3/+4
*
|
Merge topic 'ninja-multi-rsp'
Brad King
2020-07-17
1
-4/+14
|
\
\
|
|
/
|
*
Ninja Multi-Config: Make link response files per-config
Kyle Edwards
2020-07-16
1
-4/+14
*
|
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-2/+2
*
|
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-9/+6
|
\
\
|
*
|
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-9/+6
*
|
|
Merge topic 'cmprop'
Brad King
2020-06-02
1
-0/+1
|
\
\
\
|
*
|
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
|
|
/
/
*
|
|
GetDefinition: avoid duplicate calls
Vitaly Stakhovsky
2020-05-29
1
-2/+2
|
/
/
*
|
cmGeneratorTarget: Remove default config from Get* methods
Brad King
2020-05-18
1
-1/+1
*
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-6/+6
*
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-26/+10
*
|
cmState::GetTargetTypeName: return type is *cmProp
Vitaly Stakhovsky
2020-03-19
1
-12/+15
*
|
Merge branch 'backport-swift-ninja-multiconfig' into swift-ninja-multiconfig
Kyle Edwards
2020-03-09
1
-3/+3
|
\
\
|
|
/
|
*
Swift: support Ninja Multi-Config
Saleem Abdulrasool
2020-03-09
1
-3/+3
*
|
Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>
Alexandru Croitor
2020-03-04
1
-1/+13
|
/
*
Merge branch 'backport-cuda-non-device-link'
Brad King
2020-02-24
1
-2/+2
|
\
|
*
Ninja: Do not use nvcc response files with non-nvcc tools
Francisco Facioni
2020-02-24
1
-2/+2
*
|
Merge topic 'swift-exe-exports'
Brad King
2020-02-04
1
-3/+10
|
\
\
|
*
|
Ninja: properly handle exports from Swift exes
Saleem Abdulrasool
2020-02-02
1
-3/+10
*
|
|
AIX: Add an option to disable automatic exports from shared libraries
Brad King
2020-01-31
1
-0/+2
|
/
/
*
|
Ninja Multi-Config: Add variable to control configs used in cross-config build
Kyle Edwards
2020-01-23
1
-4/+6
*
|
Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja
Kyle Edwards
2020-01-22
1
-5/+5
[next]