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 for types derived from std::map. | Stephen Kelly | 2015-01-17 | 1 | -6/+1 |
| | |||||
* | cmExportSetMap: Override clear() to delete held resources | Brad King | 2013-11-08 | 1 | -1/+7 |
| | | | | | | | | Replace the std::map<>::clear() method with one that first deletes the cmExportSet instances held by each map entry, and then clears. Otherwise the cmGlobalGenerator::ClearGeneratorMembers added by commit 5cf1120f (cmGlobalGenerator: Refactor member cleanup between configures, 2013-11-04) leaks the cmExportSet instances. | ||||
* | exports: Add cmExportSetMap class | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+34 |
This is a map<string, cmExportSet *> with overloaded operator[] and destructor. |