summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Export: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+3
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-1/+0
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-10/+13
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-051-1/+1
* Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-271-3/+5
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-111-0/+5
* cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-231-1/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+9
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-4/+4
* Change version scheme to use only two components for feature levelsBrad King2014-02-191-7/+6
* Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.Stephen Kelly2014-02-111-0/+15
* export: Rename some variables to reflect content type.Stephen Kelly2014-01-061-1/+1
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-3/+3
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-0/+2
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-1/+3
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+11
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+3
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-0/+5
* Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-131-2/+2
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-311-2/+2
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+2
* Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+2
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-2/+4
* Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-101-0/+4
* Split the generator expression before extracting targets.Stephen Kelly2013-01-101-2/+12
* Extract the AddTargetNamespace method.Stephen Kelly2013-01-101-0/+4
* Add API to populate INTERFACE properties in exported targets.Stephen Kelly2013-01-051-0/+15
* Add API to extract target names from a genex string.Stephen Kelly2013-01-051-0/+4
* Generate an early-return guard in target Export files.Stephen Kelly2012-11-301-0/+2
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-9/+7
* exports: first try at error handling if a target is missingAlex Neundorf2012-09-281-2/+6
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-1/+6
* install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-221-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Centralize default link interface computationBrad King2009-07-061-3/+0
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+2
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-4/+4
* COMP: Remove unused parameter.Brad King2008-01-311-2/+1
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+5
* BUG: Fix export/import file generation to not store link dependencies of exec...Brad King2008-01-281-0/+3
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-0/+2
* COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about...Brad King2008-01-281-0/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+96