| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
|/ / |
|
* | | cmLocalGenerator: Add cmake instance accessor. | Stephen Kelly | 2015-10-08 | 1 | -0/+5 |
|
|
* | | cmLocalGenerator: Constify target in API. | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
|/ |
|
* | Drop executable symbol export if platform does not support shared libs | Chuck Atkins | 2015-09-30 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: Compute object max path on construction. | Stephen Kelly | 2015-09-24 | 1 | -0/+2 |
|
|
* | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -5/+39 |
|
|
* | cmLocalGenerator: Simplify condition. | Stephen Kelly | 2015-09-18 | 1 | -1/+1 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+7 |
|
|
* | cmLocalGenerator: Always return the end snapshot state of a directory. | Stephen Kelly | 2015-09-12 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-compute' | Brad King | 2015-08-31 | 1 | -2/+2 |
|\ |
|
| * | cmGeneratorTarget: Rename method to match operation. | Stephen Kelly | 2015-08-30 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -5/+4 |
|
|
* | | cmMakefile: Remove cmLocalGenerator member. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+0 |
|/ |
|
* | Merge topic 'use-generator-target' | Brad King | 2015-08-27 | 1 | -4/+9 |
|\ |
|
| * | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+2 |
|
|
| * | cmGeneratorTarget: Move compile features processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
| * | cmGeneratorTarget: Move compile options processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -2/+6 |
|
|
* | | Merge topic 'rm-cmLocalGenerator-Children' | Brad King | 2015-08-27 | 1 | -20/+16 |
|\ \ |
|
| * | | cmLocalGenerator: Remove unused Children member. | Stephen Kelly | 2015-08-24 | 1 | -4/+0 |
|
|
| * | | cmLocalGenerator: Implement child traversal in terms of cmState. | Stephen Kelly | 2015-08-24 | 1 | -8/+11 |
|
|
| * | | cmLocalGenerator: Simplify condition. | Stephen Kelly | 2015-08-24 | 1 | -12/+9 |
| |/ |
|
* | | cmLocalGenerator: Implement GetFeature in terms of cmState. | Stephen Kelly | 2015-08-24 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Convert GetFeature recursion to loop. | Stephen Kelly | 2015-08-24 | 1 | -8/+8 |
|
|
* | | cmLocalGenerator: Simplify GetFeature implementation. | Stephen Kelly | 2015-08-24 | 1 | -8/+4 |
|
|
* | | cmLocalGenerator: Make GetFeature tail-recursive. | Stephen Kelly | 2015-08-24 | 1 | -3/+4 |
|/ |
|
* | cmTestGenerator: Require cmLocalGenerator, not cmMakefile. | Stephen Kelly | 2015-08-23 | 1 | -0/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-08-06 | 1 | -3/+5 |
|\ |
|
| * | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
| * | cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+3 |
|
|