summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+3
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+3
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+3
* Fix misc. typosluz.paz2018-06-041-1/+1
* cmGeneratorTarget: Make import library checks config-awareMichael Stürmer2018-04-051-2/+3
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-161-0/+9
* objlib: Allow other libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-011-1/+3
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-4/+18
* 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-27/+12
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-3/+6
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-18/+42
* cmExportBuildFileGenerator: use HasImportLibraryBen Boeckel2017-04-131-3/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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-201-2/+2
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-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-141-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-021-1/+1
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-101-10/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3