summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | InstallRequiredSystemLibraries: Use `MSVC_VERSION` instead of `MSVC##`Brad King2017-03-221-22/+22
| |/
* | Merge branch 'avoid-MSVC-per-version-vars' into releaseBrad King2017-03-233-11/+11
|\ \
| * | FindRuby: Use `MSVC_VERSION` instead of `MSVC##`Brad King2017-03-231-5/+5
| * | FindGTK2: Use `MSVC_VERSION` instead of `MSVC##`Brad King2017-03-231-5/+5
| * | FindBoost: Avoid mentioning discouraged `MSVC##`` variableBrad King2017-03-231-1/+1
| |/
* | Merge branch 'doc-prefer-MSVC_VERSION' into releaseBrad King2017-03-221-1/+3
|\ \
| * | MSVC: Exclude future cl 20+ from MSVC14 variableBrad King2017-03-221-1/+3
| |/
* | Merge branch 'FindwxWidgets-vs-2017' into releaseBrad King2017-03-221-5/+7
|\ \
| * | FindwxWidgets: Add support for VS 2017 v141 toolsetBrad King2017-03-221-1/+3
| * | FindwxWidgets: Use `MSVC_VERSION` instead of `MSVC##`Brad King2017-03-221-5/+5
| |/
* | Merge branch 'FindBoost-1.64' into releaseBrad King2017-03-221-1/+1
|\ \
| * | FindBoost: Update support for 1.64Mateusz Łoskot2017-03-221-1/+1
* | | Merge branch '16624-blas-lapack-documentation' into releaseBrad King2017-03-222-9/+35
|\ \ \
| * | | FindBLAS/LAPACK: Format documentationGregor Jasny2017-03-222-9/+35
| | |/ | |/|
* | | Merge branch 'backport-FindHDF5-optional-no-config' into releaseBrad King2017-03-211-2/+6
|\ \ \
| * | | FindHDF5: Add option to skip finding package configuration fileBrad King2017-03-211-1/+4
| * | | FindHDF5: Improve HDF5_ROOT variable documentationBrad King2017-03-211-1/+2
| |/ /
* | | Merge branch 'cpack-rpm-debuginfo-multiple-files-fix' into releaseBrad King2017-03-211-2/+8
|\ \ \
| * | | CPack/RPM: fix cpack_rpm_debugsymbol_check parameterDomen Vrankar2017-03-211-2/+8
| |/ /
* | | Merge branch 'FindHDF5-fix-quoting' into releaseBrad King2017-03-201-1/+1
|\ \ \
| * | | FindHDF5: fix quotingBen Boeckel2017-03-151-1/+1
* | | | Merge branch 'FindBoost-1.64' into releaseBrad King2017-03-201-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | FindBoost: Add support for 1.64Mateusz Łoskot2017-03-201-3/+3
| | |/ | |/|
* | | Merge branch 'CSharpUtilities-doc' into releaseBrad King2017-03-201-12/+20
|\ \ \
| * | | CSharpUtilities: Fix documentationMichael Stürmer2017-03-201-12/+20
| |/ /
* | | Merge branch 'FindGit-avoid-vs-2017-git' into releaseBrad King2017-03-101-1/+15
|\ \ \
| * | | FindGit: Avoid finding VS 2017 non-general Git installationBrad King2017-03-101-1/+15
| |/ /
* | | Merge branch 'FindVulkan-fix-win-32' into releaseBrad King2017-03-061-0/+1
|\ \ \ | |_|/ |/| |
| * | FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit WindowsMatthäus G. Chajdas2017-03-061-0/+1
* | | FindHDF5: Restore `-D` in HDF5_DEFINITIONSKris Thielemans2017-03-061-1/+1
| |/ |/|
* | Merge branch 'FindJNI-archlinux-jvm-paths' into releaseBrad King2017-03-031-0/+5
|\ \
| * | FindJNI: Add jvm paths for Arch LinuxKitsu2017-03-031-0/+5
* | | Merge branch 'FindVulkan-update' into releaseBrad King2017-03-021-2/+6
|\ \ \ | | |/ | |/|
| * | FindVulkan: Update for LunarG SDK import library location on WindowsBrad Davis2017-03-021-2/+6
| |/
* | Merge branch 'csproj_add_free_source_tags' into releaseBrad King2017-03-021-0/+298
|\ \
| * | VS: add CSharpUtilities moduleMichael Stürmer2017-03-011-0/+298
| |/
* | Merge branch 'ExternalProject-checkout-clarify' into releaseBrad King2017-02-241-1/+1
|\ \
| * | ExternalProject: Run `git checkout` with `--` to clarify argumentsBrad King2017-02-241-1/+1
| |/
* | Merge branch 'FindCUDA-fix-init' into releaseBrad King2017-02-221-0/+1
|\ \
| * | FindCUDA: Fix PTX selection with multiple architecturesBjoern Thiel2017-02-221-0/+1
| |/
* | Merge branch 'ExternalProject-update-docs' into releaseBrad King2017-02-211-2/+9
|\ \
| * | ExternalProject: Clarify documented role of `INSTALL_DIR`Brad King2017-02-211-1/+4
| * | ExternalProject: Clarify documented role of `INSTALL_COMMAND`Wilfried Goesgens2017-02-211-1/+5
| |/
* | Merge branch 'FindGTK2-old-sigc++' into releaseBrad King2017-02-211-1/+4
|\ \
| * | FindGTK2: handle old libsigc++ versionsBen Boeckel2017-02-201-1/+4
* | | Merge branch 'FindHDF5-fix-header-langs' into releaseBrad King2017-02-171-3/+3
|\ \ \ | |/ / |/| |
| * | FindHDF5: Fix search for language-specific header fileBrad King2017-02-171-2/+2
| * | FindHDF5: Restore HDF5_<LANG>_INCLUDE_DIR advanced cache entry markBrad King2017-02-171-1/+1
| |/
* | CUDA: Fix default compiler flags on WindowsBrad King2017-02-152-11/+12
* | Merge branch 'cuda-no-Os' into releaseBrad King2017-02-141-1/+1
|\ \