Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmState: Make it possible to order cmState::Snapshot. | Stephen Kelly | 2015-08-23 | 1 | -0/+7 |
| | |||||
* | cmLinkedTree: Add Clear API. | Stephen Kelly | 2015-08-02 | 1 | -0/+6 |
| | |||||
* | cmLinkedTree: Add operator* to the iterator. | Stephen Kelly | 2015-07-04 | 1 | -0/+18 |
| | |||||
* | cmState: Extract a cmLinkedTree container adaptor. | Stephen Kelly | 2015-06-04 | 1 | -0/+164 |
This will be used to contain most of the content of the cmState in several different trees. Refer to the BuildsystemDirectory state from the SnapshotData state. Currently these trees have the same structure, but that will change when we have more snapshot types. |