summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'msvc-link-merge-fix'Brad King2021-06-096-54/+0
|\
| * VS: Remove the /MERGE flag from FlagTablesDuncan Ogilvie2021-06-086-54/+0
* | Merge topic 'help-presets'Brad King2021-06-091-0/+13
|\ \
| * | Help: presets: add note for ExternalProject users with env varsMichael Hirsch2021-06-081-0/+13
* | | Merge topic 'ctest_measurement_file'Brad King2021-06-099-49/+137
|\ \ \
| * | | ctest: add support for attaching files to tests at run timeZack Galbreath2021-06-089-49/+137
| |/ /
* | | Merge topic 'ci-asan'Brad King2021-06-0910-57/+196
|\ \ \
| * | | gitlab-ci: add clang asan jobBrad King2021-06-087-0/+114
| * | | ci: add compiler-rt to Fedora base imageBrad King2021-06-082-1/+2
| * | | LexerParser: Do not leak Fortran parser tokens discarded due to errorsBrad King2021-06-082-56/+80
| |/ /
* | | Merge branch 'release-3.20'Brad King2021-06-090-0/+0
|\ \ \
| * \ \ Merge topic 'presets-build-fixes' into release-3.20Brad King2021-06-095-13/+41
| |\ \ \
* | \ \ \ Merge topic 'presets-build-fixes'Brad King2021-06-095-13/+41
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backport-3.20-presets-build-fixes' into presets-build-fixesSam Freed2021-06-084-5/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | presets: Fix buildPreset "targets" not allowing a single stringSam Freed2021-06-083-8/+16
| | * | | | presets: Fix buildPreset "jobs"Sam Freed2021-06-081-1/+3
| | * | | | presets: Fix buildPreset "jobs" field test caseBrad King2021-06-083-4/+22
| * | | | | presets: Fix buildPreset "targets" not allowing a single stringSam Freed2021-06-073-8/+16
* | | | | | Merge branch 'release-3.20'Brad King2021-06-090-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'irsl-intel-oneapi-windows' into release-3.20Brad King2021-06-091-1/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'irsl-intel-oneapi-windows'Brad King2021-06-091-1/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | IRSL: Add Intel oneAPI redist location on WindowsBrad King2021-06-081-1/+3
| |/ / / / /
* | | | | | Merge topic 'add_hip_language'Brad King2021-06-09111-66/+2025
|\ \ \ \ \ \
| * | | | | | HIP: analyze output of `hipcc` to determine default GPU architectureZack Galbreath2021-06-078-8/+16
| * | | | | | HIP: All HIP tests now run on CMake's current AMD hardwareRobert Maynard2021-06-076-0/+6
| * | | | | | HIP: Add HIP to all the Check* modulesRobert Maynard2021-06-0713-4/+105
| * | | | | | HIP: Automatically inject the `hip::device` runtime targetRobert Maynard2021-06-0725-29/+587
| * | | | | | HIP: Add language to CMakeRobert Maynard2021-06-0768-36/+1183
| * | | | | | HIP: Extract clang compiler details from hipccRobert Maynard2021-06-071-0/+35
| * | | | | | ROCMClang: Add the ROCm toolkit derived clang compiler to CMakeRobert Maynard2021-06-0712-1/+92
| * | | | | | Compilers: protect use of __has_includeZack Galbreath2021-06-072-0/+12
| * | | | | | cmGeneratorTarget: Clear cached link implementation when a source is addedBrad King2021-06-041-0/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-06-091-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'depfile-no-vstlog'Brad King2021-06-086-29/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Tests: Remove unused RunCMake.TransformDepfile filesBrad King2021-06-086-29/+0
|/ / / / /
* | | | | Merge topic 'install-with-runtime-dependencies'Brad King2021-06-0880-244/+2585
|\ \ \ \ \
| * | | | | FileAPI: Add integration for runtime dependency installersKyle Edwards2021-06-046-4/+259
| * | | | | Help: Add documentation for runtime dependency installationKyle Edwards2021-06-043-2/+120
| * | | | | Tests: Add tests for new optionsKyle Edwards2021-06-0420-34/+369
| * | | | | install: Add RUNTIME_DEPENDENCY_SET modeKyle Edwards2021-06-045-0/+123
| * | | | | install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET optionKyle Edwards2021-06-045-1/+50
| * | | | | install(TARGETS): Add RUNTIME_DEPENDENCY_SET argumentKyle Edwards2021-06-048-0/+44
| * | | | | install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-0429-25/+928
| * | | | | Source: Add cmInstallRuntimeDependencySetKyle Edwards2021-06-046-0/+296
| * | | | | file: Add undocumented RPATH_SET commandKyle Edwards2021-06-042-0/+98
| * | | | | Refactor: Modify file(RPATH_*) to use cmArgumentParserKyle Edwards2021-06-041-77/+61
| * | | | | cmSystemTools: Add SetRPath() methodKyle Edwards2021-06-042-1/+37
| * | | | | Refactor: Break up logic in cmSystemTools::ChangeRPath()Kyle Edwards2021-06-041-70/+108
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX optionKyle Edwards2021-06-047-12/+72
| * | | | | cmRuntimeDependencyArchive: Fix const-ness of method signaturesKyle Edwards2021-06-032-18/+20
| | |_|/ / | |/| | |