summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Export: Factor out file generation steps into helpersBill Hoffman2016-09-081-69/+84
* install: Fix computed import prefix in export files when it is "/"Ben Keller2016-09-061-1/+4
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+10
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-234/+158
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+8
* 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