summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* PCH: Avoid Apple-specific architecture flags on other platformsBrad King2020-08-101-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
|\
| * 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
* | | | Merge topic 'stdstring-getsafeprop'Brad King2020-05-011-5/+8
|\ \ \ \
| * | | | GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-5/+8
* | | | | Merge topic 'stl-support'Brad King2020-05-011-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* | | | | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-194/+193
|/ / / /
* | | | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-62/+152
* | | | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>Marc Chevrier2020-04-191-10/+14
* | | | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-16/+18
* | | | Merge topic 'cuda_architectures'Brad King2020-04-161-0/+89
|\ \ \ \
| * | | | CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-151-0/+89
* | | | | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-6/+6
|/ / / /
* | | | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-3/+5
* | | | Merge topic 'pch-ios-multi-arch'Brad King2020-04-031-27/+41
|\ \ \ \
| * | | | PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-27/+41
* | | | | cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-6/+7
|/ / / /
* | | | Merge topic 'pch-warn-invalid'Brad King2020-03-271-2/+16
|\ \ \ \
| * | | | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-261-2/+16
* | | | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-2/+2
* | | | | cmTarget: minor code improvementsVitaly Stakhovsky2020-03-171-1/+1
|/ / / /
* | | | cmTargetPropertyComputer::GetProperty: return cmPropVitaly Stakhovsky2020-03-161-4/+4
* | | | Swift: Propagate Swift_MODULE_DIRECTORY as include directorySaleem Abdulrasool2020-03-121-0/+84
* | | | Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>Alexandru Croitor2020-03-041-4/+40
* | | | Merge topic 'Genex-LINK_LANGUAGE'Brad King2020-02-271-34/+130
|\ \ \ \