| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate INTERFACE_COMPILE_OPTIONS on export. | Stephen Kelly | 2013-06-10 | 3 | -1/+24 |
|
|
* | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 9 | -7/+65 |
|
|
* | install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES | Stephen Kelly | 2013-03-26 | 1 | -2/+16 |
|
|
* | Rename variable for including current directory in interfaces | Brad King | 2013-03-19 | 2 | -2/+2 |
|
|
* | Fix cmGeneratorExpression::Preprocess for interleaved inputs. | Stephen Kelly | 2013-03-18 | 1 | -0/+4 |
|
|
* | Merge topic 'remove-TARGET_DEFINED-genex' | Brad King | 2013-03-04 | 1 | -1/+1 |
|\ |
|
| * | Remove use of TARGET_DEFINED from the ExportImport test. | Stephen Kelly | 2013-02-25 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 1 | -0/+2 |
|
|
* | Merge branch 'master' into generator-toolset | Brad King | 2013-02-07 | 7 | -28/+156 |
|\ |
|
| * | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 6 | -30/+97 |
|
|
| * | Export targets to a targets file, not a Config file. | Stephen Kelly | 2013-01-31 | 2 | -4/+4 |
|
|
| * | Merge topic 'fix-target-property-commands' | Brad King | 2013-01-30 | 1 | -6/+13 |
| |\ |
|
| | * | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 1 | -6/+13 |
|
|
| * | | Merge topic 'fix-TARGET_PROPERTY-extraction' | Brad King | 2013-01-29 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Fix TARGET_PROPERTY target extractions. | Stephen Kelly | 2013-01-29 | 1 | -0/+2 |
| | |/ |
|
| * | | Add the INSTALL_PREFIX genex. | Stephen Kelly | 2013-01-27 | 1 | -1/+16 |
| |/ |
|
| * | Add the COMPATIBLE_INTERFACE_STRING property. | Stephen Kelly | 2013-01-24 | 3 | -1/+14 |
|
|
| * | Export the COMPATIBLE_INTERFACE_BOOL content properties | Stephen Kelly | 2013-01-21 | 3 | -0/+15 |
|
|
| * | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 2 | -1/+10 |
|
|
* | | Merge branch 'xcode-duplicate-flags-13354' into generator-toolset | Brad King | 2013-01-31 | 12 | -3/+292 |
|\ \
| |/ |
|
| * | Test evaluation target via export for generator expressions | Stephen Kelly | 2013-01-15 | 1 | -1/+1 |
|
|
| * | Export the INTERFACE_PIC property. | Stephen Kelly | 2013-01-15 | 3 | -0/+28 |
|
|
| * | Make the BUILD_INTERFACE of export()ed targets work. | Stephen Kelly | 2013-01-15 | 6 | -5/+46 |
|
|
| * | Add a test for the interfaces in targets exported from the build tree. | Stephen Kelly | 2013-01-15 | 2 | -16/+14 |
|
|
| * | Allow generator expressions in LINK_INTERFACE_LIBRARIES. | Stephen Kelly | 2013-01-10 | 7 | -1/+95 |
|
|
| * | Fix linking to imported libraries test. | Stephen Kelly | 2013-01-10 | 2 | -3/+3 |
|
|
| * | Handle INTERFACE properties transitively for includes and defines. | Stephen Kelly | 2013-01-05 | 4 | -1/+129 |
|
|
* | | Tests: Run ctest custom commands with VERBATIM | Brad King | 2013-01-31 | 1 | -2/+4 |
|/ |
|
* | exports: add a test for exporting dependent targets | Alex Neundorf | 2012-09-30 | 4 | -0/+21 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 3 | -7/+7 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -15/+15 |
|
|
* | Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES | Alex Neundorf | 2012-02-21 | 1 | -0/+11 |
|
|
* | Follow all dependencies of shared library private dependencies | Brad King | 2011-12-14 | 3 | -2/+25 |
|
|
* | Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSys | Brad King | 2011-12-05 | 2 | -0/+6 |
|
|
* | Honor custom command dependencies on imported targets (#10395) | Brad King | 2010-12-08 | 1 | -5/+45 |
|
|
* | Allow add_dependencies() on imported targets (#10395) | Brad King | 2010-11-19 | 2 | -1/+17 |
|
|
* | Test link multiplicity export/import | Brad King | 2009-09-01 | 9 | -1/+26 |
|
|
* | COMP: Shorten ExportImport test command lines | Brad King | 2009-07-14 | 2 | -22/+20 |
|
|
* | COMP: Fix ExportImport testLib6 on VS6 | Brad King | 2009-07-13 | 2 | -1/+1 |
|
|
* | ENH: Test export/import of link interface languages | Brad King | 2009-07-11 | 7 | -22/+42 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 2 | -10/+0 |
|
|
* | ENH: Allow more specification of target file names | Brad King | 2009-05-01 | 1 | -0/+9 |
|
|
* | ENH: Allow IMPORTED_IMPLIB w/o IMPORTED_LOCATION | Brad King | 2009-04-08 | 4 | -3/+36 |
|
|
* | ENH: Test transitive link to subdir-imported lib | Brad King | 2009-04-06 | 6 | -62/+97 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 2 | -2/+11 |
|
|
* | ENH: Make link interface mode more distinct | Brad King | 2008-08-18 | 1 | -1/+2 |
|
|
* | BUG: Fix ExportImport test on VS6 | Brad King | 2008-08-12 | 3 | -2/+10 |
|
|
* | ENH: Test target_link_libraries INTERFACE option | Brad King | 2008-08-11 | 6 | -2/+63 |
|
|