summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \
| * | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
| |/
* | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-5/+7
|/
* Merge topic 'fix-automoc-no-qt'Brad King2013-03-131-2/+4
|\
| * Automoc: Don't create automoc targets if Qt is not used (#13999)Stephen Kelly2013-03-121-2/+4
* | Ninja: use MinGW generator code in EnableLanguage()Peter Kümmel2013-03-091-0/+32
|/
* automoc: Add source file to target early to set the linker languageStephen Kelly2013-02-221-1/+9
* Merge branch 'master' into generator-toolsetBrad King2013-02-071-1/+3
|\
| * Merge topic 'clean-include-dirs-debugging'Brad King2013-01-231-0/+1
| |\
| | * Only output includes once after the start of 'generate-time' when debugging.Stephen Kelly2013-01-211-0/+1
| * | Merge topic 'automoc-object'Brad King2013-01-231-1/+2
| |\ \ | | |/ | |/|