summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'UseSWIG-interface-option' into release-3.18Brad King2020-09-019-1/+71
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | UseSWIG: Update option -interface usageMarc Chevrier2020-08-319-1/+71
|/ / / / / /
* | | | | | Merge branch 'release-3.17' into release-3.18Brad King2020-08-270-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'backport-3.17-cmext-vs16-declval' into release-3.17Brad King2020-08-271-8/+9
| |\ \ \ \ \
| | * | | | | Implement cm::static_reference_cast by declvalSumit Bhardwaj2020-08-271-8/+9
| |/ / / / /
| * | | | | Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17Brad King2020-08-104-5/+7
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindJNI-arm64' into release-3.18Brad King2020-08-261-0/+2
|\ \ \ \ \ \ \
| * | | | | | | FindJNI: Add arm64 supportMalcolm Parsons2020-08-251-0/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'cuda-std-for-msvc' into release-3.18Brad King2020-08-261-4/+6
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Support setting CUDA14/17 when using MSVCRobert Maynard2020-08-241-4/+6
| |/ / / / / /
* | | | | | | Merge topic 'automoc_timestamp_nmc_fix' into release-3.18Brad King2020-08-251-0/+4
|\ \ \ \ \ \ \
| * | | | | | | AutoGen: Fix moc and uic dependencies when building Qt itselfAlexandru Croitor2020-08-251-0/+4
| |/ / / / / /
* | | | | | | Merge topic 'msvc_static_assert' into release-3.18Brad King2020-08-253-6/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MSVC: Record support for c_static_assertRaul Tambre2020-08-203-6/+15
|/ / / / / /
* | | | | | CMake 3.18.2v3.18.2Brad King2020-08-201-1/+1
* | | | | | Merge topic 'FindMPI-cuda-pthread' into release-3.18Brad King2020-08-201-1/+1
|\ \ \ \ \ \
| * | | | | | FindMPI: Fix regression in pthread guardAxel Huebl2020-08-201-1/+1
* | | | | | | Merge topic 'gitlab-ci-msvc-14.27' into release-3.18Brad King2020-08-201-4/+4
|\ \ \ \ \ \ \
| * | | | | | | gitlab-ci: Update Windows builds to MSVC 19.27Brad King2020-08-191-4/+4
* | | | | | | | Merge topic 'msvc_c11' into release-3.18Brad King2020-08-201-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27Brad King2020-08-191-0/+9
| |/ / / / / /
* | | | | | | Merge topic 'ep-patch-skip-update-dep' into release-3.18Brad King2020-08-191-27/+5
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: Stop configure target from always appearing out-of-dateCraig Scott2020-08-181-24/+2
| * | | | | | | ExternalProject: Stop patch target from always appearing out-of-dateCraig Scott2020-08-181-3/+3
* | | | | | | | Merge topic 'llvm-rc-quote-cmake' into release-3.18Brad King2020-08-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECTThomas Bernard2020-08-181-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'FindPython-enhance-version-extraction-from-lib-name' into releas...Brad King2020-08-191-3/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | FindPython: enhance robustness of version extraction from library nameMarc Chevrier2020-08-181-3/+4
| |/ / / / / /
* | | | | | | Merge topic 'CMakeFindBinUtils-fallback' into release-3.18Brad King2020-08-191-0/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CMakeFindBinUtils: Always consider plain binutils when not cross-compilingRobert Maynard2020-08-181-0/+13
|/ / / / / /
* | | | | | Merge topic 'FindRuby_document_deprecated_variables' into release-3.18Brad King2020-08-121-2/+13
|\ \ \ \ \ \
| * | | | | | FindRuby: Add documentation for deprecated variablesDaniele E. Domenichelli2020-08-121-2/+13
|/ / / / / /
* | | | | | Merge topic 'msvc_c11' into release-3.18Brad King2020-08-123-12/+40
|\ \ \ \ \ \
| * | | | | | MSVC: Record support for C11 and c_restrictRaul Tambre2020-08-113-12/+40
* | | | | | | Merge topic 'FindPython-manage-SOABI-in-all-versions' into release-3.18Brad King2020-08-122-12/+20
|\ \ \ \ \ \ \
| * | | | | | | FindPython: manage SOABI for all Python versionsMarc Chevrier2020-08-112-12/+20
* | | | | | | | Merge topic 'gitlab-ci-tag-cmake' into release-3.18Brad King2020-08-111-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | gitlab-ci: add 'cmake' tag to all jobsBrad King2020-08-111-0/+3
* | | | | | | | Merge topic 'findhdf5-fix-nohl' into release-3.18Brad King2020-08-111-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | FindHDF5: fix compiler detection when HL is disabledSeth R Johnson2020-08-101-1/+0
| |/ / / / / / /
* | | | | | | | Merge topic 'osx-archs-apple-only' into release-3.18Brad King2020-08-111-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | PCH: Avoid Apple-specific architecture flags on other platformsBrad King2020-08-101-0/+3
| |/ / / / / / /
* | | | | | | | Merge topic 'automoc-path-prefix-off' into release-3.18Brad King2020-08-115-5/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-08-101-0/+8
| * | | | | | | Merge branch 'backport-3.17-automoc-path-prefix-off'Brad King2020-08-104-5/+7
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off'Brad King2020-08-104-5/+7
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | Autogen: Turn off moc path prefix generation by defaultJoerg Bornemann2020-08-104-5/+7
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'backport-test-FindPkgConfig-isolate-env' into release-3.17Brad King2020-08-071-0/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'backport-3.17-automoc_timestamp_deps' into release-3.17Brad King2020-08-058-3/+104
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'ninja-multi-rsp-remove-path' into release-3.17Brad King2020-08-031-10/+2
| | |\ \ \ \ \