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
*
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
|
\
|
*
VS: Don't compute CUDA options unless necessary
Raul Tambre
2020-10-27
1
-0/+8
*
|
add_custom_command: Properly recognize if sources depend on config
Deniz Bahadir
2020-10-22
1
-6/+11
*
|
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
|
|
/
|
/
|
*
|
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
|
cmGeneratorTarget: Skip computing link implementation for custom targets
Brad King
2020-07-27
1
-4/+16
*
|
cmGeneratorTarget: Simplify logic in ComputeLinkInterfaceLibraries
Brad King
2020-07-23
1
-5/+10
*
|
cmGeneratorTarget: Add missing nullptr checks
Brad King
2020-07-23
1
-15/+17
*
|
cmGeneratorTarget: Skip computing languages for custom targets
Brad King
2020-07-23
1
-0/+5
*
|
Factor out generator checks for filtering on non-compiling targets
Brad King
2020-07-23
1
-0/+5
*
|
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-1/+22
*
|
cmGeneratorTarget: Remove unnecessary target type check in dependency tracing
Brad King
2020-07-23
1
-23/+20
*
|
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-2/+2
*
|
Merge topic 'swift-link-iface'
Brad King
2020-07-20
1
-0/+3
|
\
\
|
|
/
|
*
Swift: Fix regression in linking to interface libraries
Brad King
2020-07-17
1
-0/+3
|
*
Merge topic 'cuda_clang_toolkit_path' into release-3.18
Brad King
2020-06-15
1
-0/+23
|
|
\
*
|
\
Merge topic 'cmnonempty'
Kyle Edwards
2020-07-15
1
-8/+8
|
\
\
\
|
*
|
|
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-8/+8
*
|
|
|
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-3/+2
|
/
/
/
*
|
|
Merge topic 'getfeature-prop'
Brad King
2020-07-14
1
-6/+6
|
\
\
\
|
*
|
|
GetFeature(): return cmProp
Vitaly Stakhovsky
2020-07-11
1
-6/+6
*
|
|
|
cmGeneratorExpressionInterpreter::Evaluate: remove const char* overload
Vitaly Stakhovsky
2020-07-11
1
-5/+3
|
/
/
/
*
|
|
fileapi: Support multiple backtraces for language standard
Justin Goshi
2020-07-06
1
-7/+12
*
|
|
Merge topic 'refactor-generator-configs'
Brad King
2020-07-06
1
-6/+7
|
\
\
\
|
*
|
|
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-6/+7
*
|
|
|
cmStandardLevelResolver: Added to handle standard level queries
Robert Maynard
2020-07-01
1
-3/+5
|
/
/
/
*
|
|
Add backtrace support for language standard
Justin Goshi
2020-06-22
1
-11/+26
[next]