summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Help: Minor text clarifications in cmake-language(7) manualBrad King2017-10-101-8/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'xcode-tests-ios-deployment-target' into release-3.10Brad King2017-10-105-27/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Xcode 9: Lower iOS deployment version to get armv7 buildsGregor Jasny2017-10-101-5/+16
| * | | | | | Revert "Xcode: Adjust tests to drop of 32bit iOS architectures"Gregor Jasny2017-10-105-22/+4
* | | | | | | Merge branch 'target_properties_doc_cleanup' into release-3.10Brad King2017-10-102-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Help: Fix Example appearing in target property list of contentsCraig Scott2017-10-072-2/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'doc_bundle_wrong_plist_property' into release-3.10Brad King2017-10-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Help: Fix wrong property reference for an app bundle's Info.plistCraig Scott2017-10-071-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'FindCUDA-cuda-9-nppi' into release-3.10Brad King2017-10-101-1/+39
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Update for CUDA 9 breakup of nppi into multiple librariesRobert Maynard2017-10-061-1/+39
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'FindProtobuf-doc-typo' into release-3.10Brad King2017-10-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | FindProtobuf: fix documentation typoAndré Apitzsch2017-10-061-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'ipo-escape-toolchain-path' into release-3.10Brad King2017-10-062-6/+6
|\ \ \ \ \ \ \
| * | | | | | | IPO: Fix support for spaces in path to archive toolsThomas Stenersen2017-10-062-6/+6
| |/ / / / / /
* | | | | | | Merge branch 'FindJava-tolerant-versions' into release-3.10Brad King2017-10-061-25/+42
|\ \ \ \ \ \ \
| * | | | | | | FindJava: Revise version parsing to support Java 9Brad King2017-10-061-25/+42
| |/ / / / / /
* | | | | | | Merge branch 'revise-3.10-relnotes' into release-3.10Brad King2017-10-061-19/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Help: Revise 3.10 release notesBrad King2017-10-061-19/+10
* | | | | | | Merge branch 'findopenmp-fix-verbose' into release-3.10Brad King2017-10-061-2/+13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindOpenMP: Fix link flags being used for compileChristian Pfeiffer2017-10-051-2/+13
* | | | | | | Merge branch 'minor-fixes' into release-3.10Brad King2017-10-064-6/+8
|\ \ \ \ \ \ \
| * | | | | | | cmInstallCommandArguments: do not access static members through `this`Matthias Maennich2017-10-051-3/+3
| * | | | | | | cmProcessTools: fix minor issue introduced by 595feb3Matthias Maennich2017-10-051-1/+1
| * | | | | | | cmGeneratorTarget: remove dead codeMatthias Maennich2017-10-051-1/+1
| * | | | | | | cmcmd: let operator<< for NumberFormatter reset the stream's format flagsMatthias Maennich2017-10-051-1/+3
* | | | | | | | Merge branch 'cpack-dmg-explicit-hfs' into release-3.10v3.10.0-rc1Brad King2017-10-051-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-051-2/+2
* | | | | | | | | CMake 3.10.0-rc1 version updateBrad King2017-10-052-4/+4
* | | | | | | | | Help: Drop development topic notes to prepare releaseBrad King2017-10-052-9/+0
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'doc-3.10-relnotes'Brad King2017-10-0547-309/+267
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Help: Organize and revise 3.10 release notesBrad King2017-10-051-129/+168
| * | | | | | | Help: Consolidate 3.10 release notesBrad King2017-10-0547-309/+228
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'xcode9-ios-tests'Brad King2017-10-055-4/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Xcode: Adjust tests to drop of 32bit iOS architecturesGregor Jasny2017-10-055-4/+22
* | | | | | Merge topic 'cuda-default-link-launcher'Brad King2017-10-051-1/+29
|\ \ \ \ \ \
| * | | | | | CUDA: Fix default selection of host compiler used to drive linkingBrad King2017-10-041-1/+29
* | | | | | | Merge topic 'FindCUDA-run_nvcc-CMP0007'Brad King2017-10-051-5/+4
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Fix CMP0007 warning in run_nvcc.cmakeUmar Arshad2017-10-041-5/+4
* | | | | | | | Merge topic 'test-load_command-simplify'Brad King2017-10-052-14/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Remove ancient workaround in LoadCommand testsBrad King2017-10-042-14/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'find-matlab-r2017b'Brad King2017-10-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMatlab: Add support for MATLAB 2017bJamie Snape2017-10-041-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'findopenmp-fix-version'Brad King2017-10-051-2/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | FindOpenMP: Fix version if OpenMP doesn't workChristian Pfeiffer2017-10-041-2/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-10-051-1/+1
|/ / / / / /
* | | | | | Merge topic 'clang-format'Brad King2017-10-041-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clang-format.bash: minor fixes to support MacOSMatthias Maennich2017-10-031-2/+4
| |/ / / /
* | | | | Merge branch 'release-3.9'Brad King2017-10-040-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMake 3.9.4v3.9.4Brad King2017-10-041-1/+1
* | | | | Merge topic 'test-macos-updates'Brad King2017-10-042-3/+13
|\ \ \ \ \