summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+1
|\
| * PCH: Template instantiation supportTobias Hieta2020-09-021-0/+1
* | Merge topic 'ispc_improvements'Brad King2020-09-081-0/+2
|\ \
| * | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+1
| * | ISPC: Add compiler launcher supportRobert Maynard2020-09-031-0/+1
* | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-1/+1
|/ /
* | Merge topic 'getdef'Brad King2020-09-031-8/+8
|\ \
| * | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-8/+8
* | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variableThomas G2020-09-021-0/+1
|/ /
* | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-011-0/+1
|\ \
| * | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-09-011-0/+1
| |/
* | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+1
|\ \ | |/ |/|
| * ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-0/+1
* | cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-211-0/+31
* | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-121-0/+1
* | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-23/+18
* | Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-10/+0
|/
* cmTarget: Refactor init of common language propertiesRobert Maynard2020-07-281-25/+17
* Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-7/+24
* cmTarget: Skip output dir property init for CMake-provided targetsBrad King2020-07-231-1/+2
* cmTarget: De-duplicate conditions for property initializationBrad King2020-07-231-17/+9
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
* fileapi: Support multiple backtraces for language standardJustin Goshi2020-07-061-5/+10
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-2/+2
* Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-291-0/+69
|\
| * Add backtrace support for language standardJustin Goshi2020-06-221-0/+69
* | Refactor: Add IsAndroidGuiExecutable() method to cmTargetKyle Edwards2020-06-181-2/+8
|/
* VS: Enable DOTNET_TARGET_FRAMEWORK properties all target typesKinan Mahdi2020-06-051-1/+1
* Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+1
|\
| * Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+1
* | cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-2/+2
* | Unity Builds: Support explicit specification of sources to groupsRobert Maynard2020-05-071-0/+1
|/
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-4/+6
* Merge topic 'cuda_architectures'Brad King2020-04-161-0/+1
|\
| * CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-151-0/+1
* | Merge topic 'ibmi-aix-exports'Brad King2020-04-151-2/+5
|\ \ | |/ |/|
| * AIX: Activate symbol export/import IBM i (OS400)Brad King2020-04-141-2/+5
| * ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-091-0/+2
* | cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-66/+60
* | cmStateDirectory::GetProperty: return cmPropVitaly Stakhovsky2020-03-271-1/+4
* | Merge topic 'pch-warn-invalid'Brad King2020-03-271-0/+1
|\ \
| * | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-261-0/+1
* | | Merge topic 'cleanup-endls-2'Brad King2020-03-261-1/+1
|\ \ \
| * | | Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-1/+1
* | | | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+1
|/ / /
* | | cmTarget: minor code improvementsVitaly Stakhovsky2020-03-171-23/+23
|/ /
* | Merge topic 'property-computer'Brad King2020-03-171-3/+5
|\ \
| * | cmTargetPropertyComputer::GetProperty: return cmPropVitaly Stakhovsky2020-03-161-3/+5
* | | cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-2/+3
|/ /
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-1/+1