summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in textluzpaz2017-11-0368-83/+83
* CMake Nightly Date StampKitware Robot2017-11-031-1/+1
* Merge topic 'cross_link_CheckLanguage_enable_language'Craig Scott2017-11-021-1/+2
|\
| * Help: enable_language now documents the CheckLanguage moduleRobert Maynard2017-10-311-1/+2
* | Merge topic 'deprecate-policy-old'Brad King2017-11-0247-24/+409
|\ \
| * | Add deprecation warnings for policies CMP0054 and belowBrad King2017-11-0147-24/+409
* | | Merge topic 'update-kwsys'Brad King2017-11-025-25/+50
|\ \ \
| * \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-015-25/+50
| |\ \ \
| | * | | KWSys 2017-11-01 (6ffca34c)KWSys Upstream2017-11-015-25/+50
* | | | | Merge topic 'doc-cmp0037-update'Brad King2017-11-021-1/+6
|\ \ \ \ \
| * | | | | Help: Document CMP0037 relaxation of test and package targetsBrad King2017-11-011-1/+6
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-11-021-1/+1
|/ / / /
* | | | Merge branch 'release-3.10'Brad King2017-11-010-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | CMake 3.10.0-rc4v3.10.0-rc4Brad King2017-11-011-1/+1
* | | | Merge branch 'release-3.10'Brad King2017-11-010-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'mingw-clang-c-compile-features' into release-3.10Brad King2017-11-011-1/+1
| |\ \ \
| * \ \ \ Merge branch 'autogen-moc-predefs-no-moc-options' into release-3.10Brad King2017-10-312-3/+12
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'release-3.9'Brad King2017-11-010-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backport-3.9-autogen-moc-predefs-no-moc-options' into release-3.9Brad King2017-11-011-3/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'autogen-moc-predefs-no-moc-options'Brad King2017-11-012-3/+12
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-3.9' into autogen-moc-predefs-no-moc-optionsBrad King2017-11-010-0/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Autogen: Don't add AUTOMOC_MOC_OPTIONS to moc-predefs commandSebastian Holtermann2017-10-311-3/+0
| | |/ / / /
| * | | | | Autogen: Tests: Set AUTOMOC_MOC_OPTIONS in a simple testSebastian Holtermann2017-10-311-0/+5
| * | | | | Autogen: Don't use AUTOMOC_MOC_OPTIONS in moc-predefs commandSebastian Holtermann2017-10-311-3/+7
| | |/ / / | |/| | |
* | | | | Merge topic '16780-write-single-xcodeproj'Brad King2017-11-018-0/+37
|\ \ \ \ \
| * | | | | Xcode: Add option to generate only topmost project fileGregor Jasny2017-10-318-0/+37
* | | | | | Merge topic 'notes_timestamp'Brad King2017-11-011-1/+2
|\ \ \ \ \ \
| * | | | | | CTest: fix Time formatting in Notes.xmlZack Galbreath2017-10-311-1/+2
| |/ / / / /
* | | | | | Merge topic 'windows-embed-cmake-version'Brad King2017-11-012-0/+47
|\ \ \ \ \ \
| * | | | | | Windows: Embed version information into CMake binariesJustin Goshi2017-10-312-0/+47
* | | | | | | Merge topic 'mingw-clang-c-compile-features'Brad King2017-11-011-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Record C compile features flags for MinGW Clang on WindowsBrad King2017-11-011-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2017-11-011-1/+1
* | | | | | | Merge branch 'release-3.10'Brad King2017-10-310-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'autogen-change-rcc-config-suffix' into release-3.10Brad King2017-10-301-2/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'autogen-change-rcc-config-suffix'Brad King2017-10-311-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Autogen: Make rcc output file suffix static (instead of pseudo-random)Sebastian Holtermann2017-10-301-2/+2
| |/ / / / / /
* | | | | | | Merge topic 'update-vim-syntax'Brad King2017-10-314-22/+33
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ update vim-syntax to latest cmake-commitPatrick Boettcher2017-10-314-22/+33
| |\ \ \ \ \ \ \
| | * | | | | | | vim-cmake-syntax 2017-10-31 (a8a846f0)vim-cmake-syntax upstream2017-10-314-23/+33
* | | | | | | | | Merge topic 'cmp0037-conditional-targets'Brad King2017-10-3141-145/+341
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CMP0037: Allow test and package targets when features are not enabledBrad King2017-10-3026-5/+195
| * | | | | | | | | CMP0037: De-duplicate check and message generationBrad King2017-10-305-91/+48
| * | | | | | | | | Tests: Add RunCMake.CMP0037 case for WARN on reserved targetsBrad King2017-10-263-0/+41
| * | | | | | | | | Tests: Do not enable languages in all cases of RunCMake.CMP0037Brad King2017-10-268-8/+8
| * | | | | | | | | cmGlobalGenerator: Refactor test and package target conditionsBrad King2017-10-261-42/+50
* | | | | | | | | | Merge topic '15468-xcode-hide-zero-check-source-group'Brad King2017-10-311-2/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Xcode: Do not create ZERO_CHECK source groupGregor Jasny2017-10-301-2/+6
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'vs-hlsl-opt-dbg'Brad King2017-10-315-0/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VS: Add source file property to set hlsl debug and optimization flagsJeremiah van Oosten2017-10-305-0/+42