summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | FindGLEW: Fix macOS library suffix selectionClaudio Fantacci2019-08-061-2/+2
* | | | | | | Merge branch 'find_package-prefer-config-not-found' into release-3.15Brad King2019-08-062-1/+9
|\ \ \ \ \ \ \
| * | | | | | | find_package: Fix prefer-config mode to not fail on missing optional packageCristian Adam2019-08-062-1/+9
| |/ / / / / /
* | | | | | | Merge branch 'clang-frontend-variant' into release-3.15Brad King2019-08-052-0/+32
|\ \ \ \ \ \ \
| * | | | | | | clang: Work around toolchain file use of internal CMake variablesBrad King2019-08-052-0/+32
* | | | | | | | Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-026-8/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-316-8/+58
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'clang-cl-non-windows' into release-3.15Brad King2019-07-311-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | clang: Restore support for clang-cl on non-Windows hostsBrad King2019-07-311-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'source_group-tree-files' into release-3.15Brad King2019-07-301-11/+4
|\ \ \ \ \ \ \
| * | | | | | | source_group: Fix regression in relative FILESBrad King2019-07-301-11/+4
| |/ / / / / /
* | | | | | | Merge branch 'vs-spectre-off' into release-3.15Brad King2019-07-305-5/+50
|\ \ \ \ \ \ \
| * | | | | | | VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-305-5/+50
| |/ / / / / /
* | | | | | | Merge branch 'swift-with-interface-libs' into release-3.15Brad King2019-07-292-8/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-292-8/+12
|/ / / / / /
* | | | | | CMake 3.15.1v3.15.1Brad King2019-07-261-1/+1
* | | | | | Merge branch 'doc-relnotes-3.15' into release-3.15Brad King2019-07-261-0/+17
|\ \ \ \ \ \
| * | | | | | Help: Add 3.15.1 release notesBrad King2019-07-261-0/+17
|/ / / / / /
* | | | | | Merge branch 'FindMPI-link-flags' into release-3.15Brad King2019-07-251-5/+2
|\ \ \ \ \ \
| * | | | | | FindMPI: make sure computed link flags are not de-duplicatedRobert Maynard2019-07-251-3/+1
| * | | | | | FindMPI: Updated to use INTERFACE_LINK_OPTIONSRobert Maynard2019-06-241-3/+2
* | | | | | | Merge branch 'makefile-depend-relative-include' into release-3.15Brad King2019-07-257-4/+47
|\ \ \ \ \ \ \
| * | | | | | | Makefile: Fix regression in dependencies on relative includesBrad King2019-07-247-4/+47
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'backport-clang-gnulike-support' into release-3.15Brad King2019-07-2420-43/+42
|\ \ \ \ \ \ \
| * | | | | | | Tests: Revert "require C++14 for the Tutorial"Brad King2019-07-2413-13/+27
| * | | | | | | Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-247-30/+15
| |/ / / / / /
* | | | | | | Merge branch 'fix-emulator-arguments' into release-3.15Brad King2019-07-232-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-232-1/+4
| |/ / / / / /
* | | | | | | Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15Brad King2019-07-221-6/+14
|\ \ \ \ \ \ \
| * | | | | | | IRSL: Fix discovery of VS 2019 v141 toolset redistributablesJames Butler2019-07-221-4/+12
| * | | | | | | IRSL: Fix typo in v143 toolset version checkJames Butler2019-07-221-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'ctest-done-hash' into release-3.15Brad King2019-07-191-9/+9
|\ \ \ \ \ \ \
| * | | | | | | CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
| |/ / / / / /
* | | | | | | Merge branch 'msvc-runtime-library-doc' into release-3.15Brad King2019-07-193-1/+11
|\ \ \ \ \ \ \
| * | | | | | | MSVC: Document behavior when MSVC_RUNTIME_LIBRARY is not setBrad King2019-07-193-1/+11
| |/ / / / / /
* | | | | | | Merge branch 'vs-asmlist-dir' into release-3.15Brad King2019-07-182-4/+2
|\ \ \ \ \ \ \
| * | | | | | | VS: Place intermediate files in the "ASM List Location" next to objectsBrad King2019-07-182-4/+2
| |/ / / / / /
* | | | | | | Merge branch 'backport-swift-improvements' into release-3.15Brad King2019-07-185-15/+72
|\ \ \ \ \ \ \
| * | | | | | | Swift: support SONAME on ELFish targetsSaleem Abdulrasool2019-07-171-2/+5
| * | | | | | | Swift: support multithreaded compilationSaleem Abdulrasool2019-07-173-6/+19
| * | | | | | | Swift: add rules for static linkingSaleem Abdulrasool2019-07-171-0/+6
| * | | | | | | Swift: Add library search paths for dependenciesSaleem Abdulrasool2019-07-171-7/+27
| * | | | | | | Support per-language library link flagsSaleem Abdulrasool2019-07-172-4/+19
| |/ / / / / /
* | | | | | | Merge branch 'FindPython-interpreter-crosscompiling' into release-3.15Brad King2019-07-181-11/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindPython: ensure interpreter is founded when cross-compilingMarc Chevrier2019-07-181-11/+10
|/ / / / / /
* | | | | | CMake 3.15.0v3.15.0Brad King2019-07-171-1/+1
* | | | | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15Brad King2019-07-164-2/+38
|\ \ \ \ \ \
| * | | | | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-164-2/+38
* | | | | | | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.15Brad King2019-07-122-3/+17
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | FindBISON: Fix CMP0088 NEW behavior for non-absolute input pathsBrian Carlson2019-07-122-3/+17
| | |_|/ / / | |/| | | |