summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+14
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-4/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-165/+114
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Merge topic 'minor-cleanups'Brad King2015-10-281-1/+0
|\
| * Export: Remove unused variableStephen Kelly2015-10-261-1/+0
* | Export: Use existing IsDLLPlatform porcelainStephen Kelly2015-10-271-5/+1
|/
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-211-2/+2
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-211-1/+1
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Move GetExportName from cmTarget.Stephen Kelly2015-10-181-3/+3
* Export: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-1/+1
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-7/+8
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-5/+7
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-15/+14
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-1/+5
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-4/+4
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-7/+14
* cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-2/+2
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-051-2/+4
* Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+2
* Port cmExportBuildFileGenerator to cmGeneratorTarget.Stephen Kelly2015-07-271-22/+24
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-3/+6
* cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-031-1/+1
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-111-10/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-291-0/+10
* 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
|\