summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/ | |/|
| | * Automoc: Fix automoc for OBJECT libraries.Yury G. Kudryashov2013-01-151-1/+2
* | | CMake: Add -T option to choose a generator toolsetBrad King2013-02-071-0/+14
|/ /
* | Make the BUILD_INTERFACE of export()ed targets work.Stephen Kelly2013-01-151-13/+1
|/
* Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.Stephen Kelly2013-01-081-0/+17
* VS11: Allow using folders with the VS11 Express Edition (#13770)David Cole2012-12-031-1/+1
* Merge topic 'generator-factory'Brad King2012-11-201-8/+0
|\
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-8/+0
* | Merge topic 'fix-IMPORTED-GLOBAL-reconfigure'Brad King2012-11-201-0/+1
|\ \ | |/ |/|
| * Initialize IMPORTED GLOBAL targets on reconfigure (#13702)Brad King2012-11-191-0/+1
* | GenEx: Create cmGeneratorTargets for imported targets.Stephen Kelly2012-10-221-0/+10
* | GenEx: Fix reporting about not-found include directories and libraries.Stephen Kelly2012-10-171-6/+16
* | Merge topic 'documentation-cleanup'Brad King2012-10-011-1/+1
|\ \
| * | Fix minor typos.Stephen Kelly2012-09-291-1/+1
* | | Merge topic 'AutomocUseTargetProperties' into export-setsAlex Neundorf2012-09-301-10/+33
|\ \ \ | |/ /
| * | Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-191-0/+19
| * | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-6/+6
| * | Store cmGeneratorTargets with the makefile.Stephen Kelly2012-09-191-4/+8
* | | exports: cmGlobalGenerator::ExportSets destructor will clear itYury G. Kudryashov2012-09-281-1/+0
* | | exports: Add cmExportSetMap classYury G. Kudryashov2012-09-281-29/+0
* | | exports: Create class cmExportSetYury G. Kudryashov2012-09-281-22/+14
* | | exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-281-1/+1
* | | exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-281-12/+4
* | | exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-281-1/+1
|/ /