summaryrefslogtreecommitdiff
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-7/+7
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-33/+20
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+2
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+19
* Add support for x32-abiSteven Newbury2017-03-071-1/+3
* 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-171-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-211-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-151-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-111-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-111-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