Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'add_hip_language' | Brad King | 2021-06-09 | 16 | -55/+306 | |
|\ \ \ \ \ | ||||||
| * | | | | | HIP: analyze output of `hipcc` to determine default GPU architecture | Zack Galbreath | 2021-06-07 | 1 | -0/+6 | |
| * | | | | | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 4 | -26/+195 | |
| * | | | | | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 14 | -29/+104 | |
| * | | | | | 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 'install-with-runtime-dependencies' | Brad King | 2021-06-08 | 20 | -205/+1665 | |
|\ \ \ \ \ | ||||||
| * | | | | | FileAPI: Add integration for runtime dependency installers | Kyle Edwards | 2021-06-04 | 1 | -2/+26 | |
| * | | | | | install: Add RUNTIME_DEPENDENCY_SET mode | Kyle Edwards | 2021-06-04 | 1 | -0/+115 | |
| * | | | | | install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option | Kyle Edwards | 2021-06-04 | 1 | -1/+40 | |
| * | | | | | install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument | Kyle Edwards | 2021-06-04 | 1 | -0/+19 | |
| * | | | | | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 11 | -24/+847 | |
| * | | | | | Source: Add cmInstallRuntimeDependencySet | Kyle Edwards | 2021-06-04 | 5 | -0/+295 | |
| * | | | | | file: Add undocumented RPATH_SET command | Kyle Edwards | 2021-06-04 | 1 | -0/+61 | |
| * | | | | | 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 | 5 | -12/+36 | |
| * | | | | | 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 'compile-options-order' | Brad King | 2021-06-08 | 1 | -6/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Place per-source preprocessor definitions after target-wide ones | Brad King | 2021-06-03 | 1 | -6/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-08 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-07 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-06 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-05 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'env-toolchain-file' | Brad King | 2021-06-04 | 1 | -0/+10 | |
|\ \ \ \ | ||||||
| * | | | | cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable | Brad King | 2021-06-03 | 1 | -0/+10 | |
| |/ / / | ||||||
* | | | | Merge topic 'ci-clang-analyzer' | Brad King | 2021-06-04 | 14 | -13/+14 | |
|\ \ \ \ | ||||||
| * | | | | clang-analyzer: rename from scan-build in comments | Brad King | 2021-06-03 | 12 | -12/+12 | |
| * | | | | cmFileAPICodemodel: Assert input in DirectoryObject::DumpInstaller | Brad King | 2021-06-03 | 1 | -0/+1 | |
| * | | | | cmStandardLevelResolver: Fix size assertion in constructor | Brad King | 2021-06-03 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-04 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'find_item-NO_CACHE' | Brad King | 2021-06-03 | 5 | -52/+76 | |
|\ \ \ | ||||||
| * | | | find_*: Add support for option NO_CACHE | Marc Chevrier | 2021-06-02 | 5 | -52/+76 | |
* | | | | Merge topic 'ctest-coverage-no-dir' | Brad King | 2021-06-03 | 1 | -0/+7 | |
|\ \ \ \ | ||||||
| * | | | | CTest: Exit coverage handling early if no binary dir | Joseph Snyder | 2021-06-02 | 1 | -0/+7 | |
* | | | | | Merge topic 'update-kwsys' | Brad King | 2021-06-03 | 1 | -3/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-06-02 | 1 | -3/+4 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'depfile-no-vstlog' | Brad King | 2021-06-03 | 4 | -43/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 4 | -43/+0 | |
| |/ / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-03 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'command_target' | Brad King | 2021-06-02 | 5 | -7/+28 | |
|\ \ \ \ | ||||||
| * | | | | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 5 | -7/+28 | |
* | | | | | Merge topic 'get-runtime-dependencies-file-filter' | Brad King | 2021-06-02 | 3 | -40/+72 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments | Kyle Edwards | 2021-06-01 | 3 | -40/+72 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-02 | 1 | -1/+1 | |
* | | | | | Merge topic 'install-imported-runtime-artifacts' | Brad King | 2021-06-01 | 10 | -78/+514 | |
|\ \ \ \ \ | ||||||
| * | | | | | FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS | Kyle Edwards | 2021-05-31 | 1 | -0/+10 | |