Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'nvcc-options-version' | Brad King | 2020-01-10 | 1 | -2/+2 |
|\ | |||||
| * | CUDA: Fix compiler option version checks for nvcc 10.2.19 | Raul Tambre | 2020-01-03 | 1 | -2/+2 |
* | | Merge topic 'cpack_nsis_avoid_delay' | Brad King | 2020-01-10 | 1 | -9/+11 |
|\ \ | |||||
| * | | CPack/NSIS: Also preload the "UserInfo.dll" plugin | Patrick Storz | 2020-01-04 | 1 | -0/+3 |
| * | | CPack/NSIS: Avoid "setup loading" screen by fixing template order | Patrick Storz | 2020-01-04 | 1 | -9/+8 |
* | | | Merge topic 'GNUtoMS-vs2019' | Brad King | 2020-01-10 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | GNUtoMS: Add search path for VS 2019 environment scripts | Brad King | 2020-01-09 | 1 | -1/+1 |
* | | | | Merge topic 'objc-compiler-launcher' | Brad King | 2020-01-10 | 2 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 2 | -0/+10 |
* | | | | | Merge topic 'findopenssl-dependencies-link-order' | Brad King | 2020-01-10 | 1 | -7/+5 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenSSL: Fix ordering of dependency link flags | Ashley Whetter | 2019-12-31 | 1 | -7/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | FindPython: Add variable Python_SOABI | Marc Chevrier | 2020-01-09 | 3 | -6/+58 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'fix-check-compiler-flag-gcc-9' | Marc Chevrier | 2020-01-09 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | check_LANG_compiler_flag: add the "deprecated switch" message for GCC | Alessandro Menti | 2019-12-30 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | FindLibXml2: ensure consistent paths, version and flag information | Sylvain Joubert | 2020-01-07 | 1 | -5/+14 |
* | | | | FindLibXml2: provide imported target LibXml2::xmllint | Sylvain Joubert | 2019-12-31 | 1 | -2/+11 |
|/ / / | |||||
* | | | Merge topic 'implib' | Kyle Edwards | 2019-12-26 | 2 | -4/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Swift: move windows handling into platform file (NFC) | Saleem Abdulrasool | 2019-12-22 | 2 | -4/+1 |
* | | | Merge topic 'findpython_conda_support' | Marc Chevrier | 2019-12-23 | 4 | -25/+25 |
|\ \ \ | |/ / |/| | | |||||
| * | | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 4 | -25/+25 |
* | | | Merge topic 'FindPython-Fix-target-properties' | Kyle Edwards | 2019-12-20 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | FindPython*: Fix erroneous target properties setting | Marc Chevrier | 2019-12-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge topic 'FindLAPACK-in-blas' into release-3.16 | Brad King | 2019-12-18 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge topic 'FindBoost-1.72' into release-3.16 | Brad King | 2019-12-18 | 1 | -3/+17 |
| |\ \ | |||||
| * \ \ | Merge topic 'FindBLAS-OpenBLAS-thread' into release-3.16 | Brad King | 2019-12-13 | 1 | -2/+6 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'FindLAPACK-in-blas' | Brad King | 2019-12-18 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries | Brad King | 2019-12-18 | 1 | -1/+1 |
* | | | | | Merge topic 'FindBoost-1.72' | Brad King | 2019-12-18 | 1 | -3/+17 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | FindBoost: Add support for Boost 1.72 | Brad King | 2019-12-17 | 1 | -3/+17 |
| |/ / / | |||||
* | | | | Merge topic 'FindCUDAToolkit-module' | Brad King | 2019-12-17 | 3 | -3/+806 |
|\ \ \ \ | |||||
| * | | | | FindCUDAToolkit: correct searches for Toolkit components | Robert Maynard | 2019-12-16 | 1 | -38/+61 |
| * | | | | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 2 | -69/+161 |
| * | | | | FindCUDAToolkit: Import targets for toolkit libraries | Stephen McDowell | 2019-12-16 | 1 | -44/+345 |
| * | | | | FindCUDAToolkit: Add module to find the CUDA Toolkit | Stephen McDowell | 2019-12-16 | 1 | -0/+374 |
| * | | | | CUDA: Persist SIZEOF_VOID_P and PLATFORM_ABI | Robert Maynard | 2019-12-16 | 1 | -0/+13 |
* | | | | | Merge topic 'FindProtobuf-no-protoc' | Brad King | 2019-12-17 | 1 | -12/+14 |
|\ \ \ \ \ | |||||
| * | | | | | FindProtobuf: Do not verify protoc version if it is not found | Diego Pino Garcia | 2019-12-16 | 1 | -12/+14 |
| |/ / / / | |||||
* | | | | | Merge topic 'fat-ios' | Brad King | 2019-12-17 | 1 | -11/+94 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Handle multi-arch sysroots on Apple platforms | Tor Arne Vestbø | 2019-12-13 | 1 | -0/+79 |
| * | | | | Refactor SDK name to path into a function | Cristian Adam | 2019-12-11 | 1 | -11/+15 |
| * | | | | Use xcrun instead of xcodebuild for resolving SDK path | Tor Arne Vestbø | 2019-12-09 | 1 | -1/+1 |
* | | | | | Merge topic 'FindBLAS-OpenBLAS-thread' | Brad King | 2019-12-13 | 1 | -2/+6 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX | Brad King | 2019-12-12 | 1 | -2/+6 |
* | | | | | Merge topic 'backport-3.16-vs-v142-version' | Brad King | 2019-12-13 | 1 | -3/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | VS: Fix support for v142 toolset minor versions in VS 16.5+ | Brad King | 2019-12-12 | 1 | -3/+4 |
| | |_|/ | |/| | | |||||
| * | | | Merge topic 'wxwidgets_macos_weakframework' into release-3.16 | Brad King | 2019-12-10 | 1 | -0/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'FindThreads-lib-flag' into release-3.16 | Brad King | 2019-12-05 | 1 | -4/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'function-var-current' | Kyle Edwards | 2019-12-12 | 5 | -14/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIR | Alex Turbov | 2019-12-10 | 5 | -14/+6 |
* | | | | | | | Merge topic 'add_cuda_meta_compiler_features' | Brad King | 2019-12-12 | 7 | -7/+139 |
|\ \ \ \ \ \ \ |