| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -5/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -23/+23 |
|
|
* | cmTarget: Remove the project argument to FindTarget | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for AddSubdirectory paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -9/+10 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -10/+11 |
|
|
* | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 1 | -1/+0 |
|
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+4 |
|
|
* | Merge topic 'constify' | Brad King | 2014-01-13 | 1 | -15/+15 |
|\ |
|
| * | cmGlobalGenerator: Make SelectMakeProgram const. | Stephen Kelly | 2014-01-12 | 1 | -4/+4 |
|
|
| * | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
| * | cmGlobalGenerator: Make some API const. | Stephen Kelly | 2014-01-12 | 1 | -10/+10 |
|
|
* | | cmake: Future-proof --find-package mode. | Stephen Kelly | 2014-01-13 | 1 | -0/+2 |
|/ |
|
* | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 1 | -0/+2 |
|
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -0/+5 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+5 |
|
|
* | | Constify autogen handling. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
* | | Constify cmGeneratorTarget access. | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -5/+7 |
|/ |
|
* | cmGlobalGenerator: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 1 | -2/+2 |
|
|
* | cmMakefile: Make IsAlias const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-11-19 | 1 | -6/+15 |
|\ |
|
| * | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+1 |
|
|
| * | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -0/+2 |
|
|
| * | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -5/+5 |
|
|
| * | cmGlobalGenerator: Add method to compute "cmake --build" command line | Brad King | 2013-11-14 | 1 | -0/+7 |
|
|
* | | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -0/+2 |
|/ |
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Do not propagate const through GetCMakeInstance | Brad King | 2013-11-12 | 1 | -2/+1 |
|
|
* | cmGlobalGenerator: Rename the FinalizeCompileDefinitions method. | Stephen Kelly | 2013-11-07 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-autogen-setup' | Brad King | 2013-11-06 | 1 | -1/+3 |
|\ |
|
| * | cmAutogen: Gather tool arguments after creating generator targets. | Stephen Kelly | 2013-11-05 | 1 | -1/+3 |
|
|
* | | Merge topic 'clear-generator-data' | Brad King | 2013-11-06 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | cmGlobalGenerator: Refactor member cleanup between configures | Brad King | 2013-11-05 | 1 | -1/+2 |
|
|
* | | Merge topic 'fix-automoc-compile-definitions' | Brad King | 2013-11-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535) | Stephen Kelly | 2013-11-05 | 1 | -0/+1 |
|
|
* | | Merge topic 'vs-generator-names' | Brad King | 2013-10-31 | 1 | -0/+4 |
|\ \ |
|
| * | | VS: Add version year to generator names | Brad King | 2013-10-28 | 1 | -0/+4 |
|
|
* | | | Merge topic 'use-generator-target' | Brad King | 2013-10-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Split CreateGeneratorTargets into two methods. | Stephen Kelly | 2013-10-27 | 1 | -0/+1 |
|
|
* | | | | Merge topic 'Qt-auto-generators' | Brad King | 2013-10-28 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Rename the cmQtAutomoc class to cmQtAutoGenerators. | Stephen Kelly | 2013-10-24 | 1 | -1/+1 |
| |/ / |
|
* | | | Require CMAKE_<LANG>_COMPILER to be found as a full path | Brad King | 2013-10-28 | 1 | -0/+2 |
|/ / |
|
* | | export(): Process the export() command at generate time. | Stephen Kelly | 2013-10-11 | 1 | -13/+9 |
|
|
* | | CMP0024: Store the fact of included export in global generator. | Stephen Kelly | 2013-10-10 | 1 | -0/+13 |
|
|