summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.10.0-rc2v3.10.0-rc2Brad King2017-10-121-1/+1
* Merge branch 'FindXMLRPC-no-includes' into release-3.10Brad King2017-10-111-29/+14
|\
| * FindXMLRPC: Tolerate no include directoriesBrad King2017-10-111-1/+2
| * FindXMLRPC: Drop unnecessary exec_program code pathsBrad King2017-10-111-28/+12
* | Merge branch 'clang-msvc-help' into release-3.10Brad King2017-10-113-0/+37
|\ \
| * | Clang: Diagnose unsupported GNU-like clang targeting MSVC ABIBrad King2017-10-103-0/+37
| |/
* | Merge branch 'cpack-deb-mr-1296-fix' into release-3.10Brad King2017-10-115-6/+54
|\ \
| * | CPack/Deb: fix for regex passing even if invalid characters are presentDomen Vrankar2017-10-111-2/+2
| * | CPack/Deb: CPACK_DEBIAN_PACKAGE_VERSION regex testing exceptionDomen Vrankar2017-10-115-6/+54
* | | Merge branch 'ExternalProject-CMP0054' into release-3.10Brad King2017-10-111-0/+5
|\ \ \
| * | | ExternalProject: Avoid if() auto-dereferene in quoted argumentsBrad King2017-10-111-0/+5
| | |/ | |/|
* | | Merge branch 'update-curl' into release-3.10Brad King2017-10-11144-5795/+7998
|\ \ \
| * | | curl: Update build within CMake to account for 7.56 changesBrad King2017-10-102-1/+5
| * | | Merge branch 'upstream-curl' into update-curlBrad King2017-10-10143-5793/+7984
| |\ \ \
| | * | | curl 2017-10-04 (3ea76790)Curl Upstream2017-10-10143-5808/+7983
| * | | | curl: Update script to get curl 7.56.0Brad King2017-10-101-2/+10
| | |/ / | |/| |
* | | | Merge branch 'autogen-skip-ui' into release-3.10Brad King2017-10-108-15/+78
|\ \ \ \
| * | | | Autogen: Docs: Extend SKIP_AUTOUIC documentationSebastian Holtermann2017-10-101-0/+5
| * | | | Autogen: Docs: Add examples for AUTORCC_OPTIONS and AUTOUIC_OPTIONSSebastian Holtermann2017-10-096-9/+63
| * | | | Autogen: Allow setting SKIP_AUTOUIC/GEN on .ui files not in the sourcesSebastian Holtermann2017-10-091-6/+10
* | | | | Merge branch 'doc-lang-clarify' into release-3.10Brad King2017-10-101-8/+10
|\ \ \ \ \
| * | | | | 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
| |_|_|_|/ / / |/| | | | | |