| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 2 | -0/+18 |
|
|
* | Tests: ExportImport C code should use explicit (void) in prototypes | Robert Maynard | 2017-04-18 | 1 | -12/+12 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 8 | -21/+17 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Tests: Use a less strict regular expression to look for "SONAME" | Raphael Kubo da Costa | 2015-09-01 | 2 | -2/+2 |
|
|
* | Tests: Cover NO_SONAME property for SHARED libraries | Brad King | 2015-08-20 | 3 | -0/+58 |
|
|
* | Add generator expression support to OUTPUT_DIRECTORY target properties | Robert Goulet | 2015-08-12 | 2 | -1/+14 |
|
|
* | Add generator expression support to OUTPUT_NAME target property | Robert Goulet | 2015-07-09 | 2 | -1/+4 |
|
|
* | Export: Escape exported property values when writing CMake language files | Brad King | 2015-06-24 | 1 | -0/+11 |
|
|
* | Tests: Fix ExportImport on AIX with GCC | Brad King | 2015-04-23 | 1 | -0/+1 |
|
|
* | install: Allow generator expressions in TARGETS DESTINATION (#14317) | Brad King | 2015-02-11 | 2 | -0/+4 |
|
|
* | Allow export of targets with INTERFACE_SOURCES. | Stephen Kelly | 2015-02-10 | 2 | -0/+15 |
|
|
* | try_run: Add tests for LINK_LIBRARIES with mock libraries. | Matt McCormick | 2015-01-26 | 1 | -0/+30 |
|
|
* | install: Allow absolute EXPORT destination with relative targets (#15258) | Brad King | 2014-12-15 | 2 | -0/+25 |
|
|
* | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -0/+21 |
|
|
* | Tests: Fix name of cache variable. | Stephen Kelly | 2014-05-07 | 1 | -2/+2 |
|
|
* | Export: Populate INTERFACE_COMPILE_FEATURES property. | Stephen Kelly | 2014-04-08 | 2 | -0/+18 |
|
|
* | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 2 | -0/+17 |
|
|
* | Export: Prefix relative items with genexes in INSTALL_INTERFACE. | Stephen Kelly | 2013-11-26 | 1 | -0/+1 |
|
|
* | Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION. | Stephen Kelly | 2013-11-26 | 1 | -0/+3 |
|
|
* | Export: Process relative includes after genex evaluation. | Stephen Kelly | 2013-11-26 | 1 | -0/+2 |
|
|
* | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 1 | -9/+9 |
|
|
* | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 4 | -0/+95 |
|\ |
|
| * | install: Teach EXPORT option to handle INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 1 | -0/+13 |
|
|
| * | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 4 | -0/+82 |
|
|
* | | Always consider includes from IMPORTED targets to be SYSTEM. | Stephen Kelly | 2013-09-24 | 2 | -0/+56 |
|/ |
|
* | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -0/+15 |
|
|
* | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -6/+6 |
|
|
* | Merge topic 'install-interface-relative' | Brad King | 2013-07-26 | 1 | -0/+1 |
|\ |
|
| * | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 1 | -0/+1 |
|
|
* | | Merge topic 'install-interface-includes' | Brad King | 2013-07-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 1 | -0/+3 |
|
|
* | | Use linked frameworks as a source of include directories. | Stephen Kelly | 2013-07-24 | 3 | -0/+19 |
|/ |
|
* | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-15 | 7 | -0/+38 |
|\ |
|
| * | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 7 | -0/+38 |
|
|
* | | Merge topic 'IMPORTED-build-dependencies' | Brad King | 2013-07-15 | 5 | -0/+62 |
|\ \
| |/
|/| |
|
| * | Test non-IMPORTED libraries in the INTERFACE of IMPORTED libraries. | Stephen Kelly | 2013-07-02 | 5 | -0/+62 |
|
|
* | | Generate INTERFACE_COMPILE_OPTIONS on export. | Stephen Kelly | 2013-06-10 | 2 | -0/+19 |
|/ |
|
* | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 3 | -1/+17 |
|
|
* | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 2 | -0/+23 |
|
|
* | Revert "Add a way to exclude INTERFACE properties from exported targets." | Stephen Kelly | 2013-02-13 | 4 | -76/+0 |
|
|
* | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 5 | -13/+77 |
|
|
* | Export targets to a targets file, not a Config file. | Stephen Kelly | 2013-01-31 | 1 | -2/+2 |
|
|
* | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 1 | -6/+13 |
|
|
* | Add the COMPATIBLE_INTERFACE_STRING property. | Stephen Kelly | 2013-01-24 | 2 | -0/+6 |
|
|
* | Export the COMPATIBLE_INTERFACE_BOOL content properties | Stephen Kelly | 2013-01-21 | 2 | -0/+6 |
|
|
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 2 | -1/+10 |
|
|
* | Export the INTERFACE_PIC property. | Stephen Kelly | 2013-01-15 | 2 | -0/+24 |
|
|
* | Make the BUILD_INTERFACE of export()ed targets work. | Stephen Kelly | 2013-01-15 | 2 | -4/+18 |
|
|
* | Add a test for the interfaces in targets exported from the build tree. | Stephen Kelly | 2013-01-15 | 1 | -16/+13 |
|
|