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
/
cmGeneratorTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'CUDA-device-link'
Brad King
2021-04-01
1
-8/+52
|
\
|
*
CUDA Device link: Ensure all link options are correctly formatted
Marc Chevrier
2021-03-31
1
-8/+52
*
|
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+14
|
/
*
Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property
Marc Chevrier
2021-02-23
1
-1/+5
*
AIX: Enable XCOFF editing to replace RPATH on installation
Brad King
2021-02-03
1
-9/+18
*
Ninja Multi-Config: Enable relink diagnostic message
Brad King
2021-02-03
1
-2/+1
*
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
Brad King
2021-02-03
1
-1/+1
*
Merge topic 'clang-tidy-fixes'
Brad King
2021-01-27
1
-2/+2
|
\
|
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
|
OUTPUT_DIRECTORY: Support tgt genex in output artifact vars
Asit Dhal
2021-01-26
1
-4/+3
|
/
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-5/+5
*
cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specific
Brad King
2020-12-16
1
-1/+1
*
Ninja Multi-Config: Add support for cross-config custom commands
Kyle Edwards
2020-12-15
1
-1/+1
*
cmLocalGenerator: Refactor custom command generator construction
Brad King
2020-12-15
1
-7/+8
*
Merge topic 'correct_ispc_path_computation'
Brad King
2020-12-08
1
-1/+6
|
\
|
*
ISPC: Handle OBJECT sources in different directories
Robert Maynard
2020-12-07
1
-1/+6
|
*
Merge topic 'cuda_vs_skip_computation' into release-3.19
Brad King
2020-10-27
1
-0/+8
|
|
\
*
|
|
Compile with explicit language flag when source LANGUAGE property is set
Brad King
2020-12-02
1
-0/+24
*
|
|
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-3/+2
*
|
|
cmGeneratorTarget: Refactor custom command dependency evaluation
Brad King
2020-10-29
1
-64/+15
*
|
|
Merge topic 'cuda_vs_skip_computation'
Brad King
2020-10-27
1
-0/+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
VS: Don't compute CUDA options unless necessary
Raul Tambre
2020-10-27
1
-0/+8
*
|
|
Merge topic 'per-config-source-TARGET_FILE'
Brad King
2020-10-26
1
-6/+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
add_custom_command: Properly recognize if sources depend on config
Deniz Bahadir
2020-10-22
1
-6/+11
*
|
|
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-3/+3
*
|
|
CMP0115: Require source file extensions to be explicit
Kyle Edwards
2020-10-13
1
-2/+6
*
|
|
cmLocalGenerator: Migrate custom command output lookup from cmMakefile
Brad King
2020-10-08
1
-2/+3
|
/
/
*
|
Merge topic 'macos-arm64'
Brad King
2020-10-01
1
-0/+3
|
\
\
|
*
|
macOS: Default to arm64 architecture on Apple Silicon hosts
Brad King
2020-09-30
1
-0/+3
*
|
|
Merge topic 'refactor-cmprop'
Brad King
2020-09-29
1
-23/+21
|
\
\
\
|
*
|
|
cmGeneratorTarget: internal refactoring
vvs31415
2020-09-28
1
-23/+21
|
|
/
/
*
|
|
cmGeneratorTarget: Include Cache now occurs per language+config
Robert Maynard
2020-09-25
1
-4/+3
|
/
/
*
|
OBJECT libraries: Properly recognize if sources depend on configuration
Deniz Bahadir
2020-09-23
1
-5/+13
*
|
cmGeneratorTarget: Better name for internal variable
Deniz Bahadir
2020-09-22
1
-4/+4
*
|
Merge topic 'pch-instantiate-templates'
Brad King
2020-09-10
1
-0/+10
|
\
\
|
*
|
PCH: Template instantiation support
Tobias Hieta
2020-09-02
1
-0/+10
*
|
|
cmGeneratorTarget: Avoid missing nullptr check
vvs31415
2020-09-08
1
-22/+12
*
|
|
Merge topic 'ispc_improvements'
Brad King
2020-09-08
1
-0/+55
|
\
\
\
|
*
|
|
ISPC: Support generation for multiple instruction sets
Robert Maynard
2020-09-04
1
-0/+55
*
|
|
|
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-9/+5
|
/
/
/
*
|
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-17/+17
*
|
|
Merge topic 'ispc_lang_support'
Brad King
2020-09-01
1
-28/+94
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ISPC: Support ISPC header generation byproducts and parallel builds
Robert Maynard
2020-08-28
1
-8/+77
|
*
|
Refactor some swift only logic to be re-used by other languages
Robert Maynard
2020-08-07
1
-26/+23
*
|
|
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-0/+6
*
|
|
Add option to optimize link dependencies for static libraries
Kyle Edwards
2020-08-12
1
-0/+31
*
|
|
Merge topic 'osx-archs-apple-only'
Brad King
2020-08-11
1
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
PCH: Avoid Apple-specific architecture flags on other platforms
Brad King
2020-08-10
1
-0/+3
*
|
|
Add INTERFACE libraries to generated buildsystem if they have SOURCES
Brad King
2020-08-07
1
-4/+9
*
|
|
Remove filtering of allowed INTERFACE library properties
Brad King
2020-08-03
1
-5/+0
|
|
/
|
/
|
[next]