summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | cmTarget: Fix styleStephen Kelly2015-10-271-1/+2
| * | | | | | | | | Remove some obsolete declarationsStephen Kelly2015-10-2713-19/+3
| * | | | | | | | | Use LocalGenerator when possibleStephen Kelly2015-10-263-12/+12
| * | | | | | | | | Makefiles: Remove some unneeded castsStephen Kelly2015-10-262-4/+3
| * | | | | | | | | Export: Remove unused variableStephen Kelly2015-10-261-1/+0
| * | | | | | | | | cmFunctionBlocker: Constify methodStephen Kelly2015-10-261-1/+1
| * | | | | | | | | Xcode: Fix typo in commentStephen Kelly2015-10-261-1/+1
| * | | | | | | | | Xcode: Remove trailing semicolonStephen Kelly2015-10-261-1/+1
* | | | | | | | | | Merge topic 'use-generator-target'Brad King2015-10-2849-409/+622
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-278-42/+12
| * | | | | | | | | | cmLocalGenerator: Port Find method away from GetGeneratorTargetStephen Kelly2015-10-274-15/+49
| * | | | | | | | | | VS6: Port to FindGeneratorTargetStephen Kelly2015-10-271-5/+4
| * | | | | | | | | | cmake: Port find_package mode away from GetGeneratorTargetStephen Kelly2015-10-271-4/+7
| * | | | | | | | | | cmMakefile: Add imported target accessorStephen Kelly2015-10-272-0/+13
| * | | | | | | | | | CMP0026: Port away from GetGeneratorTargetStephen Kelly2015-10-271-3/+3
| * | | | | | | | | | cmGlobalGenerator: Add FindGeneratorTarget APIStephen Kelly2015-10-272-0/+54
| * | | | | | | | | | cmGeneratorTarget: Add API for globally visible IMPORTEDStephen Kelly2015-10-272-0/+6
| * | | | | | | | | | Xcode: Port away from GetGeneratorTargetStephen Kelly2015-10-271-10/+6
| * | | | | | | | | | cmLocalGenerator: Store imported targets in a separate container.Stephen Kelly2015-10-273-0/+8
| * | | | | | | | | | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTargetStephen Kelly2015-10-273-2/+44
| * | | | | | | | | | cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-276-25/+20
| * | | | | | | | | | cmGlobalGenerator: Remove unneeded GetGeneratorTargetStephen Kelly2015-10-271-2/+1
| * | | | | | | | | | cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-277-54/+80
| * | | | | | | | | | cmTargetCollectLinkLanguages: Remove cmMakefile dependencyStephen Kelly2015-10-271-3/+3
| * | | | | | | | | | cmGeneratorTarget: Port cmOptionalLinkImplementationStephen Kelly2015-10-272-3/+3
| * | | | | | | | | | cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-275-23/+44
| * | | | | | | | | | cmLocalGenerator: Port internals to cmGeneratorTargetStephen Kelly2015-10-271-5/+4
| * | | | | | | | | | VS7: Port some implementation details to cmGeneratorTargetStephen Kelly2015-10-271-4/+4
| * | | | | | | | | | VS7: Port remaining interface to cmGeneratorTargetStephen Kelly2015-10-272-11/+10
| * | | | | | | | | | cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-2712-62/+70
| * | | | | | | | | | Export: Use existing IsDLLPlatform porcelainStephen Kelly2015-10-272-9/+2
| * | | | | | | | | | cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTargetStephen Kelly2015-10-274-6/+6
| * | | | | | | | | | cmLocalGenerator: Add IsRootMakefile APIStephen Kelly2015-10-275-7/+14
| * | | | | | | | | | Genex: use cmGeneratorTarget policy APIStephen Kelly2015-10-271-1/+1
| * | | | | | | | | | cmLocalGenerator: Add GetPolicyStatus APIStephen Kelly2015-10-273-4/+12
| * | | | | | | | | | cmGeneratorTarget: Add GetUtilityBacktrace APIStephen Kelly2015-10-273-1/+9
| * | | | | | | | | | cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-277-8/+14
| * | | | | | | | | | cmTarget: Make compatbility API explicit.Stephen Kelly2015-10-273-28/+18
| * | | | | | | | | | cmGeneratorTarget: Add GetLinkDirectories API.Stephen Kelly2015-10-264-4/+11
| * | | | | | | | | | cmGeneratorTarget: Move GetFrameworkVersion from cmTargetStephen Kelly2015-10-266-27/+27
| * | | | | | | | | | cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-2613-49/+71
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'fix-ctest_test-parallel-execution'Brad King2015-10-282-5/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests: Disable parallel test execution while running ctest_testStephen Kelly2015-10-271-0/+1
| * | | | | | | | | | Tests: Don't overwrite RunCMake_TEST_FAILED variableStephen Kelly2015-10-271-5/+5
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'fix-C-comment-syntax'Brad King2015-10-281-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CheckForPthreads.c: Do not use C++-style comments in C sourceMarc Chevrier2015-10-261-2/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'update-libarchive'Brad King2015-10-28104-1055/+8282
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmSystemTools: Preemptively adapt to future libarchive 4.0 changesBrad King2015-10-281-0/+3
| * | | | | | | | | | cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changesBrad King2015-10-281-0/+4
| * | | | | | | | | | Update libarchive configuration within CMakeBrad King2015-10-281-0/+2