summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-537/+370
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-36/+0
* Merge topic 'clang-format-prep'Brad King2016-05-091-0/+22
|\
| * Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+22
* | Fix export file variable pollutionMatthew Woehlke2016-05-051-0/+3
|/
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Fix export of STATIC library PRIVATE non-target dependenciesBrad King2016-02-171-0/+21
* Export: Use existing IsDLLPlatform porcelainStephen Kelly2015-10-271-4/+1
* Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-241-6/+6
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-201-6/+4
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-1/+1
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Move IsLinkable from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Move GetExportName from cmTarget.Stephen Kelly2015-10-181-6/+5
* Export: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+4
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-1/+1
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-1/+0
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-35/+34
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-8/+4
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-9/+9
* cmGeneratorExpression: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+1
* cmComputeLinkInformation: Port data interface to cmGeneratorTarget.Stephen Kelly2015-10-121-6/+7
* Merge topic 'use-generator-target'Brad King2015-10-121-2/+2
|\
| * cmGeneratorTarget: Port GetLinkInterface away from cmTarget.Stephen Kelly2015-10-101-2/+2
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+4
* | export: Port internal method to cmGeneratorTarget.Stephen Kelly2015-10-081-12/+14
|/
* cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-6/+8
* cmGeneratorTarget: Move GetLinkInterface from cmTarget.Stephen Kelly2015-08-261-5/+3
* cmTarget: Move link interface libraries struct out.Stephen Kelly2015-08-261-2/+2
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+1
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-051-6/+7
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-1/+1
* Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-271-16/+21
* Export: Escape exported property values when writing CMake language filesBrad King2015-06-241-3/+21
* Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+2
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-101-43/+93
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-7/+7
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-7/+7
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
|/
* cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-231-4/+4
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+1
* CMP0052: Make the warning message more informative.Stephen Kelly2014-04-171-1/+4
* CMP0052: Do not warn when include dir is not in source or build treeBrad King2014-04-161-4/+6