summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* export: Do not fail generation for separate namelink only caseDeniz Bahadir2020-12-011-0/+3
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+3
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-3/+2
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-0/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-0/+1
* cmExportSet: default destructorTushar Maheshwari2019-09-191-1/+2
* clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-1/+1
* PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-261-0/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+3
* cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-2/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Refactor checks for whether a target has an import libraryBrad King2019-07-121-4/+5
* cmExportBuildFileGenerator: improve error messageBen Boeckel2019-06-271-22/+23
* Export: A singular CMake version written for interface targetsRobert Maynard2019-06-171-3/+6
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+5
* 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-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