Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | 9 | -4/+94 | |
| * | | | | | | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 15 | -0/+255 | |
| * | | | | | | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 29 | -1/+372 | |
* | | | | | | | 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 | 55 | -37/+773 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FileAPI: Add integration for runtime dependency installers | Kyle Edwards | 2021-06-04 | 4 | -2/+209 | |
| * | | | | | | 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 | 4 | -0/+8 | |
| * | | | | | | install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option | Kyle Edwards | 2021-06-04 | 4 | -0/+10 | |
| * | | | | | | install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument | Kyle Edwards | 2021-06-04 | 7 | -0/+25 | |
| * | | | | | | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 17 | -1/+79 | |
| * | | | | | | file: Add undocumented RPATH_SET command | Kyle Edwards | 2021-06-04 | 1 | -0/+37 | |
| * | | | | | | file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option | Kyle Edwards | 2021-06-04 | 2 | -0/+36 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'compile-options-order' | Brad King | 2021-06-08 | 8 | -3/+95 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tests: Add cases verifying flag ordering rules | Brad King | 2021-06-07 | 8 | -3/+95 | |
| |/ / / / / | ||||||
* | | | | | | FindPkgConfig: Always create the imported target | Adam Badura | 2021-06-04 | 1 | -0/+4 | |
* | | | | | | Tests: Add case covering FindPkgConfig creation of empty targets | Brad King | 2021-06-04 | 3 | -0/+19 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'env-toolchain-file' | Brad King | 2021-06-04 | 12 | -0/+55 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable | Brad King | 2021-06-03 | 12 | -0/+55 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'implicit-link-static' | Brad King | 2021-06-04 | 41 | -36/+289 | |
|\ \ \ \ \ | ||||||
| * | | | | | CMakeParseImplicitLinkInfo: Honor GNU static runtime library flags | Brad King | 2021-06-03 | 6 | -3/+8 | |
| * | | | | | Tests: Extend ParseImplicit*Info with static GNU runtime library flags | Brad King | 2021-06-03 | 11 | -0/+248 | |
| * | | | | | Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regex | Brad King | 2021-06-03 | 30 | -35/+35 | |
| |/ / / / | ||||||
* | | | | | clang-analyzer: Suppress warnings in intentional use-after-move cases | Brad King | 2021-06-03 | 2 | -0/+6 | |
|/ / / / | ||||||
* | | | | Merge topic 'find_item-NO_CACHE' | Brad King | 2021-06-03 | 12 | -0/+599 | |
|\ \ \ \ | ||||||
| * | | | | find_*: Add support for option NO_CACHE | Marc Chevrier | 2021-06-02 | 12 | -0/+599 | |
* | | | | | Merge topic 'ctest-coverage-no-dir' | Brad King | 2021-06-03 | 2 | -0/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | CTest: Exit coverage handling early if no binary dir | Joseph Snyder | 2021-06-02 | 2 | -0/+7 | |
* | | | | | | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 1 | -4/+0 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'command_target' | Brad King | 2021-06-02 | 2 | -0/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 2 | -0/+27 | |
* | | | | | | Merge topic 'get-runtime-dependencies-file-filter' | Brad King | 2021-06-02 | 7 | -55/+157 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments | Kyle Edwards | 2021-06-01 | 7 | -55/+157 | |
* | | | | | | Merge topic 'install-imported-runtime-artifacts' | Brad King | 2021-06-01 | 8 | -10/+188 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS | Kyle Edwards | 2021-05-31 | 3 | -3/+71 | |
| * | | | | | | install(): Add IMPORTED_RUNTIME_ARTIFACTS mode | Kyle Edwards | 2021-05-31 | 5 | -7/+117 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'link-objects-first' | Brad King | 2021-06-01 | 14 | -0/+151 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | target_link_libraries: Place $<TARGET_OBJECTS> before libraries | Brad King | 2021-05-29 | 14 | -0/+151 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'linker-launcher' | Brad King | 2021-05-29 | 49 | -1/+123 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 43 | -0/+122 | |
| * | | | | | | Tests/CompilerLauncher: Fix file names and clarify comment | Bobby D Reynolds | 2021-05-28 | 6 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'fix-compile-db-crash' | Brad King | 2021-05-29 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule | Brad King | 2021-05-28 | 1 | -1/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'WriteBasicConfigVersion_support_leading_zeroes' | Brad King | 2021-05-28 | 5 | -2/+927 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | WriteBasicConfigVersion supports version strings such as 21.07.04 | Robert Maynard | 2021-05-27 | 5 | -2/+927 | |
* | | | | Merge topic 'xcode-link-TARGET_OBJECTS' | Brad King | 2021-05-27 | 2 | -11/+7 | |
|\ \ \ \ | ||||||
| * | | | | Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIES | Brad King | 2021-05-26 | 2 | -11/+7 | |
| |/ / / | ||||||
* | | | | Merge topic 'cpack-install-opts' | Craig Scott | 2021-05-26 | 3 | -0/+15 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES | Nils Gladitz | 2021-05-23 | 3 | -0/+15 | |