Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmScriptGenerator: Remove unused method. | Stephen Kelly | 2015-07-30 | 1 | -3/+0 | |
| * | | | | | | | | cmGlobalGenerator: Move QtAutogen handling to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -5/+7 | |
| * | | | | | | | | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 9 | -13/+42 | |
| * | | | | | | | | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 4 | -3/+12 | |
| * | | | | | | | | Xcode: Use allBuild target return value. | Stephen Kelly | 2015-07-29 | 1 | -2/+1 | |
| * | | | | | | | | cmMakefile: Simplify generate-time cmGeneratorTarget creation. | Stephen Kelly | 2015-07-29 | 2 | -1/+1 | |
| * | | | | | | | | cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute(). | Stephen Kelly | 2015-07-29 | 1 | -2/+2 | |
| * | | | | | | | | cmGlobalGenerator: Return from Compute whether to generate. | Stephen Kelly | 2015-07-29 | 3 | -7/+11 | |
| * | | | | | | | | cmGlobalGenerator: Create a new Compute step before generation. | Stephen Kelly | 2015-07-29 | 3 | -7/+5 | |
| * | | | | | | | | cmGlobalGenerator: Remove the TargetManifest member. | Stephen Kelly | 2015-07-29 | 3 | -15/+7 | |
| * | | | | | | | | cmGlobalGenerator: Remove unused manifest accessor. | Stephen Kelly | 2015-07-29 | 1 | -5/+0 | |
| * | | | | | | | | VisualStudio: Skip global targets when processing. | Stephen Kelly | 2015-07-29 | 3 | -1/+10 | |
| * | | | | | | | | Xcode: Skip Global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -0/+5 | |
| * | | | | | | | | cmMakefile: Move method out of line. | Stephen Kelly | 2015-07-29 | 2 | -4/+6 | |
| * | | | | | | | | cmMakefile: Return target from all AddUtilityCommand signatures | Brad King | 2015-07-29 | 2 | -19/+21 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'SunOS-link-CXX-normally' | Brad King | 2015-07-31 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | SunOS: Drop special case for linking C++ shared libraries with gcc (#15673) | Brad King | 2015-07-30 | 1 | -8/+0 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'fix-cray-version' | Brad King | 2015-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Cray: Fix compiler version detection (#15664) | Justin Cook | 2015-07-30 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-31 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'refactor-fortran-module-directory' | Brad King | 2015-07-30 | 6 | -63/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmCommonTargetGenerator: Factor out Fortran module directory computation | Brad King | 2015-07-29 | 2 | -24/+32 | |
| * | | | | | | | cmCommonTargetGenerator: Store working directory for relative paths | Brad King | 2015-07-29 | 4 | -6/+12 | |
| * | | | | | | | cmCommonTargetGenerator: Return string from GetFortranModuleDirectory | Brad King | 2015-07-29 | 3 | -25/+20 | |
| * | | | | | | | cmDependsFortran: Use string to store module directory | Brad King | 2015-07-29 | 2 | -9/+7 | |
* | | | | | | | | Merge topic 'cmCommonTargetGenerator-GetLinkedTargetDirectories' | Brad King | 2015-07-30 | 3 | -26/+40 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | cmCommonTargetGenerator: Adopt linked target directory computation | Brad King | 2015-07-28 | 3 | -26/+40 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-30 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-07-29 | 3 | -5/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmMakefileTargetGenerator: Remove unused variable. | Stephen Kelly | 2015-07-28 | 1 | -1/+0 | |
| * | | | | | cmGeneratorExpressionNode: Remove unused variable. | Stephen Kelly | 2015-07-28 | 1 | -2/+0 | |
| * | | | | | Fix include guard. | Stephen Kelly | 2015-07-28 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'ninja-implib-byproduct' | Brad King | 2015-07-29 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTs | Nils Gladitz | 2015-07-28 | 1 | -2/+3 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-29 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'use-generator-target' | Brad King | 2015-07-28 | 42 | -560/+478 | |
|\ \ \ \ \ | ||||||
| * | | | | | Port some of the cmExportFileGenerator API to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 4 | -23/+32 | |
| * | | | | | Port cmExportBuildFileGenerator to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 2 | -24/+26 | |
| * | | | | | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 6 | -17/+36 | |
| * | | | | | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 12 | -128/+143 | |
| * | | | | | Move GetLocationForBuild to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 4 | -41/+46 | |
| * | | | | | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 8 | -25/+31 | |
| * | | | | | Always access target location from a cmGeneratorTarget instance. | Stephen Kelly | 2015-07-27 | 4 | -11/+15 | |
| * | | | | | cmTarget: Restore the ImportedGetLocation method. | Stephen Kelly | 2015-07-27 | 3 | -6/+20 | |
| * | | | | | cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path. | Stephen Kelly | 2015-07-27 | 1 | -0/+1 | |
| * | | | | | cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION. | Stephen Kelly | 2015-07-27 | 1 | -2/+8 | |
| * | | | | | cmTarget: Inline GetLocation into deprecated callers. | Stephen Kelly | 2015-07-27 | 1 | -7/+36 | |
| * | | | | | cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc. | Stephen Kelly | 2015-07-27 | 5 | -4/+21 | |
| * | | | | | cmGlobalGenerator: Create cmGeneratorTargets earlier. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 | |
| * | | | | | cmTarget: Use reliable test for CMP0024 and CMP0026 OLD. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 | |