summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack2'Brad King2020-07-091-3/+7
|\
| * Help: Duplicate essential information on install paths in CPack.Joachim Wuttke (h)2020-07-081-3/+7
* | Merge branch 'release-3.18'Brad King2020-07-090-0/+0
|\ \
| * \ Merge topic 'FindJava-no-macos-stub' into release-3.18Brad King2020-07-091-3/+2
| |\ \
* | \ \ Merge topic 'FindJava-no-macos-stub'Brad King2020-07-091-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | FindJava: Update check to avoid accepting macOS stub 'java' as JavaBrad King2020-07-081-3/+2
* | | | Merge branch 'release-3.18'Brad King2020-07-090-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'cuda-11-ptx-arch' into release-3.18Brad King2020-07-091-2/+2
| |\ \ \
* | \ \ \ Merge topic 'cuda-11-ptx-arch'Brad King2020-07-091-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindCUDA/select_compute_arch: generate PTX for the latest architecturezasdfg bnm2020-07-081-2/+2
* | | | | Merge branch 'release-3.18'Brad King2020-07-090-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-CPack-source-package' into release-3.18Brad King2020-07-091-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-CPack-source-package'Brad King2020-07-091-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Fix CPack module docs on config file for source packageJoachim Wuttke (h)2020-07-081-1/+1
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2020-07-091-1/+1
* | | | | Merge branch 'release-3.18'Craig Scott2020-07-080-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'ctest-resource-spec-file-doc' into release-3.18Craig Scott2020-07-088-4/+41
| |\ \ \ \
* | \ \ \ \ Merge topic 'ctest-resource-spec-file-doc'Craig Scott2020-07-088-4/+41
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Clarify search order for resource spec fileKyle Edwards2020-07-078-4/+41
* | | | | | Merge topic 'MissingVoid'Brad King2020-07-082-2/+2
|\ \ \ \ \ \
| * | | | | | Tests: Fix pedantic warning about missing void in C function declarationSean McBride2020-07-072-2/+2
* | | | | | | Merge topic 'languageStandardMultipleBacktraceSupport'Brad King2020-07-089-32/+128
|\ \ \ \ \ \ \
| * | | | | | | fileapi: Support multiple backtraces for language standardJustin Goshi2020-07-068-32/+102
| * | | | | | | Add BTs helper to support multiple backtracesJustin Goshi2020-07-061-0/+26
* | | | | | | | Merge topic 'cpack-dmg-sla'Brad King2020-07-086-240/+275
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack/DragNDrop: Re-implement SLA attachment to avoid deprecated toolsBrad King2020-07-072-233/+248
| * | | | | | | | Tests: Verify DMG default SLA contentBrad King2020-07-031-0/+16
| * | | | | | | | Tests: Cover using RTF for DMG SLAsBrad King2020-07-033-7/+11
* | | | | | | | | Merge branch 'release-3.18'Brad King2020-07-080-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'FindMPI-nvcc-link-pthread' into release-3.18Brad King2020-07-081-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'FindMPI-nvcc-link-pthread'Brad King2020-07-081-0/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindMPI: Pass -pthread to NVCC through -Xlinker for device linkingRobert Maynard2020-07-071-0/+2
* | | | | | | | | Merge branch 'release-3.18'Brad King2020-07-080-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'cuda-11-compute-arch' into release-3.18Brad King2020-07-081-7/+27
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'cuda-11-compute-arch'Brad King2020-07-081-7/+27
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | FindCUDA/select_compute_arch: Add CUDA 11 and Ampere supportzasdfg bnm2020-07-071-7/+27
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.18'Brad King2020-07-080-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'find-blas-lapack-mklroot-win' into release-3.18Brad King2020-07-082-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'find-blas-lapack-mklroot-win'Brad King2020-07-082-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindLAPACK: Handle Windows Intel MKLROOT with backslashMichael Hirsch2020-07-071-1/+1
| * | | | | | | | FindBLAS: Handle Windows Intel MKLROOT with backslashMichael Hirsch2020-07-071-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2020-07-081-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'doc-versionadded'Brad King2020-07-07746-0/+1620
|\ \ \ \ \ \ \
| * | | | | | | Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-06744-0/+1488
| * | | | | | | Help/dev: Add maintainer guide step for 'versionadded' documentation markupBrad King2020-07-061-0/+17
| * | | | | | | Utilities/Sphinx: Add script for inserting ".. versionadded" directiveNikita Nemkin2020-07-031-0/+115
* | | | | | | | Merge topic 'bootstrap-system-libuv'Brad King2020-07-071-14/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | bootstrap: Add option to use system libuv during bootstrapJulien Schueller2020-07-061-14/+28
* | | | | | | | | Merge branch 'release-3.18'Brad King2020-07-070-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'cmake-gui-qt-5.14' into release-3.18Brad King2020-07-071-4/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |