summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errorsMartin Duffy2022-05-0617-27/+55
* Merge topic 'FindJNI-targets'Brad King2022-04-071-36/+311
|\
| * FindJNI: support Android NDKSergiu Deitsch2022-04-051-14/+142
| * FindJNI: added components and imported targetsSergiu Deitsch2022-04-041-25/+172
| * FindJNI: improved descriptionSergiu Deitsch2022-04-041-9/+9
* | Merge topic 'adsp-platform-and-compilers'Brad King2022-04-0611-7/+149
|\ \
| * | ADSP: Add dedicated platform moduleChris Wright2022-04-046-1/+71
| * | ADSP: Configure compiler in compiler moduleChris Wright2022-04-045-1/+72
| * | ADSP: Support both VDSP++ and CCES for ADSP compilersChris Wright2022-04-041-6/+7
| |/
* | FindMatlab: Add NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES option to matlab_add_mexSilvio2022-04-051-10/+21
|/
* Merge topic 'quiet_pkg-config'Brad King2022-03-314-7/+7
|\
| * FindGSL: Quiet pkg-config errorsnega2022-03-301-1/+1
| * FindLAPACK: Quiet pkg-config errorsnega2022-03-301-2/+2
| * FindBLAS: Quiet pkg-config errorsnega2022-03-301-2/+2
| * FindGLUT: Quiet pkg-config errorsnega2022-03-301-2/+2
* | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes'Brad King2022-03-311-4/+2
|\ \
| * | GNUInstallDirs: Revert "Apply Debian multiarch LIBDIR to more prefixes"Brad King2022-03-301-4/+2
* | | Merge topic 'CMakeDependentOption-doc-improvement'Brad King2022-03-311-7/+12
|\ \ \ | |_|/ |/| |
| * | CMakeDependentOption: improve documentationBen Boeckel2022-03-301-7/+12
| |/
| * Merge topic 'cpack-ifw-4.3' into release-3.23Brad King2022-03-281-0/+1
| |\
* | \ Merge topic 'FindHDF5-library'Brad King2022-03-301-4/+4
|\ \ \
| * | | FindHDF5: Add explicit library location instead of guessed library name.مهدي شينون (Mehdi Chinoune)2022-03-221-4/+4
* | | | Preserve CMAKE_${lang}_COMPILER_ARG1 from existing CMakeCache.txtKlein, Thorsten (BSH)2022-03-291-3/+9
* | | | Merge topic 'cpack-ifw-4.3'Brad King2022-03-281-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | CPack/IFW: Add support for QtIFW 4.3Craig Scott2022-03-251-0/+1
* | | | Merge topic 'GetPrerequisties-win-findstr'Brad King2022-03-251-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | GetPrerequisties: pass "-a" only to grep.Mehdi Chinoune2022-03-251-1/+3
| |/ /
| * | Merge topic 'productbuild-rootVolumeOnly' into release-3.23Brad King2022-03-221-6/+5
| |\ \
| * \ \ Merge topic 'cpack-nsis-fix-uninstall-quoting' into release-3.23Brad King2022-03-221-3/+5
| |\ \ \
* | \ \ \ Merge topic 'LINK_GROUP-feat-RESCAN-on-BSD-systems'Brad King2022-03-232-0/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Genex-LINK_GROUP: Add support feature RESCAN on BSD systemsMarc Chevrier2022-03-222-0/+14
* | | | | Merge topic 'FindMatlab-batch'Brad King2022-03-222-8/+60
|\ \ \ \ \
| * | | | | FindMatlab: Use -batch option in matlab_add_unit_test if possibleSilvio Traversaro2022-03-212-1/+13
| * | | | | FindMatlab: Add fallback to use -batch option in version extractionSilvio2022-03-181-7/+47
* | | | | | Merge topic 'cuda-nvcc-error-msg-on-detection-failure'Brad King2022-03-221-4/+4
|\ \ \ \ \ \
| * | | | | | CUDA: Generate better error message when detecting nvccRobert Maynard2022-03-211-4/+4
| |/ / / / /
* | | | | | Merge topic 'productbuild-rootVolumeOnly'Brad King2022-03-221-6/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | productbuild: Don't write rootVolumeOnly attribute if writing domainsCraig Scott2022-03-211-2/+1
| * | | | | CPack: Avoid space / tab mix in productbuild distribution.xml templateCraig Scott2022-03-211-6/+6
* | | | | | Merge topic 'cpack-nsis-fix-uninstall-quoting'Brad King2022-03-221-3/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CPack/NSIS: Add support for unquoted (legacy) uninstaller stringsMarc Jeanmougin2022-03-211-0/+4
| * | | | | CPack/NSIS: Fix uninstall command when run from installerMarc Jeanmougin2022-03-211-3/+1
* | | | | | Merge topic 'FindCUDAToolkit-cufftw-static'Brad King2022-03-221-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | FindCUDAToolkit: Add missing cufftw_static targetRobert Maynard2022-03-211-1/+1
| | |/ / | |/| |
* | | | Merge topic 'ghs_predefined_targets'Brad King2022-03-211-2/+0
|\ \ \ \
| * | | | GHS: Do not include WindowsPathsFred Baksik2022-03-171-2/+0
* | | | | Merge topic 'LINK_LIBRARY-WHOLE_ARCHIVE'Brad King2022-03-219-2/+168
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | genex-LINK_LIBRARY: Add feature WHOLE_ARCHIVEMarc Chevrier2022-03-179-2/+168
* | | | | Merge topic 'r2022a'Brad King2022-03-181-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindMatlab: Add R2022a => 9.12 versionMichael Hirsch2022-03-181-0/+1