summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'findjni-paths' into release-3.14Brad King2019-03-011-52/+47
|\
| * FindJNI: Unify path search, fix support for Java 9Christian Pfeiffer2019-03-011-52/+47
* | Merge branch 'ExternalProject-fix-log-in-custom-stamp' into release-3.14Brad King2019-03-011-2/+14
|\ \
| * | ExternalProject: Restore default log dir with custom stamp dirBrad King2019-03-011-2/+14
| |/
* | Merge branch 'FindThreads-revert-libc-check' into release-3.14Brad King2019-02-271-11/+3
|\ \
| * | FindThreads: Revert libc symbol check to pthread_createBrad King2019-02-271-13/+3
| * | FindThreads: Fix libc check to use proper header for pthread_killBrad King2019-02-261-2/+4
| |/
* | Merge branch 'FindOctave-remove' into release-3.14Brad King2019-02-271-179/+0
|\ \
| * | FindOctave: Remove module pending further workBrad King2019-02-261-179/+0
| |/
* | Merge branch 'vs-llvm-extension' into release-3.14Brad King2019-02-271-2/+9
|\ \
| * | VS: Fix detection of clang-cl with -T llvmBrad King2019-02-261-2/+9
| |/
* | Merge branch 'qcc-asm-detection' into release-3.14Brad King2019-02-252-0/+6
|\ \
| * | Add ASM Compiler detection for QCCMaikel van den Hurk2019-02-252-0/+6
* | | Merge branch 'check_lang_source_runs_output' into release-3.14Brad King2019-02-252-2/+12
|\ \ \
| * | | CheckLangSourceRuns: Capture run output to log filesCraig Scott2019-02-232-2/+12
| | |/ | |/|
* | | Merge branch 'asm-no-slash-question' into release-3.14Brad King2019-02-193-3/+3
|\ \ \
| * | | Use -? instead of /? to test compiler for MSVC-like command-line supportBrad King2019-02-193-3/+3
| |/ /
* | | Merge branch 'fix-legacy-implicit-includes' into release-3.14Brad King2019-02-192-3/+17
|\ \ \
| * | | Do not explicitly report "standard" include directories as implicitBrad King2019-02-181-0/+6
| * | | Prefix implicit include directories with sysroot on constructionBrad King2019-02-181-3/+11
* | | | Merge branch 'FindBoost-layout-tagged' into release-3.14Brad King2019-02-191-0/+8
|\ \ \ \
| * | | | FindBoost: Find boost libraries built with --layout=taggedYves Frederix2019-02-181-0/+8
| | |/ / | |/| |
* | | | Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behaviorCraig Scott2019-02-171-1/+2
|/ / /
* | | Merge branch 'try_compile-expand-compile-defs' into release-3.14Brad King2019-02-152-12/+12
|\ \ \
| * | | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-152-12/+12
* | | | Merge branch 'FindLibXml2' into release-3.14Brad King2019-02-151-1/+1
|\ \ \ \
| * | | | FindLibXml2: Document LibXml2_FOUND as preferred caseSaleem Abdulrasool2019-02-151-1/+1
| |/ / /
* | | | Merge branch 'fortran-submodule-names' into release-3.14Brad King2019-02-145-0/+15
|\ \ \ \
| * | | | Fortran: Fix submodule file names across compilersBrad King2019-02-145-0/+15
| |/ / /
* | | | Merge branch 'fix-legacy-implicit-includes' into release-3.14Brad King2019-02-132-6/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix regression in -I/usr/include exclusion logicBrad King2019-02-131-5/+0
| * | | macOS: Fix addition of <sdk>/usr/include to default implicit include dirsBrad King2019-02-131-1/+1
| |/ /
* | | Merge branch 'FindMatlab-version-empty' into release-3.14Brad King2019-02-111-2/+2
|\ \ \
| * | | FindMatlab: Tolerate empty version log fileSebastian Nagel2019-02-111-2/+2
| |/ /
* | | FindOctave: Add target for octinterpPeter Stroia-Williams2019-02-081-1/+13
* | | Merge branch 'cpack-ifw-error-wording' into release-3.14v3.14.0-rc1Brad King2019-02-071-1/+1
|\ \ \
| * | | CPack/IFW: Correct wording in error messageJoachim Wuttke (o)2019-02-071-1/+1
| |/ /
* | | Merge branch 'FindHDF5-cleanup' into release-3.14Brad King2019-02-071-59/+81
|\ \ \
| * | | FindHDF5: Modernize formatting of variable documentationMichael Hirsch, Ph.D2019-02-071-49/+69
| * | | FindHDF5: Use execute_process instead of exec_programMichael Hirsch, Ph.D2019-02-071-10/+12
| |/ /
* | | Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-072-0/+10
|/ /
* | Merge topic '17870-iphone-friendly-cmake'Brad King2019-02-0517-17/+66
|\ \
| * | Xcode: Completely disable code signing for compiler id detectionGregor Jasny2019-02-042-14/+1
| * | Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-0416-4/+66
* | | Xcode: Update default Swift language version for Xcode 10.2Brad King2019-02-041-0/+2
* | | Merge topic 'implicit-incs-cleanup'Brad King2019-02-0121-178/+77
|\ \ \
| * | | ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmakeChuck Cranor2019-01-302-7/+12
| * | | CrayPrgEnv/ParseImplicitIncludes: simplify for new implict include parserChuck Cranor2019-01-2916-155/+4
| * | | ParseImplicitIncludeInfo: add SunPro Fortran and PGI compiler, Cray fixChuck Cranor2019-01-293-16/+61
| |/ /
* | | Merge topic 'ninja-intel-depfile'Brad King2019-01-312-0/+4
|\ \ \