| Commit message (Expand) | Author | Age | Files | Lines |
* | cmExport*FileGenerator: support exporting C++ module properties | Ben Boeckel | 2022-07-06 | 1 | -0/+5 |
|
|
* | cmExportFileGenerator: Simplify collection of targets missing from export set | Brad King | 2022-04-11 | 1 | -29/+20 |
|
|
* | export: Fix TARGET_NAME lookup for out-of-dir linking | Brad King | 2022-04-01 | 1 | -1/+3 |
|
|
* | Merge topic 'restore-target-export-includes' | Brad King | 2022-02-10 | 1 | -1/+2 |
|\ |
|
| * | install(TARGETS): Restore per-export INCLUDES DESTINATION | Eugene Shalygin | 2022-02-09 | 1 | -1/+3 |
|
|
* | | install(EXPORT): Install file sets | Kyle Edwards | 2021-10-27 | 1 | -0/+12 |
|/ |
|
* | Refactor export file generator inteface | Eugene Shalygin | 2021-07-22 | 1 | -19/+18 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -1/+1 |
|
|
* | install,export: Do not treat language names as target names | Brad King | 2019-10-16 | 1 | -1/+7 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -5/+5 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -0/+4 |
|
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -0/+4 |
|
|
* | Export: allow exporting of additional properties | Wouter Klouwen | 2018-03-16 | 1 | -0/+4 |
|
|
* | install,export: Maybe transform OBJECT libraries to INTERFACE libraries | Brad King | 2018-02-28 | 1 | -1/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Export: Virtualize file generation step helpers | Bill Hoffman | 2016-09-08 | 1 | -20/+21 |
|
|
* | Export: Factor out file generation steps into helpers | Bill Hoffman | 2016-09-08 | 1 | -0/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -62/+57 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Export: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -2/+3 |
|
|
* | Export: Port internal utility to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -2/+2 |
|
|
* | Export: Port some API to cmGlobalGenerator. | Stephen Kelly | 2015-10-18 | 1 | -1/+0 |
|
|
* | Export: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -10/+13 |
|
|
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Export: Port more API to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Port some of the cmExportFileGenerator API to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -3/+5 |
|
|
* | Allow export of targets with INTERFACE_SOURCES. | Stephen Kelly | 2015-02-10 | 1 | -0/+5 |
|
|
* | cmExportFileGenerator: Make SetImportLinkProperty a template | Brad King | 2014-06-23 | 1 | -1/+3 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -7/+9 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Change version scheme to use only two components for feature levels | Brad King | 2014-02-19 | 1 | -7/+6 |
|
|
* | Export: Use the CMAKE_DEVEL_VERSION macro for build-export files. | Stephen Kelly | 2014-02-11 | 1 | -0/+15 |
|
|
* | export: Rename some variables to reflect content type. | Stephen Kelly | 2014-01-06 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -3/+3 |
|
|
* | export(): Process the export() command at generate time. | Stephen Kelly | 2013-10-11 | 1 | -0/+2 |
|
|
* | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 1 | -1/+3 |
|
|
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 1 | -0/+11 |
|
|
* | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 1 | -0/+3 |
|
|
* | install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES | Stephen Kelly | 2013-03-26 | 1 | -0/+5 |
|
|
* | Revert "Add the $<LINKED:...> generator expression." | Stephen Kelly | 2013-02-13 | 1 | -2/+2 |
|
|
* | Add the $<LINKED:...> generator expression. | Stephen Kelly | 2013-01-31 | 1 | -2/+2 |
|
|
* | Add the INSTALL_PREFIX genex. | Stephen Kelly | 2013-01-27 | 1 | -0/+2 |
|
|