summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'makefile-target-messages'Brad King2015-07-151-2/+14
|\ \ \
| * | | Makefile: Optionally disable target completion messages in build outputMichael Ensslin2015-07-141-2/+14
| | |/ | |/|
* | | Merge topic 'vs-nsight-tegra-attributes'Brad King2015-07-152-6/+149
|\ \ \ | |_|/ |/| |
| * | VS: Add more Nsight Tegra generator Android property settingsMikhail Filimonov2015-07-142-6/+149
| |/
* | CMake Nightly Date StampKitware Robot2015-07-151-1/+1
|/
* Merge topic 'coverage_no_tests'Brad King2015-07-141-1/+1
|\
| * ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2015-07-131-1/+1
* | Merge topic 'refactor-rule-var-includes'Brad King2015-07-146-3/+32
|\ \
| * | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-136-3/+32
* | | Merge topic 'factor-out-common-generator'Brad King2015-07-141-0/+6
|\ \ \
| * | | cmNinjaTargetGenerator: Restore addition of Fortran format flagsBrad King2015-07-131-0/+6
* | | | CMake Nightly Date StampKitware Robot2015-07-141-1/+1
| |/ / |/| |
* | | Merge topic 'fix-command-rename'Brad King2015-07-131-0/+11
|\ \ \
| * | | cmState: Restore renamed commands on cleanup.Stephen Kelly2015-07-121-0/+11
| * | | Merge branch 'fortran-module-preprocessor-defs' into releaseBrad King2015-07-061-1/+1
| |\ \ \
| * | | | CMake 3.3.0-rc3v3.3.0-rc3Brad King2015-06-261-1/+1
| * | | | Merge branch 'fix-target_link_libraries-wrong-dir' into releaseBrad King2015-06-253-4/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'cmake-gui-osx-install-command-line' into releaseBrad King2015-06-242-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-function-missing-end' into releaseBrad King2015-06-226-27/+32
| |\ \ \ \ \ \
| * | | | | | | CMake 3.3.0-rc2v3.3.0-rc2Brad King2015-06-091-1/+1
| * | | | | | | Merge branch 'ctest-script-mode-no-legacy-cygwin' into releaseBrad King2015-06-081-0/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'cmake-gui-osx-install-command-line' into releaseBrad King2015-06-081-0/+1
| |\ \ \ \ \ \ \ \
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-131-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-121-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-111-1/+1
* | | | | | | | | | Merge topic 'autorcc-qt-5.1'Brad King2015-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)Brad King2015-07-091-1/+1
* | | | | | | | | | | Merge topic 'OUTPUT_NAME-genex'Brad King2015-07-101-3/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-091-3/+13
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'factor-out-common-generator'Brad King2015-07-1019-581/+643
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | cmNinjaTargetGenerator: Use GetDefines methodBrad King2015-07-091-11/+1
| * | | | | | | | | | cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-094-29/+28
| * | | | | | | | | | cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-096-103/+56
| * | | | | | | | | | cmNinjaTargetGenerator: Add OX X framework flagsBrad King2015-07-091-2/+4
| * | | | | | | | | | cmMakefileTargetGenerator: Fix comment typoBrad King2015-07-091-1/+1
| * | | | | | | | | | cmNinjaTargetGenerator: Factor out AddIncludeFlags helperBrad King2015-07-092-16/+25
| * | | | | | | | | | cmNinjaTargetGenerator: Add Fortran flag generationBrad King2015-07-091-7/+12
| * | | | | | | | | | cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-094-64/+65
| * | | | | | | | | | cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-094-32/+34
| * | | | | | | | | | cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-094-104/+105
| * | | | | | | | | | cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-093-12/+15
| * | | | | | | | | | cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-097-70/+39
| * | | | | | | | | | cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-096-63/+34
| * | | | | | | | | | cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-096-9/+9
| * | | | | | | | | | cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-096-38/+24
| * | | | | | | | | | cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessorBrad King2015-07-094-17/+18
| * | | | | | | | | | cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-096-16/+28
| * | | | | | | | | | Add common base classes to Makefile and Ninja generatorsBrad King2015-07-0919-16/+174
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'move-command-line-escape-code'Brad King2015-07-109-727/+698
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmOutputConverter: Adopt command line escaping codeBrad King2015-07-085-700/+673