| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 4 | -6/+5 |
|
|
* | Merge topic 'aix-archive-shared-libraries' | Brad King | 2024-07-19 | 4 | -2/+20 |
|\ |
|
| * | AIX: Add option to archive shared libraries | Aditya Vidyadhar Kamath | 2024-07-17 | 4 | -2/+20 |
|
|
* | | Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage | Robert Maynard | 2024-07-05 | 1 | -1/+5 |
|/ |
|
* | GenEx: Add support for custom transitive link properties | Brad King | 2024-05-21 | 3 | -0/+24 |
|
|
* | GenEx: Add support for custom transitive compile properties | Brad King | 2024-05-21 | 6 | -0/+73 |
|
|
* | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate | Brad King | 2024-03-12 | 1 | -0/+1 |
|
|
* | install(EXPORT): Export find_dependency() calls | Kyle Edwards | 2023-11-13 | 4 | -1/+9 |
|
|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 9 | -9/+9 |
|
|
* | try_compile: Add support for using ALIAS targets | Cristian Le | 2023-10-16 | 1 | -0/+85 |
|
|
* | Add missing `OUTPUT` in ExportImport test | Cristian Le | 2023-10-16 | 1 | -1/+1 |
|
|
* | OrangeC: Add support for OrangeC compiler | David Lindauer | 2023-09-25 | 1 | -1/+1 |
|
|
* | Tests: Fix ExportImport test with read-only source tree | Brad King | 2023-09-18 | 1 | -4/+4 |
|
|
* | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex | Robert Maynard | 2023-05-04 | 2 | -0/+14 |
|
|
* | Tests: Bump CMake minimum required in tests to 3.5 | Brad King | 2023-03-01 | 1 | -1/+1 |
|
|
* | Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEM | Da Quexian | 2022-06-17 | 2 | -3/+22 |
|
|
* | Tests: Add missing return types to C function prototypes | Brad King | 2022-05-13 | 1 | -1/+1 |
|
|
* | export: Fix TARGET_NAME lookup for out-of-dir linking | Brad King | 2022-04-01 | 1 | -1/+4 |
|
|
* | Add usage requirements to update direct link dependencies | Brad King | 2022-01-29 | 3 | -2/+34 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 2 | -0/+6 |
|
|
* | Merge topic 'lcc-compiler' | Brad King | 2021-10-19 | 2 | -3/+5 |
|\ |
|
| * | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 2 | -3/+5 |
|
|
* | | export: Propagate IMPORTED_NO_SYSTEM target property to consumers | Brad King | 2021-10-15 | 5 | -0/+31 |
|/ |
|
* | Tests: Add tests for new options | Kyle Edwards | 2021-06-04 | 17 | -34/+328 |
|
|
* | install(): Add IMPORTED_RUNTIME_ARTIFACTS mode | Kyle Edwards | 2021-05-31 | 5 | -7/+117 |
|
|
* | Tests: Update for the Fujitsu compiler | Chuck Atkins | 2021-03-31 | 1 | -1/+2 |
|
|
* | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 1 | -1/+1 |
|
|
* | Merge topic 'find_package-version-range' | Craig Scott | 2020-09-24 | 2 | -0/+18 |
|\ |
|
| * | CMakePackageConfigHelpers: Add version range support | Marc Chevrier | 2020-09-23 | 2 | -0/+18 |
|
|
* | | install(EXPORT): Fix exporting target w/ source named using CONFIG genex | Deniz Bahadir | 2020-09-22 | 1 | -0/+15 |
|/ |
|
* | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 4 | -3/+41 |
|
|
* | target_link_libraries: Fix out-of-dir linking of a list of targets | Brad King | 2020-01-16 | 1 | -1/+1 |
|
|
* | Tests: Enable CMP0022 in ExportImport out-of-dir linking case | Brad King | 2020-01-14 | 1 | -0/+1 |
|
|
* | Add set_property option: DEPRECATION | Joseph Snyder | 2020-01-02 | 2 | -0/+12 |
|
|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 3 | -0/+20 |
|
|
* | Merge topic 'cmake-e-rm' | Kyle Edwards | 2019-11-15 | 1 | -1/+1 |
|\ |
|
| * | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 1 | -1/+1 |
|
|
* | | Tests: Fix ExportImport PCH expectation on Cray Classic compiler | Brad King | 2019-11-11 | 1 | -1/+1 |
|/ |
|
* | install,export: Do not treat language names as target names | Brad King | 2019-10-16 | 1 | -0/+5 |
|
|
* | install,export: Fix export of a genex following $<INSTALL_PREFIX> | Brad King | 2019-10-04 | 1 | -1/+4 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 3 | -9/+6 |
|
|
* | PCH: Propagate INTERFACE_PRECOMPILE_HEADERS in install(EXPORT) | Brad King | 2019-09-25 | 4 | -1/+39 |
|
|
* | InterfaceLibrary: Whitelist EXPORT_PROPERTIES property | Brad King | 2019-05-17 | 2 | -0/+10 |
|
|
* | Tests: Teach tests when to treat clang-cl as MSVC | Zsolt Parragi | 2019-02-11 | 1 | -1/+1 |
|
|
* | Remove now-unused code once used on IRIX | Brad King | 2019-01-11 | 1 | -1/+0 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 2 | -0/+17 |
|
|
* | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 7 | -0/+66 |
|
|
* | Tests: Add test for $<0:...> in ExportImport | Kyle Edwards | 2018-07-17 | 1 | -3/+3 |
|
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 2 | -0/+21 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 3 | -0/+23 |
|
|