summaryrefslogtreecommitdiff
path: root/Source/cmExportSet.h
Commit message (Expand)AuthorAgeFilesLines
* install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-291-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-0/+13
* cmExportSet: default destructorTushar Maheshwari2019-09-191-9/+6
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+10
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-0/+3
* exports: fix build with MSVC6Alex Neundorf2012-09-281-3/+3
* exports: store pointers to all installations of each export setAlex Neundorf2012-09-281-0/+8
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-0/+38