summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-duplicate-test-run'Brad King2013-11-011-1/+8
|\
| * CTest: prevent tests from being inserted in the cost list twiceNils Gladitz2013-10-311-1/+8
* | Merge topic 'constify'Brad King2013-11-0119-233/+273
|\ \
| * | cmTarget: Make GetProperty() const.Stephen Kelly2013-10-3119-229/+263
| * | Don't call SetProperty from GetProperty.Stephen Kelly2013-10-301-4/+10
* | | Merge topic 'cmake-syntax-recorded-brackets'Brad King2013-11-011-49/+56
|\ \ \
| * | | macro: Do not substitute for placeholders in bracket argumentsBrad King2013-10-301-0/+7
| * | | macro: Add extra indentation to placeholder substitution codeBrad King2013-10-301-51/+51
| |/ /
* | | CMake Nightly Date StampKitware Robot2013-11-011-1/+1
| |/ |/|
* | Merge topic 'use-generator-target'Brad King2013-10-316-321/+320
|\ \
| * | Move TraceDependencies to cmGeneratorTarget.Stephen Kelly2013-10-306-317/+318
| * | Do not populate SourceEntries in AddSourceFile.Stephen Kelly2013-10-301-4/+2
* | | Merge topic 'fix-ninja-launcher-errors-from-custom'Brad King2013-10-312-2/+43
|\ \ \
| * | | Ninja: run custom commands through launcher if availableNils Gladitz2013-10-312-2/+43
* | | | Merge topic 'vs-generator-names'Brad King2013-10-318-63/+169
|\ \ \ \
| * | | | VS: Add version year to generator namesBrad King2013-10-288-63/+169
* | | | | CMake Nightly Date StampKitware Robot2013-10-311-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'use-generator-target'Brad King2013-10-307-95/+127
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove the Location member from cmTarget.Stephen Kelly2013-10-292-13/+19
| * | | Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2013-10-275-76/+83
| * | | Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-274-6/+25
* | | | Merge topic 'fix-coverage-over-multiple-projects'Brad King2013-10-301-0/+1
|\ \ \ \
| * | | | CTest: clean TargetDirs between unrelated coverage runs (issue 13143)Nils Gladitz2013-10-291-0/+1
* | | | | CMake Nightly Date StampKitware Robot2013-10-301-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'fix-custom-source-with-flags-crash'Brad King2013-10-291-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Generators: don't append sources from utility targets to objectSourcesNils Gladitz2013-10-281-1/+8
* | | | CMake Nightly Date StampKitware Robot2013-10-291-1/+1
* | | | Merge topic 'Qt-auto-generators'Brad King2013-10-2810-176/+937
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add automatic rcc invocation for Qt.Stephen Kelly2013-10-244-1/+296
| * | | Add automatic uic invocation for Qt.Stephen Kelly2013-10-247-14/+438
| * | | Record which files are skipped by automoc.Stephen Kelly2013-10-241-12/+26
| * | | Add extra checks for the AUTOMOC target property.Stephen Kelly2013-10-241-14/+21
| * | | Update output messages for generic use.Stephen Kelly2013-10-241-14/+14
| * | | Rename RunAutomoc to RunAutogen.Stephen Kelly2013-10-242-3/+3
| * | | Extract an SetupAutoMocTarget method.Stephen Kelly2013-10-242-48/+61
| * | | Rename the AutomocInfo.cmake file to be more generic.Stephen Kelly2013-10-241-3/+3
| * | | Move some makefile definitions up away from moc-specific code.Stephen Kelly2013-10-241-22/+21
| * | | Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.Stephen Kelly2013-10-241-3/+8
| * | | Rename some variables to reflect broader scope.Stephen Kelly2013-10-241-8/+9
| * | | Rename method to reflect generic use.Stephen Kelly2013-10-242-3/+3
| * | | Rename local variable to reflect generic use.Stephen Kelly2013-10-241-8/+8
| * | | Move variable set to where it is used.Stephen Kelly2013-10-241-2/+1
| * | | Rename the cmake_automoc command to cmake_autogen.Stephen Kelly2013-10-242-2/+2
| * | | Rename the cmQtAutoGenerator instances to reflect coming features.Stephen Kelly2013-10-242-9/+9
| * | | Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-246-38/+42
* | | | Merge topic 'enable-language-require-compiler'Brad King2013-10-284-25/+99
|\ \ \ \
| * | | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-284-25/+99
* | | | | Merge topic 'restore-serial-failed-test-order'Brad King2013-10-281-3/+4
|\ \ \ \ \
| * | | | | CTest: restore old failed test priority in serial test runsNils Gladitz2013-10-271-3/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ninja-use-deps'Brad King2013-10-286-71/+150
|\ \ \ \ \