Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 22 | -48/+25 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | cmMakefile: Fix typo in comment | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | cmMakefile: Fix style | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | Makefiles: Remove unused variable | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
| | | |||||
| * | cmTarget: Remove obsolete member | Stephen Kelly | 2015-10-27 | 2 | -5/+0 |
| | | |||||
| * | cmTarget: Fix style | Stephen Kelly | 2015-10-27 | 1 | -1/+2 |
| | | |||||
| * | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 13 | -19/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that cmStandardIncludes.h is included before any platform header in cmGeneratorExpressionEvaluator.h. That file needs to change as a result of removal of the cmMakefile.h header from cmGeneratorExpressionNode.h, affecting the compilation of cmGeneratorExpressionNode.cxx. On AIX we need to include our own headers first to get large file support macros defined consistently within system headers. The old order in this header worked only because it was always included after other headers. | ||||
| * | Use LocalGenerator when possible | Stephen Kelly | 2015-10-26 | 3 | -12/+12 |
| | | |||||
| * | Makefiles: Remove some unneeded casts | Stephen Kelly | 2015-10-26 | 2 | -4/+3 |
| | | |||||
| * | Export: Remove unused variable | Stephen Kelly | 2015-10-26 | 1 | -1/+0 |
| | | |||||
| * | cmFunctionBlocker: Constify method | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | | |||||
| * | Xcode: Fix typo in comment | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | | |||||
| * | Xcode: Remove trailing semicolon | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | | |||||
* | | Merge topic 'use-generator-target' | Brad King | 2015-10-28 | 49 | -409/+622 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79c3a2a8 cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget c389f8bb cmLocalGenerator: Port Find method away from GetGeneratorTarget 02533038 VS6: Port to FindGeneratorTarget b6278e9f cmake: Port find_package mode away from GetGeneratorTarget 7a6caae1 cmMakefile: Add imported target accessor 0fb187cc CMP0026: Port away from GetGeneratorTarget 8caf1f36 cmGlobalGenerator: Add FindGeneratorTarget API 278ba2db cmGeneratorTarget: Add API for globally visible IMPORTED 79c11d23 Xcode: Port away from GetGeneratorTarget 9b244cc0 cmLocalGenerator: Store imported targets in a separate container. def6da61 cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget a67231ac cmTarget: Implement ALIAS in terms of name mapping d566f39a cmGlobalGenerator: Remove unneeded GetGeneratorTarget 0c97d32f cmGlobalGenerator: Remove direct storage of targets 383bfd95 cmTargetCollectLinkLanguages: Remove cmMakefile dependency 7f6bedda cmGeneratorTarget: Port cmOptionalLinkImplementation ... | ||||
| * | | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 8 | -42/+12 |
| | | | | | | | | | | | | | | | | | | | | | The configure-time and generate-time types should be completely independent. Add ownership of cmGeneratorTarget instances to the cmLocalGenerator. | ||||
| * | | cmLocalGenerator: Port Find method away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 4 | -15/+49 |
| | | | | | | | | | | | | Mirror the cmMakefile::FindTarget method. | ||||
| * | | VS6: Port to FindGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -5/+4 |
| | | | |||||
| * | | cmake: Port find_package mode away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -4/+7 |
| | | | |||||
| * | | cmMakefile: Add imported target accessor | Stephen Kelly | 2015-10-27 | 2 | -0/+13 |
| | | | |||||
| * | | CMP0026: Port away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
| | | | |||||
| * | | cmGlobalGenerator: Add FindGeneratorTarget API | Stephen Kelly | 2015-10-27 | 2 | -0/+54 |
| | | | |||||
| * | | cmGeneratorTarget: Add API for globally visible IMPORTED | Stephen Kelly | 2015-10-27 | 2 | -0/+6 |
| | | | |||||
| * | | Xcode: Port away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -10/+6 |
| | | | |||||
| * | | cmLocalGenerator: Store imported targets in a separate container. | Stephen Kelly | 2015-10-27 | 3 | -0/+8 |
| | | | |||||
| * | | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 3 | -2/+44 |
| | | | |||||
| * | | cmTarget: Implement ALIAS in terms of name mapping | Stephen Kelly | 2015-10-27 | 6 | -25/+20 |
| | | | | | | | | | | | | Remove mapping to cmTarget. | ||||
| * | | cmGlobalGenerator: Remove unneeded GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -2/+1 |
| | | | |||||
| * | | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 7 | -54/+80 |
| | | | | | | | | | | | | Find the target by looping when needed. | ||||
| * | | cmTargetCollectLinkLanguages: Remove cmMakefile dependency | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
| | | | |||||
| * | | cmGeneratorTarget: Port cmOptionalLinkImplementation | Stephen Kelly | 2015-10-27 | 2 | -3/+3 |
| | | | |||||
| * | | cmGeneratorTarget: Add API for property keys | Stephen Kelly | 2015-10-27 | 5 | -23/+44 |
| | | | |||||
| * | | cmLocalGenerator: Port internals to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -5/+4 |
| | | | |||||
| * | | VS7: Port some implementation details to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -4/+4 |
| | | | |||||
| * | | VS7: Port remaining interface to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 2 | -11/+10 |
| | | | |||||
| * | | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 12 | -62/+70 |
| | | | | | | | | | | | | Don't duplicate this in each cmMakefile. | ||||
| * | | Export: Use existing IsDLLPlatform porcelain | Stephen Kelly | 2015-10-27 | 2 | -9/+2 |
| | | | |||||
| * | | cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget | Stephen Kelly | 2015-10-27 | 4 | -6/+6 |
| | | | |||||
| * | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 5 | -7/+14 |
| | | | |||||
| * | | Genex: use cmGeneratorTarget policy API | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | cmLocalGenerator: Add GetPolicyStatus API | Stephen Kelly | 2015-10-27 | 3 | -4/+12 |
| | | | |||||
| * | | cmGeneratorTarget: Add GetUtilityBacktrace API | Stephen Kelly | 2015-10-27 | 3 | -1/+9 |
| | | | |||||
| * | | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 7 | -8/+14 |
| | | | |||||
| * | | cmTarget: Make compatbility API explicit. | Stephen Kelly | 2015-10-27 | 3 | -28/+18 |
| | | | |||||
| * | | cmGeneratorTarget: Add GetLinkDirectories API. | Stephen Kelly | 2015-10-26 | 4 | -4/+11 |
| | | | |||||
| * | | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 6 | -27/+27 |
| | | | |||||
| * | | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 13 | -49/+71 |
| |/ | |||||
* | | Merge topic 'fix-ctest_test-parallel-execution' | Brad King | 2015-10-28 | 2 | -5/+6 |
|\ \ | | | | | | | | | | | | | | | | 6a56c824 Tests: Disable parallel test execution while running ctest_test 5f14040c Tests: Don't overwrite RunCMake_TEST_FAILED variable | ||||
| * | | Tests: Disable parallel test execution while running ctest_test | Stephen Kelly | 2015-10-27 | 1 | -0/+1 |
| | | | |||||
| * | | Tests: Don't overwrite RunCMake_TEST_FAILED variable | Stephen Kelly | 2015-10-27 | 1 | -5/+5 |
| | | | |||||
* | | | Merge topic 'fix-C-comment-syntax' | Brad King | 2015-10-28 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | e166203f CheckForPthreads.c: Do not use C++-style comments in C source |