summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Tests: Teach RunCMake to support a custom working directoryBrad King2019-09-241-1/+4
| | |/ /
| | * | CMake 3.14.6v3.14.6Brad King2019-07-161-1/+1
| | * | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.14Brad King2019-07-122-3/+17
| | |\ \
| | * \ \ Merge branch 'backport-implicit-includes-cray-hlist' into release-3.14Brad King2019-07-098-2/+167
| | |\ \ \
| | * \ \ \ Merge branch 'android-pie-cmp0083' into release-3.14Brad King2019-06-192-0/+26
| | |\ \ \ \
| * | | | | | Makefiles: Revert "Make build root targets ... recursive"Brad King2019-09-271-5/+24
* | | | | | | Merge branch 'vs-16.4-custom-commands' into release-3.15Brad King2019-09-242-3/+17
|\ \ \ \ \ \ \
| * | | | | | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputsBrad King2019-09-242-3/+17
| |/ / / / / /
* | | | | | | Merge branch 'doc-vs-2019-toolset' into release-3.15Brad King2019-09-201-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Help: Document VS 2019 toolset in MSVC_TOOLSET_VERSIONLE GARREC Vincent2019-09-201-0/+1
|/ / / / / /
* | | | | | CMake 3.15.3v3.15.3Brad King2019-09-041-1/+1
* | | | | | Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-09-041-9/+15
|\ \ \ \ \ \
| * | | | | | FindBoost: Tolerate future Boost INTERFACE librariesBrad King2019-09-041-8/+14
| * | | | | | FindBoost: Clarify role of legacy variables in warning messageBrad King2019-09-041-1/+1
* | | | | | | Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-08-302-18/+36
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | FindBoost: Add support for Boost 1.71Brad King2019-08-301-2/+2
| * | | | | | FindBoost: Unwrap compatibility INTERFACE targets for legacy variablesBrad King2019-08-302-0/+20
| * | | | | | FindBoost: Remove incorrect 1.70 timer dependencyBrad King2019-08-301-1/+1
| * | | | | | FindBoost: Simplify conditional block for last known versionBrad King2019-08-301-16/+14
* | | | | | | Merge branch 'fileapi-CMP0037-OLD' into release-3.15Brad King2019-08-301-0/+6
|\ \ \ \ \ \ \
| * | | | | | | fileapi: Fix codemodel v2 target file name for CMP0037 OLD behaviorBrad King2019-08-301-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'backport-find-no-name' into release-3.15Brad King2019-08-284-1/+5
|\ \ \ \ \ \ \
| * | | | | | | find_path: Fix crash on empty old-style list of namesBrad King2019-08-284-1/+5
| |/ / / / / /
* | | | | | | Merge branch 'autogen_fix_use_after_move' into release-3.15Brad King2019-08-272-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h fileSebastian Holtermann2019-08-272-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'alpine-cpu_zero' into release-3.15Brad King2019-08-271-0/+2
|\ \ \ \ \ \ \
| * | | | | | | cmAffinity: Add include for CPU_ZERO on Alpine LinuxBrad King2019-08-271-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'cmGlobalGenerator-compilerId-lifetime' into release-3.15Brad King2019-08-271-7/+4
|\ \ \ \ \ \ \
| * | | | | | | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetimeBrad King2019-08-261-7/+4
| |/ / / / / /
* | | | | | | Merge branch 'libarchive-requirement' into release-3.15Brad King2019-08-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | libarchive: We now require at least version 3.3.3Marvin Schmidt2019-08-261-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15Brad King2019-08-273-37/+53
|\ \ \ \ \ \ \
| * | | | | | | Tests: Extend MakeClean test to test various target typesSebastian Holtermann2019-08-261-37/+49
| * | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targetsSebastian Holtermann2019-08-262-0/+4
| |/ / / / / /
* | | | | | | Merge branch 'ctest-json-REQUIRED_FILES' into release-3.15Brad King2019-08-223-6/+20
|\ \ \ \ \ \ \
| * | | | | | | CTest: Fix --show-only=json-v1 output with REQUIRED_FILES propertyBrad King2019-08-223-6/+20
| |/ / / / / /
* | | | | | | Merge branch 'CrayPrgEnv-update-link-type-detection' into release-3.15Brad King2019-08-222-3/+24
|\ \ \ \ \ \ \
| * | | | | | | CrayPrgEnv: Change default linking mode based on PE versionChuck Atkins2019-08-222-3/+24
| |/ / / / / /
* | | | | | | Merge branch 'FindMPI-restore-flag-vars' into release-3.15Brad King2019-08-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS and MPI_<LANG>_COMPILE_OPTIONSRobert Maynard2019-08-211-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'ccmake-crash-on-empty-strings-property' into release-3.15Brad King2019-08-201-0/+3
|\ \ \ \ \ \ \
| * | | | | | | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'msvc-runtime-library-flang' into release-3.15Brad King2019-08-092-4/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Flang: Implement MSVC runtime library abstractionBrad King2019-08-092-4/+17
|/ / / / / /
* | | | | | CMake 3.15.2v3.15.2Brad King2019-08-071-1/+1
* | | | | | Merge branch 'doc-relnotes-3.15' into release-3.15Brad King2019-08-071-0/+7
|\ \ \ \ \ \
| * | | | | | Help: Add 3.15.2 release notesBrad King2019-08-071-0/+7
|/ / / / / /
* | | | | | Merge branch 'FindGLEW-macOS' into release-3.15Brad King2019-08-061-3/+34
|\ \ \ \ \ \
| * | | | | | FindGLEW: Fix typo in verbose log messageClaudio Fantacci2019-08-061-1/+1
| * | | | | | FindGLEW: Add required OpenGL dependency in macOSClaudio Fantacci2019-08-061-0/+31