Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 7 | -7/+139 |
* | | | | | | | | Merge topic 'FindThreads-tsan' | Brad King | 2019-12-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindThreads: Add pthread_cancel to program to test for pthreads in libc | Cristian Morales Vega | 2019-12-11 | 1 | -0/+1 |
* | | | | | | | | | Merge topic 'ctest-drmemory-support' | Brad King | 2019-12-12 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ctest: add support for memcheck using Dr. Memory | Dietmar Scheidl | 2019-12-10 | 2 | -1/+3 |
* | | | | | | | | | | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL' | Kyle Edwards | 2019-12-11 | 3 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URL | Alex Turbov | 2019-12-09 | 3 | -5/+5 |
* | | | | | | | | | | | MSVC: Fixed missing import library for Windows 10 ARM64 (Desktop) | shibayan | 2019-12-10 | 1 | -1/+1 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'wxwidgets_macos_weakframework' | Brad King | 2019-12-10 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | FindwxWidgets: Add support for 3.1.3 on macOS | Tobias Taschner | 2019-12-10 | 1 | -0/+2 |
* | | | | | | | | | | Merge topic 'toc_on_ppc' | Brad King | 2019-12-10 | 2 | -36/+26 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Check*CompilerFlag: Modernize modules | Alexander Grund | 2019-12-09 | 2 | -36/+26 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'cuda_updates_for_10.2' | Brad King | 2019-12-09 | 3 | -30/+38 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CUDA: get header deps from compiler invocation when possible | Robert Maynard | 2019-11-29 | 2 | -2/+9 |
| * | | | | | | | | | CUDA: forward unknown flags to host compiler when possible. | Robert Maynard | 2019-11-29 | 3 | -28/+29 |
| | |_|_|/ / / / / | |/| | | | | | | |