summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'features-msvc-2017'Brad King2018-04-121-21/+15
|\
| * Features: Record for VS 2017 through 15.6Daniel Filipe2018-04-111-21/+15
* | Merge topic 'FindMatlab-handle-exception'Brad King2018-04-121-2/+3
|\ \
| * | FindMatlab: always handle uncaught exceptionClemens Buchacher2018-04-091-2/+3
* | | Merge topic 'FindwxWidgets-local-var'Brad King2018-04-121-4/+6
|\ \ \
| * | | FindwxWidgets: Use more private name for local variableAndrea Ranieri2018-04-111-4/+6
* | | | Merge topic 'FindImageMagick-FixForMultipleInstalls'Brad King2018-04-121-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | FindImageMagick: Find components in same locations as main packageRoman Wüger2018-04-111-0/+3
* | | | UseSWIG: fix erroneous generator expressionsMarc Chevrier2018-04-101-7/+11
| |/ / |/| |
* | | Merge topic 'FindCUDA-nvcc-clcache-support'Brad King2018-04-091-0/+5
|\ \ \
| * | | FindCUDA: Add support for clcacheEdward Z. Yang2018-04-061-0/+5
* | | | Merge topic 'findwxwidgets-msys-library-dirs'Brad King2018-04-051-0/+20
|\ \ \ \
| * | | | FindwxWidgets: Fix wxWidgets_LIBRARY_DIRS on Cygwin/MSYSARATA Mizuki2018-04-051-0/+20
| |/ / /
* | | | Merge topic 'msvc-toolset-version-variable'Brad King2018-04-056-134/+73
|\ \ \ \
| * | | | Modules: Use MSVC_TOOLSET_VERSION variable to simplify logicArkady Shapkin2018-04-045-134/+48
| * | | | MSVC: Add MSVC_TOOLSET_VERSION variableArkady Shapkin2018-04-041-0/+25
* | | | | Merge topic 'revert-CheckIncludeFile-required-libs'Brad King2018-04-053-9/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES"Brad King2018-04-043-9/+0
| | |_|/ | |/| |
| * | | Merge branch 'boost-1.67' into release-3.11Brad King2018-03-211-41/+129
| |\ \ \
* | \ \ \ Merge topic 'wcdh-bare-features'Brad King2018-04-041-33/+83
|\ \ \ \ \
| * | | | | WCDH: introduce BARE_FEATURESRolf Eike Beer2018-04-031-33/+83
| | |_|/ / | |/| | |
* | | | | Merge topic 'android-no-libstdc++'Brad King2018-04-048-0/+16
|\ \ \ \ \
| * | | | | Android: Suppress implicit -lstdc++ linker flagBrad King2018-04-038-0/+16
* | | | | | Merge topic 'cuda_support_system_libraries_with_device_symbols'Brad King2018-04-042-4/+33
|\ \ \ \ \ \
| * | | | | | CUDA: Pass host linker directories to device linkerBrad King2018-03-282-4/+33
* | | | | | | Merge topic 'FindPython-stabilization'Brad King2018-04-042-7/+17
|\ \ \ \ \ \ \
| * | | | | | | FindPython: enhance multiple major versions lookupMarc Chevrier2018-04-032-7/+17
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'UseSWIG-add-new-behavior'Craig Scott2018-04-041-40/+115
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | UseSWIG: Add new behavior for better support files managementMarc Chevrier2018-04-031-40/+115
| |/ / / / /
* | | | | | Merge topic 'FPHSA-include'Brad King2018-04-033-3/+3
|\ \ \ \ \ \
| * | | | | | Find*: always include FPHSA shipped with CMakeRolf Eike Beer2018-04-023-3/+3
* | | | | | | Merge topic 'FindDCMTK-includes'Brad King2018-04-031-8/+2
|\ \ \ \ \ \ \
| * | | | | | | FindDCMTK: use CheckIncludeFiles instead of open coding itRolf Eike Beer2018-04-021-8/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'android-clang-std-flags'Brad King2018-04-031-2/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Android: Do not pass non-existent Clang -std flagsBrad King2018-04-021-2/+9
* | | | | | | Fortran: Add support for .fpp extensionsBrad King2018-04-021-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'remove-vs8-generator'Brad King2018-04-024-6/+3
|\ \ \ \ \ \
| * | | | | | Drop Visual Studio 8 2005 generatorBrad King2018-04-024-6/+3
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindCUDA-nvcc-executable-env'Brad King2018-04-021-10/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindCUDA: Make nvcc configurable via CUDA_NVCC_EXECUTABLE env varEdward Z. Yang2018-03-291-10/+14
| |/ / / /
* | | | | Merge topic 'features-c++20'Brad King2018-04-028-4/+49
|\ \ \ \ \
| * | | | | Features: Activate C++ 20 support for Clang 5.0+Brad King2018-03-271-0/+5
| * | | | | Features: Activate C++ 20 support for GNU 8.0+Brad King2018-03-271-0/+5
| * | | | | Features: Activate C++ 20 support for MSVC 19.12.25835+Brad King2018-03-271-0/+4
| * | | | | Features: Add infrastructure for C++ 20 language standardBrad King2018-03-277-2/+27
| * | | | | Features: Use -std=c++17 for C++ 17 on Clang 5.0+Brad King2018-03-261-1/+4
| * | | | | Features: Use -std=c++17 for C++ 17 on GNU 8.0+Brad King2018-03-261-1/+4
| |/ / / /
* | | | | Features: Record C features for MSVCBrad King2018-03-292-0/+33
|/ / / /
* | | | Merge topic 'UseSWIG-fix-library-prefix'Brad King2018-03-261-9/+17
|\ \ \ \
| * | | | UseSWIG: fix prefix library for Java on WindowsMarc Chevrier2018-03-221-9/+17