summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-0/+1
* Export: Populate INTERFACE_COMPILE_FEATURES property.Stephen Kelly2014-04-081-0/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+5
* 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-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-241-4/+32
* Export: Clean up comment.Stephen Kelly2013-12-191-2/+0
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-0/+3
* export(): Handle multiple dependent export sets.Stephen Kelly2013-10-111-9/+64
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-11/+10
* export(): Set a Makefile on the cmExportBuildFileGenerator.Stephen Kelly2013-10-101-11/+10
* export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-071-7/+17
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+9
* Generate INTERFACE_COMPILE_OPTIONS on export.Stephen Kelly2013-06-101-0/+3
* 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-1/+1
|\ \ | |/
| * Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-1/+1
* | Add EXPORT_NAME property.Stephen Kelly2013-05-181-2/+2
|/
* Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+1
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+2
* Make the BUILD_INTERFACE of export()ed targets work.Stephen Kelly2013-01-151-0/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-6/+5
* 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/+15
* 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-17/+25
* 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-6/+17
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix LOCATION property for Mac AppBundlesBrad King2009-01-201-7/+1
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-4/+25
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-7/+5
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-4/+22
* STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.Brad King2008-01-281-0/+2
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-0/+5
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+117