summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nits: replace some "c" instances with 'c'Ben Boeckel2020-04-134-7/+7
* cmMakefile: use std::string_viewBen Boeckel2020-04-131-1/+2
* clang-tidy: address readability-else-after-return lintBen Boeckel2020-04-132-2/+4
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-1320-87/+59
* clang-tidy: ignore making members staticBen Boeckel2020-04-131-0/+1
* TestDriver: avoid clang-tidy lints in generated codeBen Boeckel2020-04-131-2/+5
* clang-tidy: ignore the use-trailing-return-type lintBen Boeckel2020-04-131-0/+1
* Merge topic 'include-dir-special'Brad King2020-04-133-1/+30
|\
| * Tests: Add coverage for special characters in include directoriesBrad King2020-04-102-0/+29
| * Xcode: Fix quoting of paths with square bracketsBrad King2020-04-101-1/+1
* | Merge branch 'release-3.17'Brad King2020-04-130-0/+0
|\ \
| * \ Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers' into release-3.17Brad King2020-04-131-3/+3
| |\ \
* | \ \ Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers'Brad King2020-04-131-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPIChuck Atkins2020-04-101-3/+3
* | | | Merge branch 'release-3.17'Brad King2020-04-130-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.16' into release-3.17Brad King2020-04-130-0/+0
| |\ \ \ | | |/ /
* | | | Merge topic 'update-kwsys'Brad King2020-04-136-107/+162
|\ \ \ \
| * \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-106-107/+162
| |\ \ \ \
| | * | | | KWSys 2020-04-10 (b62956f5)KWSys Upstream2020-04-106-107/+162
* | | | | | Merge topic 'clang_cuda_prep'Brad King2020-04-139-192/+141
|\ \ \ \ \ \
| * | | | | | CUDAToolkit: Deduce toolkit binary directory from compiler path only for NVCCRaul Tambre2020-04-071-2/+2
| * | | | | | CUDA: Forward CMAKE_CUDA_COMPILER_TARGET in try_compile()Raul Tambre2020-04-071-0/+3
| * | | | | | GNU: Disable depfiles in try-compile mode only for GCCRaul Tambre2020-04-071-1/+2
| * | | | | | CUDA: Refactor PTX compilation flag into compiler modulesRaul Tambre2020-04-072-1/+2
| * | | | | | Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards()Raul Tambre2020-04-074-188/+132
* | | | | | | CMake Nightly Date StampKitware Robot2020-04-131-1/+1
* | | | | | | Merge topic 'FindPython-help-updates'Marc Chevrier2020-04-123-24/+43
|\ \ \ \ \ \ \
| * | | | | | | Help: FindPython: fix typos and add some clarificationsMarc Chevrier2020-04-113-24/+43
* | | | | | | | CMake Nightly Date StampKitware Robot2020-04-121-1/+1
* | | | | | | | Merge branch 'release-3.17'Craig Scott2020-04-110-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge topic 'docs-CMAKE_CURRENT_FUNCTION' into release-3.17Craig Scott2020-04-115-25/+46
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'docs-CMAKE_CURRENT_FUNCTION'Craig Scott2020-04-115-25/+46
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Help: Improve wording of CMAKE_CURRENT_FUNCTION_LIST_DIR docsCraig Scott2020-04-101-20/+28
| * | | | | | | | Help: Add cross-references for CMAKE_CURRENT_FUNCTION* docsCraig Scott2020-04-103-0/+12
| * | | | | | | | Help: Minor grammar cleanups of CMAKE_CURRENT_FUNCTION* docsCraig Scott2020-04-105-5/+6
* | | | | | | | | Merge branch 'release-3.17'Craig Scott2020-04-110-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'docs-SKIP_PRECOMPILE_HEADERS-formatting' into release-3.17Craig Scott2020-04-111-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'docs-SKIP_PRECOMPILE_HEADERS-formatting'Craig Scott2020-04-111-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Help: Fix unescaped asterisks in docs for SKIP_PRECOMPILE_HEADERSCraig Scott2020-04-101-2/+2
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2020-04-111-1/+1
* | | | | | | Merge topic 'openal-typo'Brad King2020-04-101-2/+2
|\ \ \ \ \ \ \
| * | | | | | | FindOpenAL: Fix documentation typosNguyễn Gia Phong2020-04-101-2/+2
* | | | | | | | Merge topic 'find_program-exe-no-read'Brad King2020-04-104-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | find_program: Find programs that are executable but not readableVladimir Menshakov2020-04-094-1/+10
* | | | | | | | | Merge topic 'ccmake-better-string-ops'Brad King2020-04-101-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmCursesLongMessageForm: avoid unnecessary string allocationBen Boeckel2020-04-091-1/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'FindBLAS_FindLAPACK_ArmPL'Brad King2020-04-102-0/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Find{BLAS,LAPACK}: Add support for ArmPL targetsOlly Perks2020-04-092-0/+68
| |/ / / / / / / /
* | | | | | | | | Merge topic 'googletest-skipped'Brad King2020-04-105-0/+49
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | GoogleTest: Add testcase for skipped testsAlexander Stein2020-04-104-0/+48