Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge topic 'presets-build-fixes' into release-3.20 | Brad King | 2021-06-09 | 5 | -13/+41 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge topic 'presets-build-fixes' | Brad King | 2021-06-09 | 5 | -13/+41 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'backport-3.20-presets-build-fixes' into presets-build-fixes | Sam Freed | 2021-06-08 | 4 | -5/+25 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | presets: Fix buildPreset "targets" not allowing a single string | Sam Freed | 2021-06-08 | 3 | -8/+16 | |
| | * | | | | | presets: Fix buildPreset "jobs" | Sam Freed | 2021-06-08 | 1 | -1/+3 | |
| | * | | | | | presets: Fix buildPreset "jobs" field test case | Brad King | 2021-06-08 | 3 | -4/+22 | |
| * | | | | | | presets: Fix buildPreset "targets" not allowing a single string | Sam Freed | 2021-06-07 | 3 | -8/+16 | |
* | | | | | | | Merge branch 'release-3.20' | Brad King | 2021-06-09 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'irsl-intel-oneapi-windows' into release-3.20 | Brad King | 2021-06-09 | 1 | -1/+3 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'irsl-intel-oneapi-windows' | Brad King | 2021-06-09 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | IRSL: Add Intel oneAPI redist location on Windows | Brad King | 2021-06-08 | 1 | -1/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'add_hip_language' | Brad King | 2021-06-09 | 111 | -66/+2025 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | HIP: analyze output of `hipcc` to determine default GPU architecture | Zack Galbreath | 2021-06-07 | 8 | -8/+16 | |
| * | | | | | | HIP: All HIP tests now run on CMake's current AMD hardware | Robert Maynard | 2021-06-07 | 6 | -0/+6 | |
| * | | | | | | HIP: Add HIP to all the Check* modules | Robert Maynard | 2021-06-07 | 13 | -4/+105 | |
| * | | | | | | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 25 | -29/+587 | |
| * | | | | | | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 68 | -36/+1183 | |
| * | | | | | | HIP: Extract clang compiler details from hipcc | Robert Maynard | 2021-06-07 | 1 | -0/+35 | |
| * | | | | | | ROCMClang: Add the ROCm toolkit derived clang compiler to CMake | Robert Maynard | 2021-06-07 | 12 | -1/+92 | |
| * | | | | | | Compilers: protect use of __has_include | Zack Galbreath | 2021-06-07 | 2 | -0/+12 | |
| * | | | | | | cmGeneratorTarget: Clear cached link implementation when a source is added | Brad King | 2021-06-04 | 1 | -0/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-09 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge topic 'depfile-no-vstlog' | Brad King | 2021-06-08 | 6 | -29/+0 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Tests: Remove unused RunCMake.TransformDepfile files | Brad King | 2021-06-08 | 6 | -29/+0 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'install-with-runtime-dependencies' | Brad King | 2021-06-08 | 80 | -244/+2585 | |
|\ \ \ \ \ | ||||||
| * | | | | | FileAPI: Add integration for runtime dependency installers | Kyle Edwards | 2021-06-04 | 6 | -4/+259 | |
| * | | | | | Help: Add documentation for runtime dependency installation | Kyle Edwards | 2021-06-04 | 3 | -2/+120 | |
| * | | | | | Tests: Add tests for new options | Kyle Edwards | 2021-06-04 | 20 | -34/+369 | |
| * | | | | | install: Add RUNTIME_DEPENDENCY_SET mode | Kyle Edwards | 2021-06-04 | 5 | -0/+123 | |
| * | | | | | install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option | Kyle Edwards | 2021-06-04 | 5 | -1/+50 | |
| * | | | | | install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument | Kyle Edwards | 2021-06-04 | 8 | -0/+44 | |
| * | | | | | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 29 | -25/+928 | |
| * | | | | | Source: Add cmInstallRuntimeDependencySet | Kyle Edwards | 2021-06-04 | 6 | -0/+296 | |
| * | | | | | file: Add undocumented RPATH_SET command | Kyle Edwards | 2021-06-04 | 2 | -0/+98 | |
| * | | | | | Refactor: Modify file(RPATH_*) to use cmArgumentParser | Kyle Edwards | 2021-06-04 | 1 | -77/+61 | |
| * | | | | | cmSystemTools: Add SetRPath() method | Kyle Edwards | 2021-06-04 | 2 | -1/+37 | |
| * | | | | | Refactor: Break up logic in cmSystemTools::ChangeRPath() | Kyle Edwards | 2021-06-04 | 1 | -70/+108 | |
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option | Kyle Edwards | 2021-06-04 | 7 | -12/+72 | |
| * | | | | | cmRuntimeDependencyArchive: Fix const-ness of method signatures | Kyle Edwards | 2021-06-03 | 2 | -18/+20 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'grd-win-objdump-newline' | Brad King | 2021-06-08 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Use cmSystemTools::GetLineFromStream() | Kyle Edwards | 2021-06-07 | 1 | -2/+3 | |
* | | | | | | Merge topic 'openssl-static' | Brad King | 2021-06-08 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindOpenSSL: Link with ws2_32 and crypt32 on Windows/static | Orgad Shaneh | 2021-06-07 | 1 | -0/+4 | |
* | | | | | | | Merge topic 'compile-options-order' | Brad King | 2021-06-08 | 15 | -19/+132 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Add cases verifying flag ordering rules | Brad King | 2021-06-07 | 8 | -3/+95 | |
| * | | | | | | | Help: Document order of flags from CMAKE_<LANG>_FLAGS and COMPILE_OPTIONS | Brad King | 2021-06-03 | 5 | -8/+26 | |
| * | | | | | | | Help: Remove incorrect "versionadded" for CMAKE_<LANG>_FLAGS_<CONFIG> | Brad King | 2021-06-03 | 1 | -2/+0 | |
| * | | | | | | | VS: Place per-source preprocessor definitions after target-wide ones | Brad King | 2021-06-03 | 2 | -6/+11 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'cpack-deb-minor-fixes' | Brad King | 2021-06-08 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPackDeb: output the error message when no description can be made | Ben Boeckel | 2021-06-07 | 1 | -1/+1 | |