summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge topic 'cpack-ifw-error-wording'Brad King2019-02-071-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | CPack/IFW: Correct wording in error messageJoachim Wuttke (o)2019-02-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'FindHDF5-cleanup'Brad King2019-02-071-59/+81
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindHDF5: Modernize formatting of variable documentationMichael Hirsch, Ph.D2019-02-071-49/+69
| * | | | | | FindHDF5: Use execute_process instead of exec_programMichael Hirsch, Ph.D2019-02-071-10/+12
| |/ / / / /
* | | | | | Merge topic 'xcode-stdlib-flags'Brad King2019-02-073-0/+26
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-073-0/+26
| |/ / / /
* | | | | Merge topic 'vs-csharp-nowarn-numbers'Brad King2019-02-0712-16/+132
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-0712-16/+132
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-02-071-1/+1
| |_|/ |/| |
* | | Begin post-3.14 developmentBrad King2019-02-063-2/+11
* | | Merge branch 'release-3.14'Brad King2019-02-064-13/+4
|\ \ \ | |/ / |/| / | |/
| * CMake 3.14.0-rc1 version updateBrad King2019-02-062-4/+4
| * Help: Drop development topic notes to prepare releaseBrad King2019-02-062-9/+0
|/
* Merge topic 'doc-3.14-relnotes'Brad King2019-02-0665-413/+342
|\
| * Help: Organize and revise 3.14 release notesBrad King2019-02-061-154/+200
| * Help: Consolidate 3.14 release notesBrad King2019-02-0665-413/+296
|/
* Merge topic 'deprecate-xcode-4'Brad King2019-02-062-1/+9
|\
| * Xcode: deprecate support for Xcode 4Gregor Jasny2019-02-062-1/+9
* | Merge topic 'relax_CUDA_RESOLVE_DEVICE_SYMBOLS_constraints'Brad King2019-02-0611-35/+219
|\ \
| * | CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-0511-35/+219
* | | Merge topic 'autogen_same_name_different_extension'Brad King2019-02-068-14/+103
|\ \ \
| * | | Autogen: AUTOMOC support for files with the same name but different extensionsSebastian Holtermann2019-02-052-13/+35
| * | | Autogen: Extend the SameName test with same name but different extension filesSebastian Holtermann2019-02-056-1/+68
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2019-02-061-1/+1
|/ /
* | Merge topic 'update-kwsys'Brad King2019-02-051-1/+2
|\ \
| * \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-02-051-1/+2
| |\ \
| | * | KWSys 2019-02-05 (65802a20)KWSys Upstream2019-02-051-1/+2
* | | | Merge topic 'autogen_single_all_sources_iteration'Brad King2019-02-054-85/+85
|\ \ \ \
| * | | | Autogen: Iterate over makefile sources only onceSebastian Holtermann2019-02-021-78/+80
| * | | | cmSystemTools: Let `GetFileFormat` accept a `std::stding const&`Sebastian Holtermann2019-02-024-8/+6
* | | | | Merge topic 'vs-fortran-target-check'Brad King2019-02-052-19/+17
|\ \ \ \ \
| * | | | | VS: Fix Fortran target type selection when linking C++ targetsBrad King2019-02-042-19/+17
| | |_|_|/ | |/| | |
* | | | | Merge topic '17870-iphone-friendly-cmake'Brad King2019-02-0526-111/+215
|\ \ \ \ \
| * | | | | Xcode: Completely disable code signing for compiler id detectionGregor Jasny2019-02-043-14/+3
| * | | | | Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-0425-68/+178
| * | | | | Tests: Isolate RunCMake.XcodeProject per-device cases from host archBrad King2019-02-041-30/+35
* | | | | | Merge topic 'swift-xcode-10.2'Brad King2019-02-054-3/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Xcode: Update default Swift language version for Xcode 10.2Brad King2019-02-044-3/+13
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-02-051-1/+1
|/ / / /
* | | | Merge topic 'cmSourceFile_refactor'Brad King2019-02-0413-84/+112
|\ \ \ \ | | |/ / | |/| |
| * | | cmSourceFile: Check if a file is GENERATED first in the full path computationSebastian Holtermann2019-02-021-5/+5
| * | | cmSourceFile: Refactor FindFullPath methodSebastian Holtermann2019-02-024-63/+74
| * | | Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-0110-11/+11
| * | | cmSourceFile: Add IsGenerated methodSebastian Holtermann2019-02-012-4/+17
| * | | cmSourceFile: Additional static property stringsSebastian Holtermann2019-02-012-3/+7
* | | | Merge topic 'vs-wince-deployment'Brad King2019-02-042-1/+15
|\ \ \ \
| * | | | VS: Fix deployment for WinCE projectsWil Stark2019-02-012-1/+15
| |/ / /
* | | | Merge topic 'winrtrefs'Brad King2019-02-046-5/+59
|\ \ \ \
| * | | | VS: Fix WinRT component referencesGilles Khouzam2019-02-016-4/+54