summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Export: Populate INTERFACE_COMPILE_FEATURES property.Stephen Kelly2014-04-081-0/+4
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-4/+7
* CMake 3.0.0-rc1 version updateBrad King2014-02-191-1/+1
* Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.Stephen Kelly2014-02-111-14/+0
* Export: Fix internal CMake version test logicBrad King2014-02-101-4/+6
* Export: Use a macro to ensure minimum development version requirementStephen Kelly2014-02-091-1/+13
* export: Only generate and install configuration files if needed.Stephen Kelly2014-01-041-6/+15
* install: Rename variable referencing cmake version.Stephen Kelly2014-01-041-3/+3
* Export: Skip INTERFACE libraries when generating -config files.Stephen Kelly2013-12-191-7/+5
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-0/+4
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-4/+4
* cmExportInstallFileGenerator: Fix comment to match reality.Stephen Kelly2013-10-101-2/+2
* install: Teach EXPORT option to handle INTERFACE_LIBRARY targetsStephen Kelly2013-10-081-1/+18
* CMake 2.8.12-rc1Brad King2013-08-151-1/+1
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-6/+6
* Merge topic 'tid-system-argument'Brad King2013-07-161-0/+4
|\
| * Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-0/+4
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+19
|/
* Generate INTERFACE_COMPILE_OPTIONS on export.Stephen Kelly2013-06-101-0/+4
* Merge topic 'cfbundle-location'Brad King2013-06-041-15/+1
|\
| * OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-15/+1
* | Merge topic 'rpath-on-mac'Brad King2013-06-031-0/+16
|\ \
| * | OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+16
| |/
* | Merge topic 'framework-refactor'Brad King2013-06-031-7/+1
|\ \ | |/
| * Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-7/+1
* | Add EXPORT_NAME property.Stephen Kelly2013-05-181-3/+4
|/
* Handle usr-move without forcing absolute paths (#14041)Brad King2013-04-031-23/+26
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-2/+1
* install(EXPORT): Force absolute paths for usr-moveBrad King2013-03-081-9/+27
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+15
* Generate the _IMPORT_PREFIX in the non-config export file.Stephen Kelly2013-01-271-29/+28
* Merge topic 'export-new-style-files'Brad King2013-01-231-11/+11
|\
| * Generate new-style cmake code during export.Stephen Kelly2013-01-201-11/+11
* | Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+1
|/
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+2
* Move the exported check for file existence.Stephen Kelly2013-01-151-2/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-7/+9
* Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-101-0/+4
* Handle INTERFACE properties transitively for includes and defines.Stephen Kelly2013-01-051-0/+17
* Populate the ExportedTargets member early in GenerateMainFileStephen Kelly2013-01-051-11/+14
* Generate an early-return guard in target Export files.Stephen Kelly2012-11-301-0/+14
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-1/+70
* exports: fix build with MSVC6Alex Neundorf2012-09-281-2/+2
* exports: first try at error handling if a target is missingAlex Neundorf2012-09-281-1/+3
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-3/+13
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-12/+17
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-8/+9
* exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-281-0/+1