| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -43/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+18 |
|
|
* | GHS: Shorten long object paths with duplicate source names | Geoff Viola | 2016-05-06 | 1 | -1/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | cmLocalGenerator: Simplify IssueMessage implementation | Brad King | 2016-04-15 | 1 | -11/+1 |
|
|
* | cmLocalGenerator: Use own IssueMessage method | Brad King | 2016-04-15 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-target-alias-in-subdir' | Brad King | 2016-04-05 | 1 | -13/+2 |
|\ |
|
| * | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 1 | -2/+2 |
|
|
| * | Fix lookup of an ALIAS target outside aliased target's directory (#16044) | Brad King | 2016-04-01 | 1 | -11/+0 |
|
|
* | | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -1/+1 |
|
|
* | | Merge topic 'fix-target-lookup-performance-regression' | Brad King | 2016-02-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Improve internal generator target structure lookup | Brad King | 2016-02-08 | 1 | -0/+2 |
|
|
* | | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -3/+3 |
|/ |
|
* | Port CMake from cmIML to KWIML | Brad King | 2015-12-18 | 1 | -2/+2 |
|
|
* | Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f... | Brad King | 2015-11-25 | 1 | -4/+2 |
|\ |
|
| * | cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes | Brad King | 2015-11-25 | 1 | -4/+2 |
|
|
* | | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -0/+7 |
|
|
* | | cmLocalGenerator: Port Find method away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -3/+13 |
|
|
* | | cmLocalGenerator: Store imported targets in a separate container. | Stephen Kelly | 2015-10-27 | 1 | -0/+5 |
|
|
* | | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -2/+38 |
|
|
* | | cmLocalGenerator: Port internals to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -5/+4 |
|
|
* | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 1 | -0/+5 |
|
|
* | | cmLocalGenerator: Add GetPolicyStatus API | Stephen Kelly | 2015-10-27 | 1 | -2/+8 |
|
|
* | | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -13/+14 |
|
|
* | | cmInstallTargetGenerator: Get a cmGeneratorTarget directly. | Stephen Kelly | 2015-10-24 | 1 | -0/+7 |
|
|
* | | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -11/+11 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-10-21 | 1 | -6/+6 |
|\ \ |
|
| * | | Access policy status from cmGeneratorTarget at generate time. | Stephen Kelly | 2015-10-20 | 1 | -2/+2 |
|
|
| * | | cmGeneratorTarget: Provide direct access to the backtrace. | Stephen Kelly | 2015-10-20 | 1 | -2/+2 |
|
|
| * | | cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -2/+2 |
|
|
* | | | cmLocalGenerator: Simplify semantic of adding generator targets. | Stephen Kelly | 2015-10-20 | 1 | -1/+0 |
|
|
* | | | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -6/+1 |
|/ / |
|
* | | cmLocalGenerator: Port PList handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -3/+3 |
|
|
* | | cmLocalGenerator: Port policy handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -34/+34 |
|
|
* | | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -1/+1 |
|
|
* | | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -32/+32 |
|\ \ |
|
| * | | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
| * | | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -30/+30 |
|
|
| * | | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ / |
|
* | | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -3/+21 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -2/+2 |
|\ \ |
|
| * | | cmGeneratorTarget: Move link implementation from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -0/+5 |
|
|
* | | | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -0/+5 |
|
|
* | | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -0/+10 |
|
|
* | | | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -0/+5 |
|/ / |
|