Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+1 |
| | |||||
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -4/+1 |
| | |||||
* | exports: fix build with MSVC6 | Alex Neundorf | 2012-09-28 | 1 | -1/+1 |
| | | | | | | it seems it doesn't like deleting const pointers Alex | ||||
* | exports: store pointers to all installations of each export set | Alex Neundorf | 2012-09-28 | 1 | -0/+5 |
| | | | | | | | This information will be used to check whether a target is exported once or multiple times and to check its namespace. Alex | ||||
* | exports: Create class cmExportSet | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+27 |
Replace direct use of 'std::vector<cmTargetExport const*>' with a dedicated class. |