| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'unicode-fstream' | Brad King | 2014-01-07 | 1 | -2/+3 |
|\ |
|
| * | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 1 | -1/+13 |
|
|
* | | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -11/+0 |
|
|
* | | cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL. | Stephen Kelly | 2014-01-06 | 1 | -1/+2 |
|
|
* | | cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -0/+28 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+28 |
|
|
* | | Merge topic 'constify' | Brad King | 2013-12-23 | 1 | -1/+1 |
|\ \ |
|
| * | | cmGlobalGenerator: Fix value type pushed into autogens vector | Brad King | 2013-12-20 | 1 | -1/+1 |
|
|
* | | | Merge topic 'minor-cleanup' | Brad King | 2013-12-19 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Avoid certain actions on IMPORTED targets. | Stephen Kelly | 2013-12-11 | 1 | -0/+4 |
| |/ |
|
* | | Constify cmGeneratorTarget access. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -8/+9 |
|/ |
|
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+9 |
|
|
* | Merge topic 'constify' | Brad King | 2013-11-20 | 1 | -9/+11 |
|\ |
|
| * | cmGlobalGenerator: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 1 | -7/+9 |
|
|
| * | cmMakefile: Make IsAlias const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
| * | cmTarget: Make custom command accessors API const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | | Notify extra generators about languages | Ben Boeckel | 2013-11-19 | 1 | -0/+5 |
|/ |
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-11-19 | 1 | -66/+79 |
|\ |
|
| * | Simplify some calls to cmGlobalGenerator::Build | Brad King | 2013-11-18 | 1 | -10/+1 |
|
|
| * | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -0/+20 |
|
|
| * | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -28/+18 |
|
|
| * | cmGlobalGenerator: Add method to compute "cmake --build" command line | Brad King | 2013-11-14 | 1 | -0/+40 |
|
|
| * | cmGlobalGenerator: Drop unused GenerateBuildCommand implementation | Brad King | 2013-11-14 | 1 | -33/+5 |
|
|
* | | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -0/+31 |
|/ |
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -7/+8 |
|
|
* | Merge topic 'constify' | Brad King | 2013-11-12 | 1 | -7/+4 |
|\ |
|
| * | cmTarget: Don't finalize include directories in GetIncludeDirectories. | Stephen Kelly | 2013-11-07 | 1 | -5/+2 |
|
|
| * | cmGlobalGenerator: Rename the FinalizeCompileDefinitions method. | Stephen Kelly | 2013-11-07 | 1 | -2/+2 |
|
|
* | | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -3/+3 |
|/ |
|
* | Merge topic 'refactor-autogen-setup' | Brad King | 2013-11-06 | 1 | -10/+16 |
|\ |
|
| * | cmAutogen: Gather tool arguments after creating generator targets. | Stephen Kelly | 2013-11-05 | 1 | -9/+15 |
|
|
| * | cmAutogen: Rename method to InitializeAutogenTarget | Stephen Kelly | 2013-11-05 | 1 | -1/+1 |
|
|
* | | Merge topic 'clear-generator-data' | Brad King | 2013-11-06 | 1 | -47/+36 |
|\ \
| |/
|/| |
|
| * | cmGlobalGenerator: Refactor member cleanup between configures | Brad King | 2013-11-05 | 1 | -47/+36 |
|
|
* | | Merge topic 'fix-automoc-compile-definitions' | Brad King | 2013-11-05 | 1 | -4/+20 |
|\ \
| |/
|/| |
|
| * | Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535) | Stephen Kelly | 2013-11-05 | 1 | -4/+20 |
|
|
* | | Merge topic 'clear-evaluation-files' | Brad King | 2013-11-05 | 1 | -0/+8 |
|\ \ |
|
| * | | file(GENERATE): Clear internal records between configures | Brad King | 2013-11-04 | 1 | -0/+8 |
| |/ |
|
* | | Merge topic 'object-library-missing-source' | Brad King | 2013-11-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Check for OBJECT_LIBRARY source files at start of generation | Brad King | 2013-11-01 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'use-generator-target' | Brad King | 2013-10-30 | 1 | -3/+23 |
|\ \ |
|
| * | | Split CreateGeneratorTargets into two methods. | Stephen Kelly | 2013-10-27 | 1 | -3/+23 |
|
|
* | | | Merge topic 'Qt-auto-generators' | Brad King | 2013-10-28 | 1 | -12/+15 |
|\ \ \ |
|
| * | | | Add automatic rcc invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -1/+2 |
|
|
| * | | | Add automatic uic invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -1/+3 |
|
|
| * | | | Rename the cmQtAutoGenerator instances to reflect coming features. | Stephen Kelly | 2013-10-24 | 1 | -6/+6 |
|
|
| * | | | Rename the cmQtAutomoc class to cmQtAutoGenerators. | Stephen Kelly | 2013-10-24 | 1 | -7/+7 |
|
|