summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindPythonInterp: support single-user installs on WindowsWerner Palfinger2018-01-191-0/+3
* Merge topic 'autogen-parallel'Brad King2018-01-182-4/+1
|\
| * Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-172-4/+1
* | Merge topic 'FindTCL-thread-suffix'Brad King2018-01-181-2/+2
|\ \
| * | FindTCL: Find 8.6 libraries with 't' suffixlorenz2018-01-161-2/+2
* | | Merge topic 'FindDoxygen-macos-utils'Craig Scott2018-01-171-0/+5
|\ \ \ | |_|/ |/| |
| * | FindDoxygen: On macOS search in '/Applications/Utilities' tooThomas Thielemann2018-01-161-0/+5
| |/
* | Merge topic 'CheckIncludeFile-required-libs'Brad King2018-01-163-0/+9
|\ \
| * | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESDon Hinton2018-01-103-0/+9
* | | GNU: Use -fvisibility on AIX when supportedBrad King2018-01-121-1/+3
| |/ |/|
* | Merge topic 'msvc-asm'Brad King2018-01-111-0/+1
|\ \
| * | MSVC: Avoid warning when enabling ASM language with C compilerBrad King2018-01-101-0/+1
* | | Merge topic 'misc-typos'Brad King2018-01-111-1/+1
|\ \ \
| * | | MAINT: Misc. typosluz.paz2018-01-101-1/+1
| |/ /
* | | Merge topic 'FindBoost-1.66'Brad King2018-01-111-16/+48
|\ \ \
| * | | FindBoost: Generate imported targets for future Boost versionsPaul "TBBle" Hampson2018-01-101-1/+0
| * | | FindBoost: Search for upstream-packaged libs next to includesPaul "TBBle" Hampson2018-01-101-0/+1
| * | | FindBoost: Implement "Architecture and Address Model" tagPaul "TBBle" Hampson2018-01-101-10/+42
| * | | FindBoost: Fix incorrect alphabetisation of headers listPaul "TBBle" Hampson2018-01-101-1/+1
| * | | FindBoost: Boost 1.66.0 dependency and release updatePaul "TBBle" Hampson2018-01-101-4/+4
* | | | Merge topic 'findmpi-new-mpiexec-search'Christian Pfeiffer2018-01-111-15/+45
|\ \ \ \ | |_|/ / |/| | |
| * | | FindMPI: Move MSMPI/MPICH2 mpiexec searchChristian Pfeiffer2018-01-101-15/+45
* | | | Merge topic 'unhardcode-configuration-types'Brad King2018-01-1013-345/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-0813-345/+62
| |/ /
* | | Merge topic 'FindPostgres_support_for_v10'Brad King2018-01-091-2/+2
|\ \ \
| * | | FindPostgreSQL: Add support for PG10Egor Pugin2018-01-091-2/+2
| * | | Merge branch 'irsl-msvc-omp-fix' into release-3.10Brad King2017-12-121-2/+7
| |\ \ \
| * \ \ \ Merge branch 'findmpi-builtin-fix' into release-3.10Brad King2017-12-121-121/+168
| |\ \ \ \
* | \ \ \ \ Merge topic 'cpack_versions'Brad King2018-01-091-5/+6
|\ \ \ \ \ \
| * | | | | | Cpack.cmake: Document some CPACK_* default valuesHarry Mallon2017-12-201-5/+6
* | | | | | | Merge topic 'FindCUDA-deduplicate-c+std-host-flags'Brad King2018-01-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: de-duplicates C++11 flag when propagating host flags.David Hirvonen2018-01-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'msvc2017-findcuda'Brad King2018-01-092-9/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | FindCUDA: Update to properly find MSVC 2017 compiler toolsAaron Bray2018-01-082-9/+16
| |/ / / / /
* | | | | | Merge topic 'use_generator_is_multi_config'Brad King2018-01-088-26/+42
|\ \ \ \ \ \
| * | | | | | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in ModulesCraig Scott2017-12-308-26/+42
| |/ / / / /
* | | | | | Merge topic '17431-iphone-deployment-target'Brad King2018-01-081-0/+15
|\ \ \ \ \ \
| * | | | | | Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-0/+15
| |/ / / / /
* | | | | | Merge topic 'various-typos'Craig Scott2018-01-0415-16/+16
|\ \ \ \ \ \
| * | | | | | Various typo fixesLuz Paz2018-01-0415-16/+16
| |/ / / / /
* | | | | | FindDoxygen: Add DOXYGEN_VERBATIM_VARS for quote preventionCraig Scott2018-01-031-8/+51
|/ / / / /
* | | | | Merge topic 'FindPkgConfig_search_path_fix'Brad King2017-12-221-5/+5
|\ \ \ \ \
| * | | | | FindPkgConfig: Fix IMPORTED_TARGET NO...PATH option handlingCraig Scott2017-12-161-5/+5
| |/ / / /
* | | | | Merge topic 'cpackifw-package-remove-target-dir'Brad King2017-12-211-0/+6
|\ \ \ \ \
| * | | | | CPack/IFW: Add option to control deletion of the install directoryJean-Philippe Lebel2017-12-151-0/+6
* | | | | | Merge topic 'FindBLAS-modernize'Brad King2017-12-211-44/+26
|\ \ \ \ \ \
| * | | | | | FindBLAS: optionally query pkg-config for a libraryRolf Eike Beer2017-12-151-0/+19
| * | | | | | FindBLAS: simplify if()Rolf Eike Beer2017-12-151-2/+1
| * | | | | | FindBLAS: use FPHSARolf Eike Beer2017-12-151-42/+6
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'findliblzma-win-name'Christian Pfeiffer2017-12-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |