summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ci: use a pre-built Qt for macOS packagesBen Boeckel2020-09-162-9/+25
| * | | | | | gitlab-ci: add a job to make macOS packagesBen Boeckel2020-09-164-0/+73
| * | | | | | gitlab-ci: add a job to make a doc "bundle"Ben Boeckel2020-09-167-7/+48
| * | | | | | gitlab-ci: always place the build directory at the topBen Boeckel2020-09-161-1/+1
| * | | | | | ci: remove extra newlineBen Boeckel2020-09-161-1/+0
| * | | | | | Utilities: also support an already extracted doc treeBen Boeckel2020-09-161-0/+5
* | | | | | | Merge branch 'release-3.18' into masterBrad King2020-09-161-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5Brad King2020-09-151-0/+1
| * | | | | Merge branch 'release-3.17' into release-3.18Brad King2020-09-151-0/+9
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'release-3.16' into release-3.18Brad King2020-09-151-5/+11
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'flexiblas'Brad King2020-09-162-0/+34
|\ \ \ \ \ \ \
| * | | | | | | Find{BLAS,LAPACK}: Add support for FlexiBLASMattias Ellert2020-09-142-0/+34
* | | | | | | | Merge topic 'CMAKE_LINKER_points_to_lld_link_for_msvc_with_clang_gnu_interface'Brad King2020-09-161-1/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Clang: Detect lld-link when using gnu front end with msvc targetThomas Bernard2020-09-141-1/+5
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2020-09-161-1/+1
* | | | | | | Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-1537-96/+730
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-1436-50/+655
| * | | | | | Tests: Match RunCMake.ExternalProject NO_DEPENDS output more strictlyBrad King2020-09-101-18/+38
| * | | | | | ExternalProject: Factor out an internal helper to add a step targetBrad King2020-09-102-22/+31
* | | | | | | Merge branch 'release-3.17' into masterBrad King2020-09-151-0/+9
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | CMake 3.17.5v3.17.5Brad King2020-09-151-1/+1
| * | | | | | Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17Brad King2020-09-151-0/+9
| |\ \ \ \ \ \
| | * | | | | | Help: Add 3.17.5 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-09-151-0/+9
| | * | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off'Brad King2020-09-151-5/+11
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'release-3.16' into release-3.17Brad King2020-09-151-5/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'release-3.16' into masterBrad King2020-09-151-5/+11
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | CMake 3.16.9v3.16.9Brad King2020-09-151-1/+1
| * | | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16Brad King2020-09-151-5/+11
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Help: Add 3.16.9 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-09-151-5/+11
* | | | | | | | Merge topic 'cuda_clang_scattered_cross'Brad King2020-09-152-2/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Support scattered installations when crosscompiling with ClangRaul Tambre2020-09-142-2/+10
* | | | | | | | | Merge topic 'commands-unordered-map'Marc Chevrier2020-09-151-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmState: store commands in unordered_mapOleksandr Koval2020-09-111-3/+3
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-151-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge topic 'findpython-docs-fixes'Kyle Edwards2020-09-143-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPython: fix typo in Python_LIBRARY_DIRSPhilipp Storz2020-09-113-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge topic 'add_COMPILER_TARGET_for_all_clang_variants_on_windows'Brad King2020-09-144-10/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windowsThomas Bernard2020-09-114-10/+14
* | | | | | | | | | Merge topic 'test-pch-instantiate-templates'Brad King2020-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests: Fix PchInstantiateTemplates case on macOS with CMAKE_OSX_ARCHITECTURESBrad King2020-09-111-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'import-export-doc'Brad King2020-09-1424-1/+1181
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Add Importing and Exporting GuideBetsy McPhail2020-09-1124-1/+1181
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-141-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-131-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-121-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'ispc_window_failures'Brad King2020-09-117-13/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | ISPC: CompilerLauncher tests work properly with x86 buildsRobert Maynard2020-09-101-0/+4
| * | | | | | | | ISPC: DynamicLibrary test now passes on windows.Robert Maynard2020-09-105-12/+45
| * | | | | | | | ISPC: Use the `obj` file extension for objects on windowsRobert Maynard2020-09-101-1/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'release-3.18'Brad King2020-09-110-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |