summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ignore-werror-command-arg'Brad King2022-05-192-1/+10
|\
| * COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-182-1/+10
* | VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETSKyle Edwards2022-05-1826-19/+19
* | Merge topic 'try_compile-project-platform-vars'Brad King2022-05-177-0/+38
|\ \
| * | try_compile: Add option to skip passing platform variablesBrad King2022-05-163-0/+14
| * | try_compile: Propagate platform variables in project-mode tooBrad King2022-05-167-0/+24
* | | Merge topic 'install-all-components-fix'Brad King2022-05-174-4/+15
|\ \ \
| * | | install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTSNils Gladitz2022-05-164-4/+15
* | | | Merge topic 'CMAKE_PROJECT_TOP_LEVEL_INCLUDES'Brad King2022-05-1612-0/+39
|\ \ \ \
| * | | | project(): Add new CMAKE_PROJECT_TOP_LEVEL_INCLUDES file injection pointCraig Scott2022-05-1312-0/+39
* | | | | Tests: Add missing return types to C function prototypesBrad King2022-05-132-2/+3
| |/ / / |/| | |
* | | | Merge topic 'presets-pathListSep'Brad King2022-05-136-0/+42
|\ \ \ \
| * | | | cmake-presets: add ${pathListSep} macroErin Melucci2022-05-126-0/+42
* | | | | Merge topic 'vs-arm64-tests'Brad King2022-05-127-12/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Tests: Fix test failures for Windows Arm64 platformsNiyas Sait2022-05-117-12/+25
| | |/ / | |/| |
* | | | Merge topic 'werror-property'Brad King2022-05-109-0/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errorsMartin Duffy2022-05-069-0/+73
* | | | Merge topic 'watcom-runtime-library-v2'Brad King2022-05-105-0/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | OpenWatcom: Allow specifying the runtime libraryCameron Cawley2022-05-065-0/+86
* | | | Merge topic 'json-pass-state'Kyle Edwards2022-05-061-23/+24
|\ \ \ \ | |/ / / |/| | |
| * | | cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-23/+24
* | | | Merge topic 'FetchContent_find_package_integration'Craig Scott2022-05-0641-0/+334
|\ \ \ \ | |/ / / |/| | |
| * | | Packages: Integrate FetchContent and find_package()Craig Scott2022-05-0341-0/+334
* | | | Merge topic 'ExternalProject-no-extract-timestamp'Brad King2022-05-0515-0/+50
|\ \ \ \
| * | | | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policyKasper Laudrup2022-05-0515-0/+50
* | | | | Merge topic 'remove-PackageMaker-generator'Brad King2022-05-054-16/+2
|\ \ \ \ \
| * | | | | CPack: Remove the deprecated PackageMaker generatorCraig Scott2022-05-054-16/+2
| |/ / / /
* | | | | Merge topic 'better_error_message_when_lang_not_enabled'Brad King2022-05-054-0/+11
|\ \ \ \ \
| * | | | | Provide guidance when trying to use non-enabled languageRobert Maynard2022-05-044-0/+11
| | |/ / / | |/| | |
* | | | | Merge topic 'less_ptx_for_all_all-major_native'Brad King2022-05-045-12/+13
|\ \ \ \ \
| * | | | | CUDA: native/all/all-major generates minimal set of ptx codeRobert Maynard2022-05-035-12/+13
| | |/ / / | |/| | |
* | | | | Merge topic 'chsi-windows_registry-updates'Brad King2022-05-044-136/+252
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmake_host_system_information(WINDOWS_REGISTRY) updatesMarc Chevrier2022-05-014-136/+252
| | |_|/ | |/| |
* | | | Merge topic 'find_item-query-windows-registry'Brad King2022-05-0392-0/+1377
|\ \ \ \
| * | | | find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-2992-0/+1377
| |/ / /
* | | | Merge topic 'cuda-arch-verify'Brad King2022-05-035-3/+22
|\ \ \ \
| * | | | CUDA: Restore CMAKE_CUDA_ARCHITECTURES support for -real and -virtual suffixesBrad King2022-04-295-3/+22
| |/ / /
* | | | Merge topic 'cpp-modules-prep'Brad King2022-05-033-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | cmInstallExportGenerator: expose the temporary directoryBen Boeckel2022-04-283-4/+4
| |/ /
* | | Merge topic 'cuda-arch-verify'Brad King2022-04-282-2/+11
|\ \ \
| * | | CUDA: Defer architecture testing to the compiler testing stepBrad King2022-04-252-2/+11
* | | | cm::enum_set: container that contains a set of unique enum values.Marc Chevrier2022-04-272-0/+205
| |/ / |/| |
* | | Merge topic 'CUDAToolkit-cupti-include-dirs'Brad King2022-04-272-0/+13
|\ \ \
| * | | CUDAToolkit: Add include paths for CUDA::cuptiPeter Bell2022-04-262-0/+13
| |/ /
* | | Merge topic 'file-set-simplifications'Brad King2022-04-274-6/+15
|\ \ \
| * | | cmTarget: factor out fileset type handlingBen Boeckel2022-04-252-4/+4
| * | | RunCMake/target_sources: test `HEADERS` file sets via generic propsBen Boeckel2022-04-252-0/+9
| * | | messages: remove screamake from comments and errorsBen Boeckel2022-04-252-2/+2
| |/ /
* | | Tests: Remove incidental use of C++98 compiler modesBrad King2022-04-265-55/+0
* | | Tests: Add missing include in sleep sourcesBrad King2022-04-262-0/+4