Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindBoost-1.73' | Brad King | 2020-04-21 | 1 | -312/+329 |
|\ | |||||
| * | FindBoost: Add support for Boost 1.73 | Alexander Grund | 2020-04-20 | 1 | -1/+16 |
| * | FindBoost: Simplify Boost_VERSION_STRING comparisons | Alexander Grund | 2020-04-20 | 1 | -312/+314 |
* | | Merge topic 'device-link' | Brad King | 2020-04-20 | 4 | -5/+27 |
|\ \ | |||||
| * | | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 3 | -5/+9 |
| * | | CUDA: Add information for LINKER: pattern translation | Marc Chevrier | 2020-04-19 | 2 | -0/+18 |
* | | | FindPkgConfig: fix handling of frameworks | Rolf Eike Beer | 2020-04-18 | 1 | -0/+37 |
* | | | FindPython: fix some indentation | Ben Boeckel | 2020-04-17 | 1 | -2/+2 |
|/ / | |||||
* | | Merge topic 'ios_multi_arch_fix' | Brad King | 2020-04-17 | 1 | -11/+76 |
|\ \ | |||||
| * | | iOS: Fix detection of supported SDK architectures | Alexandru Croitor | 2020-04-16 | 1 | -11/+76 |
| |/ | |||||
* | | Merge topic 'FindPython-dev-subcomponents' | Brad King | 2020-04-17 | 4 | -110/+298 |
|\ \ | |||||
| * | | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 4 | -110/+298 |
* | | | Merge topic 'cuda_architectures' | Brad King | 2020-04-16 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -0/+11 |
* | | | Merge topic 'support_pseudo_sysroots' | Brad King | 2020-04-15 | 12 | -0/+75 |
|\ \ \ | |||||
| * | | | Compilers: Add paths from -print-sysroot to system prefix path | Robert Maynard | 2020-04-14 | 12 | -0/+75 |
* | | | | Merge topic 'cpack-nsis-dpi-aware' | Brad King | 2020-04-15 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | CPack/NSIS: Add option for setting DPI-aware | Johnny Jazeix | 2020-04-14 | 1 | -0/+1 |
* | | | | | Merge topic 'CMakePrintSystemInformation-processor' | Brad King | 2020-04-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | CMakePrintSystemInformation: Add CMAKE_SYSTEM_PROCESSOR | Jiri Malak | 2020-04-14 | 1 | -1/+1 |
* | | | | | | Merge topic 'FindPython-if-auto-deref' | Brad King | 2020-04-15 | 1 | -9/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindPython: remove extra dereference | Ben Boeckel | 2020-04-14 | 1 | -1/+1 |
| * | | | | | | FindPython: avoid autoderef in version comparisons | Ben Boeckel | 2020-04-14 | 1 | -8/+8 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'FindCUDAToolkit-search-stubs' | Brad King | 2020-04-15 | 1 | -2/+20 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | FindCUDAToolkit searches stub location last | Robert Maynard | 2020-04-14 | 1 | -2/+20 |
* | | | | | | Merge topic 'UseJava-quoting' | Brad King | 2020-04-14 | 1 | -3/+9 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | UseJava: Quote -classpath argument correctly on more platforms | Brad King | 2020-04-10 | 1 | -3/+9 |
* | | | | | | Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers' | Brad King | 2020-04-13 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI | Chuck Atkins | 2020-04-10 | 1 | -3/+3 |
| * | | | | | | Merge branch 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.16 | Brad King | 2020-04-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'clang_cuda_prep' | Brad King | 2020-04-13 | 7 | -190/+128 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CUDAToolkit: Deduce toolkit binary directory from compiler path only for NVCC | Raul Tambre | 2020-04-07 | 1 | -2/+2 |
| * | | | | | | | | GNU: Disable depfiles in try-compile mode only for GCC | Raul Tambre | 2020-04-07 | 1 | -1/+2 |
| * | | | | | | | | CUDA: Refactor PTX compilation flag into compiler modules | Raul Tambre | 2020-04-07 | 2 | -1/+2 |
| * | | | | | | | | Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards() | Raul Tambre | 2020-04-07 | 3 | -186/+122 |
* | | | | | | | | | Help: FindPython: fix typos and add some clarifications | Marc Chevrier | 2020-04-11 | 3 | -24/+43 |
* | | | | | | | | | Merge topic 'openal-typo' | Brad King | 2020-04-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| * | | | | | | | | FindOpenAL: Fix documentation typos | Nguyễn Gia Phong | 2020-04-10 | 1 | -2/+2 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindBLAS_FindLAPACK_ArmPL' | Brad King | 2020-04-10 | 2 | -0/+68 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Find{BLAS,LAPACK}: Add support for ArmPL targets | Olly Perks | 2020-04-09 | 2 | -0/+68 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'googletest-skipped' | Brad King | 2020-04-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | GoogleTest: Add support for skipped tests | Alexander Stein | 2020-04-10 | 1 | -0/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'CTestCoverageCollectGCOV-log' | Brad King | 2020-04-09 | 1 | -3/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CTestCoverageCollectGCOV: Avoid capturing gcov output in QUIET mode | Brad King | 2020-04-08 | 1 | -3/+14 |
| * | | | | | | | CTestCoverageCollectGCOV: Capture gcov output in log file | Brad King | 2020-04-08 | 1 | -2/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysroots | Brad King | 2020-04-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTS | Brad King | 2020-04-08 | 1 | -2/+2 |
| * | | | | | Merge topic 'llvm-rc-include-path' into release-3.17 | Brad King | 2020-04-07 | 2 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'ExternalProject-no-extract-bool' into release-3.17 | Brad King | 2020-04-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.17 | Brad King | 2020-04-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | |