summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | cmGeneratorTarget: Clarify name of language property lookup helperJustin Goshi2020-06-221-6/+8
* | | Refactor language standard computationJustin Goshi2020-06-161-1/+96
* | | Merge topic 'cuda_clang_toolkit_path'Brad King2020-06-151-0/+23
|\ \ \ | |/ / |/| / | |/
| * CUDA: Pass toolkit path to ClangRaul Tambre2020-06-121-0/+23
* | CUDA: Add support for disabling CUDA_ARCHITECTURESRaul Tambre2020-06-151-22/+29
|/
* Merge topic 'getdef-expand'Brad King2020-06-021-45/+18
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-45/+18
* | Merge topic 'target_link_libraries-self-link-is-an-error'Brad King2020-06-021-0/+7
|\ \
| * | target_link_libraries: self-link through ALIAS is an errorMarc Chevrier2020-05-301-0/+7
| |/
* | Merge topic 'pch-fix-bad-ClearSourcesCache'Brad King2020-06-011-2/+0
|\ \
| * \ Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'Brad King2020-05-291-2/+0
| |\ \
| | * | PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-291-2/+0
* | | | Merge topic 'ninja-multi-export-all-symbols'Brad King2020-06-011-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ninja Multi-Config: Fix bug in CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSKyle Edwards2020-05-291-1/+2
| |/ /
| * | Merge topic 'fix-ClearSourcesCache' into release-3.17Brad King2020-05-181-0/+1
| |\ \ | | |/
| * | Merge topic 'pch-file-time' into release-3.17Brad King2020-02-271-0/+13
| |\ \
* | | | CUDA: Factor runtime library lookup into helper methodBrad King2020-05-221-0/+19
* | | | Multi-Ninja: Fix PCHs for Visual C++Cristian Adam2020-05-201-0/+4
* | | | cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructureBrad King2020-05-181-63/+12
* | | | cmGeneratorTarget: Remove default config from Get* methodsBrad King2020-05-181-1/+2
* | | | Merge topic 'cuda-clang'Brad King2020-05-181-0/+14
|\ \ \ \
| * | | | CUDA: Add support for Clang compilerRaul Tambre2020-05-151-0/+14
* | | | | Merge topic 'fix-ClearSourcesCache'Brad King2020-05-181-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCacheBrad King2020-05-151-0/+1
* | | | INTERFACE_SOURCES: Fix per-config link libs on multi-config generatorsBrad King2020-05-121-1/+7
* | | | cmGeneratorTarget: Factor evaluated target prop entries into structBrad King2020-05-121-57/+54
* | | | cmGeneratorTarget: Track when the set of link libs is config-dependentBrad King2020-05-121-0/+9