| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'genex-generate-file' | Brad King | 2013-05-28 | 1 | -0/+11 |
|\ |
|
| * | file: Add GENERATE command to produce files at generate time | Stephen Kelly | 2013-05-24 | 1 | -0/+11 |
|
|
* | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -3/+4 |
|/ |
|
* | Ninja: use MinGW generator code in EnableLanguage() | Peter Kümmel | 2013-03-09 | 1 | -0/+1 |
|
|
* | CMake: Add -T option to choose a generator toolset | Brad King | 2013-02-07 | 1 | -0/+4 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -3/+0 |
|
|
* | Merge topic 'AutomocUseTargetProperties' into export-sets | Alex Neundorf | 2012-09-30 | 1 | -2/+3 |
|\ |
|
| * | Store cmGeneratorTargets with the makefile. | Stephen Kelly | 2012-09-19 | 1 | -2/+2 |
|
|
* | | exports: Add cmExportSetMap class | Yury G. Kudryashov | 2012-09-28 | 1 | -7/+3 |
|
|
* | | exports: Create class cmExportSet | Yury G. Kudryashov | 2012-09-28 | 1 | -4/+4 |
|
|
* | | exports: Rename cmGlobalGenerator::AddTargetToExport{s,} | Yury G. Kudryashov | 2012-09-28 | 1 | -1/+1 |
|
|
* | | exports: Remove cmTargetExport constructor | Yury G. Kudryashov | 2012-09-28 | 1 | -7/+1 |
|
|
* | | cmGlobalGenerator.h: some minor coding style fixes | Alex Neundorf | 2012-09-28 | 1 | -6/+5 |
|/ |
|
* | Merge topic 'position-independent-targets' | David Cole | 2012-06-12 | 1 | -0/+3 |
|\ |
|
| * | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -0/+3 |
|
|
* | | Move the EscapeJSON method to a sharable location. | Stephen Kelly | 2012-06-04 | 1 | -0/+2 |
|/ |
|
* | Factor out custom command .rule file path generation | Brad King | 2012-04-18 | 1 | -0/+3 |
|
|
* | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 1 | -1/+1 |
|
|
* | Pre-compute object file names before Makefile generation | Brad King | 2012-03-09 | 1 | -0/+1 |
|
|
* | Create a cmGeneratorTarget for each cmTarget during generation | Brad King | 2012-03-09 | 1 | -0/+10 |
|
|
* | Optionally allow IMPORTED targets to be globally visible | Brad King | 2012-01-25 | 1 | -1/+2 |
|
|
* | Fix typo. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Fix line-too-long style violations | Brad King | 2011-10-10 | 1 | -3/+4 |
|
|
* | Introduce a cmGlobalGenerator::ResolveLanguageCompiler function | Peter Collingbourne | 2011-10-02 | 1 | -0/+7 |
|
|
* | Constify many getters of cmGlobalGenerator. | Nicolas Despres | 2011-10-02 | 1 | -16/+16 |
|
|
* | Add const versions of some getters. | Nicolas Despres | 2011-10-02 | 1 | -0/+1 |
|
|
* | Move automoc processing from add_executable/library to cmGlobalGenerator | Alex Neundorf | 2011-08-15 | 1 | -0/+2 |
|
|
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -2/+3 |
|
|
* | Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE' | Brad King | 2011-01-26 | 1 | -1/+4 |
|\ |
|
| * | try_compile: Allow only languages loaded in caller (#11469) | Brad King | 2011-01-24 | 1 | -1/+4 |
|
|
* | | Remove unused GLOBAL_TARGET generation code | Brad King | 2010-12-13 | 1 | -2/+1 |
|
|
* | | Merge branch 'vs-target-dependencies' into imported-target-dependencies | Brad King | 2010-11-19 | 1 | -1/+2 |
|\ \ |
|
| * | | Record edge type in global dependency graph | Brad King | 2010-11-18 | 1 | -1/+2 |
|
|
* | | | Don't disable colors in the CodeBlocks generator and minor cleanup. | Alex Neundorf | 2010-11-11 | 1 | -1/+0 |
|
|
* | | | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -22/+22 |
|/ / |
|
* | | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+3 |
|\ \ |
|
| * | | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+3 |
| |/ |
|
* | | Merge topic 'vs-utility-depends' | Brad King | 2010-08-31 | 1 | -0/+2 |
|\ \ |
|
| * | | Factor out global generator ComputeTargetDepends method | Brad King | 2010-08-24 | 1 | -0/+2 |
| |/ |
|
* | | Restore GetTargetDirectDepends const return | Brad King | 2010-08-25 | 1 | -1/+1 |
|/ |
|
* | Fix rule hash persistence file generation | Brad King | 2010-02-12 | 1 | -0/+2 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 1 | -0/+4 |
|
|
* | Avoid non-root copies of root-only targets | Brad King | 2009-10-06 | 1 | -0/+1 |
|
|
* | Cleanup cmGlobalGenerator::GetTargetSets method | Brad King | 2009-10-01 | 1 | -7/+5 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | No /fast targets in try_compile project mode | Brad King | 2009-08-04 | 1 | -1/+1 |
|
|
* | Fix recursive try_compile calls | Brad King | 2009-08-03 | 1 | -1/+1 |
|
|
* | ENH: make sure GUIDs for filters are cached | Bill Hoffman | 2009-07-17 | 1 | -1/+3 |
|
|
* | BUG: Fix Xcode linker language | Brad King | 2009-07-10 | 1 | -3/+3 |
|
|
* | ENH: Generate a central list of target directories | Brad King | 2009-03-09 | 1 | -2/+2 |
|
|