summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* cmExportInstallFileGenerator: Fix crash in FindNamespacesAndrey Pokrovskiy2016-01-211-1/+1
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-201-2/+2
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Move GetExportName from cmTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-7/+7
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-4/+4
* cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-16/+15
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-12/+10
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-3/+3
* cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-2/+2
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-2/+2
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-051-1/+5
* cmExportInstallFileGenerator: Simplify local generator access.Stephen Kelly2015-08-041-1/+1
* cmInstallTargetGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-07-301-1/+1
* Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+4
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-111-1/+1
* cmInstallGenerator: Move GetDestination to subclasses that need itBrad King2015-02-111-4/+4
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-101-12/+16
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-151-37/+20
* Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-291-0/+11
* 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
|\ \