summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-08-301-0/+5
|\
| * FindBoost: Unwrap compatibility INTERFACE targets for legacy variablesBrad King2019-08-301-0/+5
* | Merge branch 'backport-find-no-name' into release-3.15Brad King2019-08-283-0/+4
|\ \
| * | find_path: Fix crash on empty old-style list of namesBrad King2019-08-283-0/+4
| |/
* | Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15Brad King2019-08-271-37/+49
|\ \
| * | Tests: Extend MakeClean test to test various target typesSebastian Holtermann2019-08-261-37/+49
| |/
* | Merge branch 'ctest-json-REQUIRED_FILES' into release-3.15Brad King2019-08-222-4/+18
|\ \
| * | CTest: Fix --show-only=json-v1 output with REQUIRED_FILES propertyBrad King2019-08-222-4/+18
| |/
* | Flang: Implement MSVC runtime library abstractionBrad King2019-08-091-4/+12
|/
* Merge branch 'find_package-prefer-config-not-found' into release-3.15Brad King2019-08-061-0/+6
|\
| * find_package: Fix prefer-config mode to not fail on missing optional packageCristian Adam2019-08-061-0/+6
* | Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-022-1/+36
|\ \
| * | fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-312-1/+36
| |/
* | Merge branch 'vs-spectre-off' into release-3.15Brad King2019-07-303-0/+42
|\ \
| * | VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-303-0/+42
| |/
* | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-291-0/+3
|/
* Merge branch 'makefile-depend-relative-include' into release-3.15Brad King2019-07-255-1/+35
|\
| * Makefile: Fix regression in dependencies on relative includesBrad King2019-07-245-1/+35
* | Merge branch 'backport-clang-gnulike-support' into release-3.15Brad King2019-07-2419-43/+35
|\ \
| * | 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-246-30/+8
| |/
* | Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-231-0/+3
|/
* find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-163-0/+35
* Merge branch 'backport-implicit-includes-cray-hlist'Brad King2019-07-097-0/+165
|\
| * Cray: Fix include parsing when the -hlist= flag is presentChuck Atkins2019-07-097-0/+165
* | Merge branch 'qt-5.13' into release-3.15Brad King2019-07-011-4/+4
|\ \
| * | Tests: Autogen: Use valid rcc compression levelsSebastian Holtermann2019-07-011-4/+4
* | | Merge branch 'cuda-no-device-link-when-disabled' into release-3.15Brad King2019-07-014-0/+29
|\ \ \
| * | | CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-0/+29
| |/ /
* | | list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-0/+13
|/ /
* | Merge branch 'cuda-msvc-runtime-library' into release-3.15Brad King2019-06-263-0/+9
|\ \
| * | CUDA: Implement MSVC runtime library abstractionBrad King2019-06-263-0/+9
* | | Merge branch 'export-targets-empty' into release-3.15Brad King2019-06-262-0/+2
|\ \ \
| * | | export: Restore support for empty TARGETS listBrad King2019-06-252-0/+2
| |/ /
* | | FindIconv test: request C++11Rolf Eike Beer2019-06-251-0/+2
|/ /
* | Merge branch 'FindBoost-component' into release-3.15Brad King2019-06-1827-0/+419
|\ \
| * | FindBoost: Add tests for legacy variablesAlexander Grund2019-06-1825-0/+415
| * | Tests.RunCMake.FindBoost: Fix example BoostConfigAlexander Grund2019-06-181-0/+3
| * | Tests.FindBoost: Don't use BoostConfig in MODULE testAlexander Grund2019-06-181-0/+1
* | | Merge branch 'find_package_prefer_config_fix' into release-3.15Brad King2019-06-172-0/+14
|\ \ \
| * | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-132-0/+14
| |/ /
* | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-071-1/+1
|/ /
* | Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLEBrad King2019-06-042-2/+4
* | Merge topic 'emulator-arguments'Brad King2019-06-047-3/+67
|\ \
| * | Teach CROSSCOMPILING_EMULATOR to support argumentsMarek Antoniak2019-06-037-3/+67
* | | Merge topic 'remove_directories'Brad King2019-06-0412-6/+34
|\ \ \
| * | | cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-038-5/+24
| * | | Tests: Add RunCMake.CommandLine make_directory test checksJohn Freeman2019-06-032-0/+9
| * | | Tests: Fix RunCMake.CommandLine make_directory test nameJohn Freeman2019-06-033-1/+1
| |/ /
* | | Merge topic 'executables-are-consoled'Brad King2019-06-045-1/+12
|\ \ \