Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fix-CMP0054-elseif-warning' | Brad King | 2015-10-21 | 6 | -12/+79 |
|\ | | | | | | | | | d6a03b47 cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802) | ||||
| * | cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802) | Stephen Kelly | 2015-10-20 | 6 | -12/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit v3.4.0-rc1~494^2~4 (cmMakefile: Add API for elseif to create backtrace., 2015-05-29) removed the use of cmMakefileCall to push/pop execution context in favor of a new way to create backtraces. However, a call to cmMakefile::GetExecutionContext is still invoked to issue a contextual CMP0054 warning through cmConditionEvaluator. As the elseif is not part of the call stack, this resulted in trying to access an empty vector. Avoid the attempt at getting execution context when evaluating elseif by constructing a context and backtrace on behalf of the cmConditionEvaluator in all cases. | ||||
| * | Merge branch 'ctest-submit-content-type' into release | Brad King | 2015-10-12 | 2 | -0/+14 |
| |\ | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge topic 'use-generator-target' | Brad King | 2015-10-20 | 53 | -1074/+1232 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8f8940b cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. 7550879f cmGeneratorTarget: Move IsXCTestOnApple from cmTarget. 88d10d55 cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. b5f5de70 cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. 8e20ea6e cmGeneratorTarget: Move IsLinkable from cmTarget. a527abf0 Xcode: Port internal API to cmGeneratorTarget. eb3be7d6 cmGeneratorTarget: Move GetExportName from cmTarget. d231c31b Export: Port internal API to cmGeneratorTarget. e6661282 Export: Port internal utility to cmGeneratorTarget. 2b9cc1e2 Export: Port some API to cmGlobalGenerator. 97062ac2 cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget. 6a72b3c8 Export: Port interface to cmGeneratorTarget. 1293c156 cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. 381e7afd cmExportSet: Store a cmGeneratorTarget. 65911cae cmGlobalGenerator: Compute export() related classes early. 37ab74a6 cmLocalGenerator: Port PList handling to cmGeneratorTarget. ... | ||||
| * | | | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 9 | -26/+26 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move IsXCTestOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 5 | -13/+13 |
| | | | | |||||
| * | | | cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 8 | -12/+22 |
| | | | | | | | | | | | | | | | | Leave the cmTarget method behind for now to implement cmInstallCommand. | ||||
| * | | | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 10 | -28/+46 |
| | | | | | | | | | | | | | | | | Leave the cmTarget method behind for now to implement cmInstallCommand. | ||||
| * | | | cmGeneratorTarget: Move IsLinkable from cmTarget. | Stephen Kelly | 2015-10-19 | 8 | -19/+20 |
| | | | | |||||
| * | | | Xcode: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 2 | -16/+19 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move GetExportName from cmTarget. | Stephen Kelly | 2015-10-18 | 7 | -32/+32 |
| | | | | |||||
| * | | | Export: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 4 | -9/+10 |
| | | | | |||||
| * | | | Export: Port internal utility to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 7 | -27/+28 |
| | | | | |||||
| * | | | Export: Port some API to cmGlobalGenerator. | Stephen Kelly | 2015-10-18 | 7 | -16/+13 |
| | | | | |||||
| * | | | cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 3 | -15/+11 |
| | | | | |||||
| * | | | Export: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 6 | -107/+105 |
| | | | | |||||
| * | | | cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 5 | -20/+48 |
| | | | | |||||
| * | | | cmExportSet: Store a cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 8 | -27/+41 |
| | | | | | | | | | | | | | | | | Set the member at compute time from the stored name. | ||||
| * | | | cmGlobalGenerator: Compute export() related classes early. | Stephen Kelly | 2015-10-18 | 3 | -5/+3 |
| | | | | | | | | | | | | | | | | Simplify CMP0024 handling. | ||||
| * | | | cmLocalGenerator: Port PList handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 4 | -11/+12 |
| | | | | |||||
| * | | | cmLocalGenerator: Port policy handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 2 | -2/+2 |
| | | | | |||||
| * | | | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 18 | -107/+119 |
| | | | | |||||
| * | | | Use cmGeneratorTarget for property access. | Stephen Kelly | 2015-10-17 | 8 | -70/+81 |
| | | | | |||||
| * | | | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 9 | -27/+35 |
| | | | | |||||
| * | | | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 6 | -17/+17 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move ComputeVersionedName from cmTarget. | Stephen Kelly | 2015-10-16 | 4 | -26/+26 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 11 | -61/+62 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move CheckCMP0004 from cmTarget. | Stephen Kelly | 2015-10-16 | 4 | -64/+65 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move ImportInfo from cmTarget. | Stephen Kelly | 2015-10-16 | 4 | -257/+246 |
| | | | | |||||
| * | | | 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 | 5 | -17/+27 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move GetFullNameImported from cmTarget. | Stephen Kelly | 2015-10-16 | 4 | -12/+12 |
| | | | | |||||
| * | | | cmGeneratorTarget: Access global state through LocalGenerator. | Stephen Kelly | 2015-10-16 | 3 | -15/+12 |
| | | | | |||||
| * | | | cmGeneratorTarget: Port Utility items to cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -3/+2 |
| | | | | |||||
| * | | | cmGeneratorTarget: Port implementation to cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -8/+5 |
| | | | | |||||
| * | | | cmGeneratorTarget: Port language computation to cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | cmGeneratorTarget: Move GetObjectLibrariesCMP0026 from cmTarget. | Stephen Kelly | 2015-10-16 | 4 | -47/+48 |
| | | | | |||||
| * | | | cmGeneratorTarget: Port TraceDependencies to cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | The problem of needing cmTarget is not solved with this, but the removal of the cmTarget member is valuable. | ||||
| * | | | cmGeneratorTarget: Port object library handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -7/+6 |
| | | | | |||||
| * | | | cmGeneratorTarget: Port internal class to cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2015-10-20 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | c6d75294 Merge branch 'upstream-kwsys' into update-kwsys 9c6a7203 KWSys 2015-10-16 (a7e5360f) | ||||
| * | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-10-19 | 1 | -0/+11 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'ghs-drop-optgroup' | Brad King | 2015-10-16 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | ce7ccafc GHS: Remove extra flag to GHS MULTI compiler (#15771) | ||||
| * | | | GHS: Remove extra flag to GHS MULTI compiler (#15771) | Geoff Viola | 2015-10-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Do not produce "{optgroup=GhsCommonOptions}" in the generated .gpj files. The flag was added originally to match an old project file, but it does not seem necessary and is not compatible with all GHS versions. | ||||
* | | | | Merge topic 'genex-consumers-generator-targets' | Brad King | 2015-10-16 | 9 | -83/+78 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | c4ae1578 Genex: Port some access API to cmGeneratorTarget. 6d27a3db Genex: Port implementation to cmGeneratorTarget. |