summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make platform information files specific to the CMake versionBrad King2012-08-241-9/+4
* Cleanly enable a language in multiple subdirectoriesBrad King2012-08-221-11/+13
* Merge topic 'position-independent-targets'David Cole2012-06-121-0/+21
|\
| * Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+21
* | Move the EscapeJSON method to a sharable location.Stephen Kelly2012-06-041-0/+13
|/
* Factor out custom command .rule file path generationBrad King2012-04-181-0/+15
* Rename/constify build-time config placeholder lookupBrad King2012-03-091-1/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-1/+9
* Create a cmGeneratorTarget for each cmTarget during generationBrad King2012-03-091-0/+47
* Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-19/+20
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-3/+14
* Introduce a cmGlobalGenerator::ResolveLanguageCompiler functionPeter Collingbourne2011-10-021-0/+73
* Merge topic 'UsingCMakeLikePkgConfig2'David Cole2011-08-251-1/+1
|\
| * Replace cmake::GetScriptMode() with GetWorkingMode()Alex Neundorf2011-08-091-1/+1
* | Fix bootstrap test with automocAlex Neundorf2011-08-171-0/+2
* | Move automoc processing from add_executable/library to cmGlobalGeneratorAlex Neundorf2011-08-151-0/+32
* | Remove trailing whitespaceAlex Neundorf2011-08-151-14/+14
* | RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-3/+3
|/
* Refine unused cache variable warningBrad King2011-03-241-2/+0
* Merge topic 'dev/strict-mode'Brad King2011-01-271-0/+2
|\
| * Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-23/+4
| |\
| * \ Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-171-2/+3
| |\ \
| * \ \ Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-12/+60
| |\ \ \
| * | | | Check for unused variables at the end of generateBen Boeckel2010-11-151-0/+2
* | | | | Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-10/+34
|\ \ \ \ \
| * | | | | try_compile: Allow only languages loaded in caller (#11469)Brad King2011-01-241-10/+34
| |/ / / /
* | | | | Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Record backtrace in cmCustomCommandBrad King2010-12-151-1/+1
* | | | | Remove unused GLOBAL_TARGET generation codeBrad King2010-12-131-20/+2
|/ / / /
* | | | Merge topic 'vs8-direct-depends'David Cole2010-11-161-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Store direct dependencies in solutions for VS >= 8Brad King2010-09-101-3/+2
| | |/ | |/|
* | | Merge topic 'vs-project-groups'Brad King2010-10-051-2/+3
|\ \ \ | |/ / |/| |
| * | New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-2/+3
* | | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+40
|\ \ \ | |/ /
| * | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+40
| |/
* | Merge topic 'vs-utility-depends'Brad King2010-08-311-10/+18
|\ \