summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cleanup-build-commands'Brad King2013-11-191-66/+79
|\
| * Simplify some calls to cmGlobalGenerator::BuildBrad King2013-11-181-10/+1
| * Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-0/+20
| * cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-28/+18
| * cmGlobalGenerator: Add method to compute "cmake --build" command lineBrad King2013-11-141-0/+40
| * cmGlobalGenerator: Drop unused GenerateBuildCommand implementationBrad King2013-11-141-33/+5
* | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-0/+31
|/
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-7/+8
* Merge topic 'constify'Brad King2013-11-121-7/+4
|\
| * cmTarget: Don't finalize include directories in GetIncludeDirectories.Stephen Kelly2013-11-071-5/+2
| * cmGlobalGenerator: Rename the FinalizeCompileDefinitions method.Stephen Kelly2013-11-071-2/+2
* | Refactor internal resource location APIs and initializationBrad King2013-11-121-3/+3
|/
* Merge topic 'refactor-autogen-setup'Brad King2013-11-061-10/+16
|\
| * cmAutogen: Gather tool arguments after creating generator targets.Stephen Kelly2013-11-051-9/+15
| * cmAutogen: Rename method to InitializeAutogenTargetStephen Kelly2013-11-051-1/+1
* | Merge topic 'clear-generator-data'Brad King2013-11-061-47/+36
|\ \ | |/ |/|
| * cmGlobalGenerator: Refactor member cleanup between configuresBrad King2013-11-051-47/+36
* | Merge topic 'fix-automoc-compile-definitions'Brad King2013-11-051-4/+20
|\ \ | |/ |/|
| * Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)Stephen Kelly2013-11-051-4/+20
* | Merge topic 'clear-evaluation-files'Brad King2013-11-051-0/+8
|\ \
| * | file(GENERATE): Clear internal records between configuresBrad King2013-11-041-0/+8
| |/
* | Merge topic 'object-library-missing-source'Brad King2013-11-021-0/+1
|\ \
| * | Check for OBJECT_LIBRARY source files at start of generationBrad King2013-11-011-0/+1
| |/
* | Merge topic 'use-generator-target'Brad King2013-10-301-3/+23
|\ \
| * | Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-271-3/+23
* | | Merge topic 'Qt-auto-generators'Brad King2013-10-281-12/+15
|\ \ \
| * | | Add automatic rcc invocation for Qt.Stephen Kelly2013-10-241-1/+2
| * | | Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-1/+3
| * | | Rename the cmQtAutoGenerator instances to reflect coming features.Stephen Kelly2013-10-241-6/+6
| * | | Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-241-7/+7
* | | | Merge topic 'enable-language-require-compiler'Brad King2013-10-281-25/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-281-25/+95
| |/ /
* | | Drop compatibility with CMake < 2.4Brad King2013-10-231-23/+0
|/ /
* | export(): Process the export() command at generate time.Stephen Kelly2013-10-111-0/+56
* | Merge topic 'apple-clang-id'Brad King2013-10-091-0/+41
|\ \
| * | Add policy CMP0025 for Apple Clang compiler id compatibilityBrad King2013-10-081-0/+41
| |/
* | Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+4
|\ \
| * | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
| |/
* | Fix resetting the compiler on the command line (#14366).Stephen Kelly2013-08-191-2/+10
|/
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-2/+24
* Merge topic 'tid-system-argument'Brad King2013-07-161-0/+11
|\
| * Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-0/+11
* | Merge topic 'compile-defs-debugging'Brad King2013-07-151-3/+10
|\ \
| * | Add target property debugging for COMPILE_DEFINITIONSStephen Kelly2013-07-121-3/+10
| |/
* | cmake: On configure error suggest looking at CMake*.log filesBrad King2013-07-091-3/+19
|/
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-7/+7
* Fix indentation.Stephen Kelly2013-05-291-1/+1
* Merge topic 'genex-generate-file'Brad King2013-05-281-0/+51
|\
| * file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+51
* | Merge topic 'doc-improvements'Brad King2013-05-161-1/+1
|\ \