summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.14'Brad King2019-02-150-0/+0
|\
| * CMake 3.14.0-rc2v3.14.0-rc2Brad King2019-02-151-1/+1
* | Merge topic 'tests-intel-fixup'Brad King2019-02-151-1/+2
|\ \
| * | Tests: Fix Module.WriteCompilerDetectionHeader for Intel on WindowsBrad King2019-02-141-1/+2
* | | Merge branch 'release-3.14'Brad King2019-02-150-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'try_compile-expand-compile-defs' into release-3.14Brad King2019-02-155-13/+52
| |\ \
| * \ \ Merge branch 'FindLibXml2' into release-3.14Brad King2019-02-151-1/+1
| |\ \ \
| * \ \ \ Merge branch 'vs2017-sdk81' into release-3.14Brad King2019-02-141-1/+2
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindLibXml2'Brad King2019-02-151-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | FindLibXml2: Document LibXml2_FOUND as preferred caseSaleem Abdulrasool2019-02-151-1/+1
* | | | | | Merge topic 'vs2017-sdk81'Brad King2019-02-151-1/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | VS: Fix validation of Windows 8.1 SDKBrad King2019-02-141-1/+2
| |/ / / /
* | | | | Merge topic 'try_compile-expand-compile-defs'Brad King2019-02-155-13/+52
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-155-13/+52
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-02-151-1/+1
* | | | Merge topic 'autogen_refactor_rerun_tests'Brad King2019-02-144-183/+274
|\ \ \ \
| * | | | Autogen: Refactor RerunRccDepends test with fixed timestamp comparisonSebastian Holtermann2019-02-131-80/+95
| * | | | Autogen: Refactor RerunRccConfigChange testSebastian Holtermann2019-02-131-14/+19
| * | | | Autogen: Refactor RerunMocBasic test with fixed timestamp comparisonSebastian Holtermann2019-02-131-31/+67
| * | | | Autogen: Refactor RerunMocPlugin test with fixed timestamp comparisonSebastian Holtermann2019-02-131-58/+93
* | | | | Merge branch 'release-3.14'Brad King2019-02-140-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'fortran-submodule-names' into release-3.14Brad King2019-02-1412-11/+91
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-pointer-truncation' into release-3.14Brad King2019-02-132-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-legacy-implicit-includes' into release-3.14Brad King2019-02-134-13/+30
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'fortran-submodule-names'Brad King2019-02-1412-11/+91
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fortran: Fix submodule file names across compilersBrad King2019-02-1412-1/+45
| * | | | | | | 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 topic 'fix-legacy-implicit-includes'Brad King2019-02-144-13/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | 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-132-11/+16
| * | | | | | macOS: Fix addition of <sdk>/usr/include to default implicit include dirsBrad King2019-02-131-1/+1
| |/ / / / /
* | | | | | Merge topic 'fix-pointer-truncation'Brad King2019-02-142-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cmListFileLexer: Add missing include to avoid possible pointer truncationZsolt Parragi2019-02-132-2/+2
| |/ / / /
* | | | | Merge topic 'update-kwsys'Brad King2019-02-148-28/+44
|\ \ \ \ \
| * | | | | Tests: Disable test that builds KWSys if not also building CMakeBrad King2019-02-131-11/+15
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-02-127-17/+29
| |\ \ \ \ \
| | * | | | | KWSys 2019-02-12 (44676809)KWSys Upstream2019-02-127-17/+29
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-141-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'names'Brad King2019-02-1311-270/+187
|\ \ \ \ \ \
| * | | | | | Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-1111-270/+187
* | | | | | | Merge topic 'systools-stdstring2'Brad King2019-02-137-74/+78
|\ \ \ \ \ \ \
| * | | | | | | cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-117-74/+78
| |/ / / / / /
* | | | | | | Merge topic 'cmcurses-fix-solaris-lambda-warning'Brad King2019-02-131-5/+6
|\ \ \ \ \ \ \
| * | | | | | | cmCursesMainForm: Fix lambda return type deducing warningArtur Ryt2019-02-121-5/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.14'Brad King2019-02-130-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'genex-GENEX_EVAL-fix-recursion' into release-3.14Brad King2019-02-134-14/+9
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'genex-GENEX_EVAL-fix-recursion'Brad King2019-02-134-14/+9
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>Marc Chevrier2019-02-134-14/+9
| | |_|_|_|/ / | |/| | | | |