Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindOpenSSL-qnx7.0' | Brad King | 2022-05-10 | 1 | -3/+19 |
|\ | |||||
| * | FindOpenSSL: Support version 1.1.1 under QNX 7.0 | Georg Lutz | 2022-05-06 | 1 | -3/+19 |
* | | Merge topic 'werror-property' | Brad King | 2022-05-10 | 17 | -27/+55 |
|\ \ | |||||
| * | | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors | Martin Duffy | 2022-05-06 | 17 | -27/+55 |
* | | | OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 builds | Cameron Cawley | 2022-05-06 | 6 | -0/+32 |
* | | | OpenWatcom: Allow specifying the runtime library | Cameron Cawley | 2022-05-06 | 1 | -5/+19 |
* | | | Merge topic 'Java-version-handling' | Brad King | 2022-05-06 | 2 | -77/+47 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-3.23-Java-version-handling' into Java-version-handling | Marc Chevrier | 2022-05-05 | 2 | -77/+47 |
| |\ \ \ | |||||
| | * | | | FindJava, FindJNI: ensure correct handling of versions on Windows | Marc Chevrier | 2022-05-05 | 2 | -77/+47 |
* | | | | | Merge topic 'FetchContent_find_package_integration' | Craig Scott | 2022-05-06 | 3 | -44/+491 |
|\ \ \ \ \ | |||||
| * | | | | | Packages: Integrate FetchContent and find_package() | Craig Scott | 2022-05-03 | 3 | -44/+491 |
* | | | | | | Merge topic 'ExternalProject-no-extract-timestamp' | Brad King | 2022-05-05 | 2 | -5/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy | Kasper Laudrup | 2022-05-04 | 2 | -5/+57 |
* | | | | | | | Merge topic 'remove-PackageMaker-generator' | Brad King | 2022-05-05 | 1 | -3/+0 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | CPack: Remove the deprecated PackageMaker generator | Craig Scott | 2022-05-04 | 1 | -3/+0 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'less_ptx_for_all_all-major_native' | Brad King | 2022-05-04 | 2 | -0/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: native/all/all-major generates minimal set of ptx code | Robert Maynard | 2022-05-03 | 2 | -0/+12 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cpack-nsis-typos' | Brad King | 2022-05-04 | 1 | -22/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/NSIS: Fix several typos in the NSIS template | Sadie Powell | 2022-05-03 | 1 | -22/+22 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'FindThreads-aix' | Brad King | 2022-05-04 | 1 | -33/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindThreads: avoid failing in AIX when using -D_XOPEN_SOURCE=500 | Carlo Marcelo Arenas Belón | 2022-05-03 | 1 | -33/+19 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'FindPython-fix-typo-error' | Brad King | 2022-05-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | FindPython: fix typo error | Marc Chevrier | 2022-05-03 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'cuda-arch-verify' | Brad King | 2022-05-03 | 1 | -3/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | CUDA: Restore CMAKE_CUDA_ARCHITECTURES support for -real and -virtual suffixes | Brad King | 2022-04-29 | 1 | -3/+4 |
* | | | | | Merge topic 'findmpi_dont_variable_lang' | Brad King | 2022-04-28 | 1 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | FindMPI: Don't check for variables named the same as the languages | Robert Maynard | 2022-04-26 | 1 | -4/+4 |
* | | | | | Merge topic 'cuda-arch-verify' | Brad King | 2022-04-28 | 3 | -160/+21 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | CUDA: Defer architecture testing to the compiler testing step | Brad King | 2022-04-25 | 3 | -160/+21 |
| |/ / / | |||||
* | | | | Merge topic 'FindThreads-cleanup' | Brad King | 2022-04-27 | 1 | -37/+39 |
|\ \ \ \ | |||||
| * | | | | FindThreads: Factor out helper macro for libc check | Brad King | 2022-04-26 | 1 | -9/+17 |
| * | | | | FindThreads: Avoid repeating check for -pthread flag | Brad King | 2022-04-26 | 1 | -1/+3 |
| * | | | | FindThreads: Simplify conditions for not-in-libc checks | Brad King | 2022-04-26 | 1 | -13/+13 |
| * | | | | FindThreads: Remove unnecessary condition | Brad King | 2022-04-26 | 1 | -26/+25 |
| * | | | | FindThreads: Clarify internal helper macro names | Brad King | 2022-04-26 | 1 | -7/+7 |
| * | | | | FindThreads: Drop strange SunOS+pthread.h+thr_create combination | Brad King | 2022-04-26 | 1 | -4/+0 |
| * | | | | FindThreads: Drop unused internal CMAKE_HAVE_THREADS_LIBRARY variable | Brad King | 2022-04-26 | 1 | -3/+0 |
| |/ / / | |||||
* | | | | Merge topic 'CUDAToolkit-cupti-include-dirs' | Brad King | 2022-04-27 | 1 | -7/+20 |
|\ \ \ \ | |||||
| * | | | | CUDAToolkit: Add include paths for CUDA::cupti | Peter Bell | 2022-04-26 | 1 | -7/+20 |
| |/ / / | |||||
* | | | | Merge topic 'FindBoost-1.79' | Brad King | 2022-04-27 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | FindBoost: Add support for Boost 1.79 | Brad King | 2022-04-26 | 1 | -1/+2 |
| * | | Merge topic 'CheckCompilerFlags-revert-linker-warnings' into release-3.23 | Brad King | 2022-04-22 | 2 | -1/+9 |
| |\ \ | |||||
* | \ \ | Merge topic 'FindICU-show-found-libs' | Brad King | 2022-04-22 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | FindICU: Show location of found libraries | Don Olmstead | 2022-04-21 | 1 | -2/+2 |
* | | | | | Merge topic 'clang-cl-asm-msvc-runtime' | Brad King | 2022-04-22 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Clang: populate MSVC runtime library abstraction table | Saleem Abdulrasool | 2022-04-18 | 1 | -0/+5 |
* | | | | | | Merge topic 'NO_CMAKE_INSTALL_PREFIX' | Brad King | 2022-04-22 | 4 | -0/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Find: Support per call disabling of CMAKE_INSTALL_PREFIX | Robert Maynard | 2022-04-15 | 4 | -0/+13 |
* | | | | | | | Merge topic 'CheckCompilerFlags-revert-linker-warnings' | Brad King | 2022-04-22 | 2 | -1/+9 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | CheckCompilerFlags: Revert "Catch linker warning about ignored flags" | Brad King | 2022-04-21 | 1 | -1/+0 |