summaryrefslogtreecommitdiff
path: root/Source/cmExportSet.cxx
Commit message (Expand)AuthorAgeFilesLines
* install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-291-1/+30
* cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-0/+12
* cmExportSet: default destructorTushar Maheshwari2019-09-191-6/+9
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-0/+10
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-4/+1
* exports: fix build with MSVC6Alex Neundorf2012-09-281-1/+1
* exports: store pointers to all installations of each export setAlex Neundorf2012-09-281-0/+5
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-0/+27