summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'correct_ispc_path_computation'Brad King2020-12-081-1/+6
|\
| * ISPC: Handle OBJECT sources in different directoriesRobert Maynard2020-12-071-1/+6
| * Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-271-0/+8
| |\
* | | Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+24
* | | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-3/+2
* | | cmGeneratorTarget: Refactor custom command dependency evaluationBrad King2020-10-291-64/+15
* | | Merge topic 'cuda_vs_skip_computation'Brad King2020-10-271-0/+8
|\ \ \ | | |/ | |/|
| * | VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-271-0/+8
* | | Merge topic 'per-config-source-TARGET_FILE'Brad King2020-10-261-6/+11
|\ \ \ | | |/ | |/|
| * | add_custom_command: Properly recognize if sources depend on configDeniz Bahadir2020-10-221-6/+11
* | | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-3/+3
* | | CMP0115: Require source file extensions to be explicitKyle Edwards2020-10-131-2/+6
* | | cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-2/+3
|/ /
* | Merge topic 'macos-arm64'Brad King2020-10-011-0/+3
|\ \
| * | macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+3
* | | Merge topic 'refactor-cmprop'Brad King2020-09-291-23/+21
|\ \ \
| * | | cmGeneratorTarget: internal refactoringvvs314152020-09-281-23/+21
| |/ /
* | | cmGeneratorTarget: Include Cache now occurs per language+configRobert Maynard2020-09-251-4/+3
|/ /
* | OBJECT libraries: Properly recognize if sources depend on configurationDeniz Bahadir2020-09-231-5/+13
* | cmGeneratorTarget: Better name for internal variableDeniz Bahadir2020-09-221-4/+4
* | Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+10
|\ \
| * | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+10
* | | cmGeneratorTarget: Avoid missing nullptr checkvvs314152020-09-081-22/+12
* | | Merge topic 'ispc_improvements'Brad King2020-09-081-0/+55
|\ \ \
| * | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+55
* | | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-9/+5
|/ / /
* | | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-17/+17
* | | Merge topic 'ispc_lang_support'Brad King2020-09-011-28/+94
|\ \ \ | |/ / |/| |
| * | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-8/+77
| * | Refactor some swift only logic to be re-used by other languagesRobert Maynard2020-08-071-26/+23
* | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-0/+6
* | | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-121-0/+31
* | | Merge topic 'osx-archs-apple-only'Brad King2020-08-111-0/+3
|\ \ \ | | |/ | |/|
| * | PCH: Avoid Apple-specific architecture flags on other platformsBrad King2020-08-101-0/+3
* | | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-4/+9
* | | Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-5/+0
| |/ |/|
* | Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* | cmGeneratorTarget: Skip computing link implementation for custom targetsBrad King2020-07-271-4/+16
* | cmGeneratorTarget: Simplify logic in ComputeLinkInterfaceLibrariesBrad King2020-07-231-5/+10
* | cmGeneratorTarget: Add missing nullptr checksBrad King2020-07-231-15/+17
* | cmGeneratorTarget: Skip computing languages for custom targetsBrad King2020-07-231-0/+5
* | Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-0/+5
* | Factor out generator checks for filtering out interface librariesBrad King2020-07-231-1/+22
* | cmGeneratorTarget: Remove unnecessary target type check in dependency tracingBrad King2020-07-231-23/+20
* | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
* | Merge topic 'swift-link-iface'Brad King2020-07-201-0/+3
|\ \ | |/
| * Swift: Fix regression in linking to interface librariesBrad King2020-07-171-0/+3
| * Merge topic 'cuda_clang_toolkit_path' into release-3.18Brad King2020-06-151-0/+23
| |\
* | \ Merge topic 'cmnonempty'Kyle Edwards2020-07-151-8/+8
|\ \ \
| * | | cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-8/+8