Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use containers of labeled search paths instead of individual members | Chuck Atkins | 2014-11-12 | 1 | -9/+6 |
| | | | | | | | Manage classes of search paths in labeled containers. This removes the need to have a seperate member variable for each type of search path, but also allows path types to be grouped togethor in various different ways and manipulated as subsets of the full set of search paths. | ||||
* | Encapsulate search path manipulation functions into a seperate class. | Chuck Atkins | 2014-11-11 | 1 | -0/+60 |
The functions for adding the various different types of paths have been factored out into a new class, cmSearchPath. It is to be used as a helper container class for the various find_* commands. |