summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'darwin-init-var-cleanup'Brad King2020-07-031-9/+9
|\
| * Darwin: prefix internal osx variables with "_" to hide them from usersChuck Cranor2020-07-031-9/+9
* | Merge topic 'find-libraries-NAMES_PER_DIR'Brad King2020-07-0314-10/+23
|\ \
| * | FindPNG use NAMES_PER_DIRSibi Siddharthan2020-07-011-2/+2
| * | FindGIF use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
| * | FindGLEW use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+4
| * | FindLAPACK use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
| * | FindIntl use NAMES_PER_DIRSibi Siddharthan2020-07-011-1/+1
| * | FindProtobuf use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+2
| * | FindLibLZMA use NAMES_PER_DIRSibi Siddharthan2020-07-011-2/+2
| * | FindJPEG use NAMES_PER_DIRSibi Siddharthan2020-07-011-2/+2
| * | FindIconv use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
| * | FindEXPAT use NAMES_PER_DIRSibi Siddharthan2020-07-011-1/+1
| * | FindCURL use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+2
| * | FindBZip2 use NAMES_PER_DIRSibi Siddharthan2020-07-011-2/+2
| * | FindBLAS use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
| * | FindArmadillo use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
* | | Merge topic 'FindGTest-no_release_support'Brad King2020-07-021-12/+28
|\ \ \
| * | | FindGTest: Allow either "Debug" or "Release" configurations.William Reid Paape2020-06-301-12/+28
* | | | Merge topic 'FindLua-5.4'Brad King2020-07-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | FindLua: Add support for Lua 5.4Felix Yan2020-07-011-1/+1
| * | | Merge topic 'gtest-xml-output' into release-3.18Brad King2020-06-291-1/+1
| |\ \ \
| * \ \ \ Merge topic 'intel-c++20' into release-3.18Brad King2020-06-291-0/+10
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindTIFF-tiffxx'Brad King2020-07-011-6/+93
|\ \ \ \ \ \
| * | | | | | FindTIFF: add component CXX to include the C++ wrapper libtiffxxJoachim Wuttke (h)2020-06-291-6/+93
* | | | | | | Merge topic 'find_vulkan_glslc'Brad King2020-06-301-4/+26
|\ \ \ \ \ \ \
| * | | | | | | FindVulkan: Support for finding glslcRyan Kawicki2020-06-271-4/+26
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'gtest-xml-output'Brad King2020-06-291-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | GoogleTest: Fix name generation for XML_OUTPUT_DIRStefan Floeren2020-06-261-1/+1
* | | | | | | Merge topic 'intel-c++20'Brad King2020-06-291-0/+10
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'backport-intel-c++20' into intel-c++20Brad King2020-06-261-0/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Intel: Add flags for C++20Brad King2020-06-261-0/+10
| | |/ / /
* | | | | Merge topic 'visual-studio-android'Brad King2020-06-266-9/+128
|\ \ \ \ \
| * | | | | Visual Studio: Add Android supportKyle Edwards2020-06-246-9/+128
* | | | | | Merge topic 'GoogleTest-DISCOVERY_MODE-cleanups'Brad King2020-06-261-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | GoogleTest: Replace SEND_ERROR with FATAL_ERRORCraig Scott2020-06-241-1/+1
| * | | | Merge topic 'VxWorks-platform-id' into release-3.18Brad King2020-06-231-0/+3
| |\ \ \ \
| * \ \ \ \ Merge topic 'fix-win-flex-bison' into release-3.18Brad King2020-06-232-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindCUDA-11' into release-3.18Brad King2020-06-231-2/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'CUDAToolkit-cuda-11' into release-3.18Brad King2020-06-191-1/+5
| |\ \ \ \ \ \ \
* | | | | | | | | Find{BLAS,LAPACK}: Add missing thread library for Intel MKL on Win32evatux2020-06-232-2/+6
* | | | | | | | | Merge topic 'VxWorks-platform-id'Brad King2020-06-231-0/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | VxWorks: Add Platform ID for Modules/CMakePlatformId.h.inLihua Zhao2020-06-231-0/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'fix-win-flex-bison'Brad King2020-06-232-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Find{FLEX,BISON}: Add 'win-' executable namesYan2020-06-222-2/+2
* | | | | | | | Merge topic 'FindCUDA-11'Brad King2020-06-231-2/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | FindCUDA: Do not search for the deprecated nppicom when CUDA >= 11Robert Maynard2020-06-221-2/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindSDL-update'Brad King2020-06-191-23/+62
|\ \ \ \ \ \
| * | | | | | FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDLFrédéric Simonis2020-06-181-23/+62
* | | | | | | Merge topic 'CUDAToolkit-cuda-11'Brad King2020-06-191-1/+5
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |