Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support using typed collections for subclass filtering | Dan Goodliffe | 2025-03-23 |
| | |||
* | Use typed collections for apply/applyOne | Dan Goodliffe | 2025-03-23 |
| | |||
* | Use otherObjects where possible for find | Dan Goodliffe | 2025-03-23 |
| | |||
* | Other objects support in removeAll/clear | Dan Goodliffe | 2025-03-23 |
| | | | | | removeAll requires a type that is one of Others, clear clears everything regardless of type. | ||
* | Other objects support in operator= | Dan Goodliffe | 2025-03-23 |
| | |||
* | Populate typed collection of pointers | Dan Goodliffe | 2025-03-23 |
| | | | | create and emplace only, so far | ||
* | Make Collections::objects protected, extend interface | Dan Goodliffe | 2025-03-22 |
| | | | | | Keeps all required features accessible, but through a controlled interface. | ||
* | Invert how shared/unique is specified for Collection | Dan Goodliffe | 2025-03-22 |
| | | | | Template param is a pointer now, typedefs added for ease. | ||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
Half of them acquired a .cpp part anyway |