Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | | This patch solves the problem of installing both: Device and Simulator libraries on iOS. Before only one of them was installed. If the IOS_INSTALL_COMBINED property is set on a target, a special install hook will be activated which builds the corresponding target and combines both at the install location. The original patch was contributed by Ruslan Baratov, and polished by Gregor Jasny. | ||||
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -5/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13a37f5f cmMakefile: Fix typo in comment 958508bb cmMakefile: Fix style 91a829c1 Makefiles: Remove unused variable e0213882 cmTarget: Remove obsolete member 0554c2c9 cmTarget: Fix style b22e5d0a Remove some obsolete declarations ce43ed2c Use LocalGenerator when possible d90c9738 Makefiles: Remove some unneeded casts 331023ae Export: Remove unused variable a03f3d0e cmFunctionBlocker: Constify method d50c4220 Xcode: Fix typo in comment 803f1901 Xcode: Remove trailing semicolon | ||||
| * | cmTarget: Remove obsolete member | Stephen Kelly | 2015-10-27 | 1 | -4/+0 |
| | | |||||
| * | cmTarget: Fix style | Stephen Kelly | 2015-10-27 | 1 | -1/+2 |
| | | |||||
* | | CMP0026: Port away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
| | | |||||
* | | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 1 | -1/+3 |
| | | | | | | | | Find the target by looping when needed. | ||||
* | | cmTarget: Make compatbility API explicit. | Stephen Kelly | 2015-10-27 | 1 | -17/+0 |
| | | |||||
* | | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 1 | -19/+0 |
|/ | |||||
* | cmTarget: Remove unused NameResolvesToFramework. | Stephen Kelly | 2015-10-20 | 1 | -7/+0 |
| | |||||
* | Move ComputeLinkType out of cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -25/+0 |
| | | | | | Keep it out of the way, so that it does not become part of cmGeneratorTarget, but where it can be used to implement CMP0003. | ||||
* | cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -10/+0 |
| | |||||
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -26/+0 |
| | |||||
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -8/+0 |
| | |||||
* | cmGeneratorTarget: Move IsXCTestOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -7/+0 |
| | |||||
* | cmGeneratorTarget: Move IsLinkable from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -11/+0 |
| | |||||
* | cmGeneratorTarget: Move GetExportName from cmTarget. | Stephen Kelly | 2015-10-18 | 1 | -20/+0 |
| | |||||
* | cmGeneratorTarget: Move ComputeVersionedName from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -17/+0 |
| | |||||
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -38/+0 |
| | |||||
* | cmGeneratorTarget: Move CheckCMP0004 from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -57/+0 |
| | |||||
* | cmGeneratorTarget: Move ImportInfo from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -229/+0 |
| | |||||
* | cmTarget: Inline the essential part of imported target location. | Stephen Kelly | 2015-10-16 | 1 | -3/+65 |
| | |||||
* | cmGeneratorTarget: Move ImportedGetLocation from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -9/+0 |
| | |||||
* | cmGeneratorTarget: Move GetFullNameImported from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -8/+0 |
| | |||||
* | cmGeneratorTarget: Move GetObjectLibrariesCMP0026 from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -39/+0 |
| | |||||
* | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -28/+1 |
| | |||||
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -75/+79 |
| | | | | | | | Mostly automated: values=( "EXECUTABLE" "STATIC_LIBRARY" "SHARED_LIBRARY" "MODULE_LIBRARY" "OBJECT_LIBRARY" "UTILITY" "GLOBAL_TARGET" "INTERFACE_LIBRARY" "UNKNOWN_LIBRARY" "TargetType") for i in "${values[@]}"; do git grep -l cmTarget::$i | xargs sed -i "s|cmTarget::$i|cmState::$i|g"; done | ||||
* | cmTarget: Move link type enum out. | Stephen Kelly | 2015-10-14 | 1 | -19/+20 |
| | | | | Remove a reason for generate time code to depend on the cmTarget header/type. | ||||
* | cmTarget: Move ImportInfoMap out of internal class. | Stephen Kelly | 2015-10-14 | 1 | -8/+4 |
| | |||||
* | cmTarget: Move backtrace member out of internal class. | Stephen Kelly | 2015-10-14 | 1 | -5/+2 |
| | |||||
* | cmTarget: Remove unneeded constructors. | Stephen Kelly | 2015-10-14 | 1 | -15/+0 |
| | | | | The compiler generated ones are fine here. | ||||
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -15/+0 |
| | |||||
* | cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -20/+0 |
| | |||||
* | cmGeneratorTarget: Move FindTargetToLink from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -31/+0 |
| | |||||
* | cmGeneratorTarget: Move GetUtilityItems from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -21/+0 |
| | |||||
* | cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -14/+0 |
| | |||||
* | cmGeneratorTarget: Move GetOutputTargetType from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -56/+0 |
| | |||||
* | cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -112/+0 |
| | |||||
* | cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -8/+0 |
| | |||||
* | cmGeneratorTarget: Move ComputePDBOutputDir from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -61/+0 |
| | |||||
* | cmGeneratorTarget: Move IsNullImpliedByLinkLibraries from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -7/+0 |
| | |||||
* | cmGeneratorTarget: Move output info from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -158/+0 |
| | |||||
* | cmGeneratorTarget: Move UsesDefaultOutputDir from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -8/+0 |
| | |||||
* | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -11/+0 |
| | |||||
* | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -19/+0 |
| | |||||
* | cmTarget: Make OutputInfo definition public. | Stephen Kelly | 2015-10-08 | 1 | -10/+0 |
| | |||||
* | cmGeneratorTarget: Move link implementation from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -175/+10 |
| | |||||
* | cmTarget: Split storage of link implementation from backtraces. | Stephen Kelly | 2015-10-08 | 1 | -21/+15 |
| | |||||
* | cmTarget: Remove Compute method. | Stephen Kelly | 2015-10-07 | 1 | -4/+0 |
| | |||||
* | cmGeneratorTarget: Move computed sources from cmTarget. | Stephen Kelly | 2015-10-07 | 1 | -288/+11 |
| | |||||
* | cmGeneratorTarget: Inline GetSourceFiles from cmTarget. | Stephen Kelly | 2015-10-07 | 1 | -43/+6 |
| |