summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'typos'Brad King2017-11-0628-37/+37
|\
| * Fix trivial typos in textluzpaz2017-11-0328-37/+37
* | FindBZip2: Normalize slashes when legacy BZIP2_LIBRARIES is specifiedMark Salisbury2017-11-011-0/+2
|/
* Merge topic 'mingw-clang-c-compile-features'Brad King2017-11-011-1/+1
|\
| * Record C compile features flags for MinGW Clang on WindowsBrad King2017-11-011-1/+1
* | Merge topic 'freetype-windows'Brad King2017-10-301-0/+3
|\ \
| * | FindFreetype: Normalize slashes when legacy FREETYPE_LIBRARY is specifiedMark Salisbury2017-10-271-0/+3
* | | CPack/Deb: handle shlibs file generation when SOVERSION set to 0Domen Vrankar2017-10-281-1/+1
* | | Merge topic 'findICU_update'Brad King2017-10-271-1/+20
|\ \ \ | |/ / |/| |
| * | FindICU: Add support for static libraries on WindowsFrancois Budin2017-10-251-0/+19
| * | FindICU: Search in 'sbin' directories for icu toolsFrancois Budin2017-10-251-1/+1
* | | Merge topic 'clang-cl-TP'Brad King2017-10-262-0/+2
|\ \ \
| * | | Clang: Use -TP flag for C++ sources with clang-clBrad King2017-10-252-0/+2
| | |/ | |/|
* | | Merge topic 'flang-windows'Brad King2017-10-251-0/+2
|\ \ \
| * | | Flang: Add partial support on WindowsIsuru Fernando2017-10-241-0/+2
* | | | Merge topic 'omp-oacc-werror-return-type'Brad King2017-10-252-3/+11
|\ \ \ \
| * | | | Find{OpenMP,OpenACC}: Fix detection with -Werror=return-typeChristian Pfeiffer2017-10-242-3/+11
| | |/ / | |/| |
* | | | Merge topic 'findmpi-core-count'Brad King2017-10-251-7/+2
|\ \ \ \
| * | | | FindMPI: Use physical cores for MPIEXEC_MAX_NUMPROCSChristian Pfeiffer2017-10-241-7/+2
| |/ / /
* | | | Merge topic 'FindCUDA-doc-format'Brad King2017-10-241-18/+19
|\ \ \ \
| * | | | FindCUDA: Improve documentation formatting markupHenry Schreiner2017-10-231-18/+19
| | |_|/ | |/| |
* | | | Merge topic 'FindOpenCL-more-versions'Brad King2017-10-241-1/+1
|\ \ \ \
| * | | | FindOpenCL: Add detection of OpenCL 2.1 and 2.2Henry Schreiner2017-10-231-1/+1
| | |/ / | |/| |
* | | | Merge topic 'gnuid-cmp54-fix'Brad King2017-10-241-0/+5
|\ \ \ \
| * | | | GNUInstallDirs: Enable CMP0054Christian Pfeiffer2017-10-231-0/+5
| |/ / /
* | | | Merge topic 'generator-instance'Brad King2017-10-242-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | CheckLanguage: Pass generator instance into checkBrad King2017-10-191-0/+6
| * | | ExternalProject: Propagate the generator instanceBrad King2017-10-191-0/+15
| | |/ | |/|
* | | Merge topic 'flang-remove-boundscheck'Brad King2017-10-231-2/+0
|\ \ \ | |/ / |/| |
| * | Flang: Remove unsupported fbounds-check flagChristian Pfeiffer2017-10-191-2/+0
| |/
* | Merge topic 'curl_netrc_options'Brad King2017-10-192-2/+46
|\ \
| * | ExternalProject: Add support for NETRC and NETRC_FILE suboptionShane Parris2017-10-182-2/+46
* | | Merge topic 'ti-compiler-depfile-support'Brad King2017-10-192-0/+4
|\ \ \
| * | | Compiler/TI: Add support for depfile generation for NinjaNico Müller2017-10-182-0/+4
* | | | Merge topic 'cmake-open'Brad King2017-10-181-0/+23
|\ \ \ \
| * | | | cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+23
* | | | | Merge topic 'module-fetchcontent'Brad King2017-10-182-0/+935
|\ \ \ \ \
| * | | | | FetchContent: New module for populating content at configure timeCraig Scott2017-10-162-0/+935
| | |_|_|/ | |/| | |
* | | | | Merge topic 'findopenmp-lib-paths'Brad King2017-10-181-7/+21
|\ \ \ \ \
| * | | | | FindOpenMP: Improve OMP libraries searchChristian Pfeiffer2017-10-171-7/+21
* | | | | | Merge topic 'Linux-CUDA-OpenCL'Brad King2017-10-171-1/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | FindOpenCL: Add support for CUDA OpenCL on LinuxTakenori Yamamoto2017-10-151-1/+4
| | |_|/ / | |/| | |
* | | | | Merge topic 'UseJava-add_jar-split-build-and-output-dirs'Brad King2017-10-161-4/+4
|\ \ \ \ \
| * | | | | UseJava: add_jar OUTPUT_DIR option used only for jar generation.Marc Chevrier2017-10-121-4/+4
* | | | | | Merge topic 'cpack-wix-cygwin'Brad King2017-10-161-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cpack wix: fix path error on cygwinStephen Sorley2017-10-131-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FindPythonLibs-names-per-dir'Brad King2017-10-121-4/+3
|\ \ \ \ \
| * | | | | FindPythonLibs: Allow find_library to search paths from system environmentBrad King2017-10-111-4/+0
| * | | | | FindPythonLibs: Prefer libs early in search path regardless of nameBrad King2017-10-111-0/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'FindXMLRPC-no-includes'Brad King2017-10-121-29/+14
|\ \ \ \ \