summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-271-0/+8
* | add_custom_command: Properly recognize if sources depend on configDeniz Bahadir2020-10-221-6/+11
* | 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
* | | | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-3/+2
|/ / /
* | | Merge topic 'getfeature-prop'Brad King2020-07-141-6/+6
|\ \ \
| * | | GetFeature(): return cmPropVitaly Stakhovsky2020-07-111-6/+6
* | | | cmGeneratorExpressionInterpreter::Evaluate: remove const char* overloadVitaly Stakhovsky2020-07-111-5/+3
|/ / /
* | | fileapi: Support multiple backtraces for language standardJustin Goshi2020-07-061-7/+12
* | | Merge topic 'refactor-generator-configs'Brad King2020-07-061-6/+7
|\ \ \
| * | | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-6/+7
* | | | cmStandardLevelResolver: Added to handle standard level queriesRobert Maynard2020-07-011-3/+5
|/ / /
* | | Add backtrace support for language standardJustin Goshi2020-06-221-11/+26