summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake Nightly Date StampKitware Robot2013-10-241-1/+1
* Merge topic 'output-CMP0022-entries'Brad King2013-10-231-1/+26
|\
| * CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-231-1/+26
* | Merge topic 'doc-cmake-developer'Brad King2013-10-231-0/+10
|\ \
| * | cmRST: Cross-reference cmake-developer.7 manual and cmRST DoxygenBrad King2013-10-221-0/+10
* | | Merge topic 'remove-old-commands-by-policy'Brad King2013-10-2319-256/+114
|\ \ \
| * | | Add policy CMP0036 to disallow build_nameBrad King2013-10-224-34/+13
| * | | Add policy CMP0035 to disallow variable_requiresBrad King2013-10-224-28/+12
| * | | Add policy CMP0034 to disallow utility_sourceBrad King2013-10-224-36/+12
| * | | Add policy CMP0033 to disallow export_library_dependenciesBrad King2013-10-224-35/+14
| * | | Add policy CMP0032 to disallow output_required_filesBrad King2013-10-224-29/+12
| * | | Add policy CMP0031 to disallow load_commandBrad King2013-10-224-22/+11
| * | | Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-224-38/+11
| * | | Add policy CMP0029 to disallow subdir_dependsBrad King2013-10-224-34/+10
| * | | Add infrastructure for policies that disallow commandsBrad King2013-10-221-0/+19
* | | | Merge topic 'cmarray-templates'Brad King2013-10-232-25/+38
|\ \ \ \
| * | | | Genex: Use cmArraySize for targetPolicyWhitelistStephen Kelly2013-10-221-4/+1
| * | | | Genex: Remove use of TransitiveWhitelistCompareStephen Kelly2013-10-221-21/+9
| * | | | Add some templates for cleaner array iteration.Stephen Kelly2013-10-221-0/+28
* | | | | CMake Nightly Date StampKitware Robot2013-10-231-1/+1
| |/ / / |/| | |
* | | | Merge topic 'rst-literal-blocks'Brad King2013-10-222-31/+68
|\ \ \ \ | | |/ / | |/| |
| * | | cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-212-0/+25
| * | | cmRST: Do not process inline markup in code-block literalsBrad King2013-10-212-31/+43
| |/ /
* | | Merge topic 'genex-conversion-warnings'Brad King2013-10-224-10/+10
|\ \ \
| * | | use size_t for GeneratorExpressionContent::ContentLength to fix some warningsRolf Eike Beer2013-10-214-10/+10
| |/ /
* | | Merge topic 'string-CONCAT-command'Brad King2013-10-222-0/+26
|\ \ \
| * | | string: Add CONCAT sub-commandBrad King2013-10-212-0/+26
* | | | Merge topic 'xcode-folder-types'Brad King2013-10-221-5/+16
|\ \ \ \
| * | | | Xcode: Generate 'folder' source type for directories (#14498)Michael Priestman2013-10-211-5/+16
| | |/ / | |/| |
* | | | Merge topic 'double-colon-is-imported'Brad King2013-10-223-0/+46
|\ \ \ \
| * | | | Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-213-0/+46
* | | | | Merge topic 'vs9-target-framework-version'Brad King2013-10-221-0/+5
|\ \ \ \ \
| * | | | | VS: Set .NET target framework version for VS 7-9 (#14499)Brad King2013-10-211-0/+5
* | | | | | Merge topic 'cmake--build-pipes'Brad King2013-10-223-12/+7
|\ \ \ \ \ \
| * | | | | | cmake: Always pass through stdout/stderr in --build modeBrad King2013-10-183-12/+7
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'remove-cmake-i-wizard'Brad King2013-10-225-209/+5
|\ \ \ \ \ \
| * | | | | | cmake: Drop support for "-i" wizard modeBrad King2013-10-185-209/+5
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2013-10-221-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'INTERFACE_LIBRARY-build-targets'Brad King2013-10-217-75/+132
|\ \ \ \ \
| * | | | | Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-217-38/+95