summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | CUDA: Filter out -framework arguments during device linkingRobert Maynard2019-02-281-0/+12
* | | | | Merge branch 'vs2019' into release-3.14Brad King2019-02-281-8/+0
|\ \ \ \ \
| * | | | | VS: Drop workaround needed only for VS 2019 preview 2 and 3Brad King2019-02-281-8/+0
| |/ / / /
* | | | | Merge branch 'backport-check-std-size-cbegin-cend' into release-3.14Brad King2019-02-272-2/+18
|\ \ \ \ \
| * | | | | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
| |/ / / /
* | | | | Merge branch 'cmake_role-vs-fix' into release-3.14Brad King2019-02-271-1/+1
|\ \ \ \ \
| * | | | | CMAKE_ROLE: Fix value in --build for Visual Studio generatorsKyle Edwards2019-02-261-1/+1
* | | | | | include_external_msproject: Restore support for EXCLUDE_FROM_ALLBrad King2019-02-261-1/+3
|/ / / / /
* | | | | Merge branch 'remove-exclude-from-all-warning' into release-3.14Brad King2019-02-222-17/+0
|\ \ \ \ \
| * | | | | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-212-17/+0
| |/ / / /
* | | | | Merge branch 'link-options' into release-3.14Brad King2019-02-201-15/+4
|\ \ \ \ \
| * | | | | PIE link options: No warning when policy CMP0083 is not set.Marc Chevrier2019-02-201-15/+4
| |/ / / /
* | | | | Merge branch 'fix-implicit-includes-fortran' into release-3.14Brad King2019-02-201-9/+15
|\ \ \ \ \
| * | | | | Fortran: Do not suppress explicit use of implicit include directoriesBrad King2019-02-201-9/+15
* | | | | | Merge branch 'autogen_cache_binary_checks' into release-3.14Brad King2019-02-194-39/+88
|\ \ \ \ \ \
| * | | | | | Autogen: Use output caching GetExecutableTestOutputSebastian Holtermann2019-02-192-39/+18
| * | | | | | Autogen: Add output caching GetExecutableTestOutputSebastian Holtermann2019-02-192-0/+70
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'vs-win-sdk' into release-3.14Brad King2019-02-193-3/+19
|\ \ \ \ \ \
| * | | | | | VS: Tell VS 2019 to use Windows SDK 8.1 explicitly when neededBrad King2019-02-191-0/+6
| * | | | | | VS: Factor out a method to set the Windows SDK version internallyBrad King2019-02-192-3/+13
| |/ / / / /
* | | | | | Merge branch 'fix-legacy-implicit-includes' into release-3.14Brad King2019-02-191-34/+27
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Do not explicitly report "standard" include directories as implicitBrad King2019-02-181-20/+27
| * | | | Restore unconditional use of "standard" include directoriesBrad King2019-02-181-3/+1
| * | | | Prefix implicit include directories with sysroot on constructionBrad King2019-02-181-12/+0
* | | | | CMake 3.14.0-rc2v3.14.0-rc2Brad King2019-02-151-1/+1
* | | | | Merge branch 'try_compile-expand-compile-defs' into release-3.14Brad King2019-02-151-1/+1
|\ \ \ \ \
| * | | | | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-151-1/+1
* | | | | | Merge branch 'vs2017-sdk81' into release-3.14Brad King2019-02-141-1/+2
|\ \ \ \ \ \
| * | | | | | VS: Fix validation of Windows 8.1 SDKBrad King2019-02-141-1/+2
| |/ / / / /
* | | | | | Merge branch 'fortran-submodule-names' into release-3.14Brad King2019-02-147-11/+76
|\ \ \ \ \ \
| * | | | | | Fortran: Fix submodule file names across compilersBrad King2019-02-147-1/+30
| * | | | | | Fortran: Thread compiler id through to internal Fortran parserBrad King2019-02-145-5/+26
| * | | | | | Fortran: Factor out .mod and .smod file name constructionBrad King2019-02-142-6/+21
| |/ / / / /
* | | | | | Merge branch 'fix-pointer-truncation' into release-3.14Brad King2019-02-132-2/+2
|\ \ \ \ \ \
| * | | | | | cmListFileLexer: Add missing include to avoid possible pointer truncationZsolt Parragi2019-02-132-2/+2
| |/ / / / /
* | | | | | Merge branch 'fix-legacy-implicit-includes' into release-3.14Brad King2019-02-132-7/+29
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update logic for sysroot in detected implicit include directoriesBrad King2019-02-131-1/+5
| * | | | | cmAlgorithms: Add cmHasPrefix to match existing cmHasSuffixBrad King2019-02-131-0/+8
| * | | | | Fix regression in -I/usr/include exclusion logicBrad King2019-02-131-6/+16
| |/ / / /
* | | | | Merge branch 'genex-GENEX_EVAL-fix-recursion' into release-3.14Brad King2019-02-132-10/+4
|\ \ \ \ \
| * | | | | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>Marc Chevrier2019-02-132-10/+4
| |/ / / /
* | | | | Merge branch 'ghs-updates' into release-3.14Brad King2019-02-081-1/+1
|\ \ \ \ \
| * | | | | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILEFred Baksik2019-02-081-1/+1
* | | | | | Merge branch 'fix-exclude-dir-with-iface' into release-3.14Brad King2019-02-081-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix EXCLUDE_FROM_ALL on directory with an interface libraryBrad King2019-02-081-1/+3
| |/ / / /
* | | | | Merge branch 'xcode-stdlib-flags' into release-3.14Brad King2019-02-071-0/+16
|\ \ \ \ \
| * | | | | Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-071-0/+16
| |/ / / /
* | | | | Merge branch 'vs-csharp-nowarn-numbers' into release-3.14Brad King2019-02-074-1/+18
|\ \ \ \ \
| * | | | | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-074-1/+18
| |/ / / /
* | | | | CMake 3.14.0-rc1 version updateBrad King2019-02-061-3/+3
|/ / / /