summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>Marc Chevrier2020-02-261-34/+130
* | | Merge topic 'pch-file-time'Brad King2020-02-271-0/+13
|\ \ \ | |/ / |/| |
| * | PCH: Copy the timestamp from an absolute header fileCristian Adam2020-02-261-0/+13
* | | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-14/+17
|/ /
* | Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-10/+12
* | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-241-6/+16
* | Merge topic 'multi-ninja-pch'Brad King2020-01-201-2/+9
|\ \
| * | Multi-Ninja: Add precompile headers supportCristian Adam2020-01-171-2/+9
* | | Merge topic 'acc-fix-in-source-depends-path'Brad King2020-01-201-0/+11
|\ \ \
| * | | cmGeneratorTarget: search for relative paths to the binary directoryBen Boeckel2020-01-161-0/+11
| |/ /
* | | Merge topic 'out-of-dir-link-list'Brad King2020-01-171-31/+46
|\ \ \ | |/ / |/| |
| * | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-31/+46
* | | Merge topic 'avoid-getcwd'Brad King2020-01-151-1/+2
|\ \ \ | |/ / |/| |
| * | cmake: avoid getcwd in `CollapseFullPath`Tim Blechmann2020-01-141-1/+2
* | | clang-format: fix erroneous handling of header <queue>Marc Chevrier2020-01-061-2/+1
* | | Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+28
|/ /
* | Ninja: Add multi-config variantKyle Edwards2019-12-131-4/+6
* | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-121-2/+2
* | Merge topic 'link-options-propagation'Brad King2019-12-091-14/+22
|\ \