Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add standard special members | Dan Goodliffe | 8 days |
| | |||
* | Fix up removeAll and test with more complex hierarchy | Dan Goodliffe | 8 days |
| | |||
* | applyToOthersType allows passing any params in, not just a T | Dan Goodliffe | 9 days |
| | |||
* | Fix lookup idx for otherObjects suitable for T | Dan Goodliffe | 11 days |
| | |||
* | Use is_base_of_v instead of is_convertible_v to choose OtherObjects | Dan Goodliffe | 11 days |
| | |||
* | Support using typed collections for subclass filtering | Dan Goodliffe | 12 days |
| | |||
* | Use typed collections for apply/applyOne | Dan Goodliffe | 12 days |
| | |||
* | Use otherObjects where possible for find | Dan Goodliffe | 12 days |
| | |||
* | Other objects support in removeAll/clear | Dan Goodliffe | 12 days |
| | | | | | removeAll requires a type that is one of Others, clear clears everything regardless of type. | ||
* | Other objects support in operator= | Dan Goodliffe | 12 days |
| | |||
* | Populate typed collection of pointers | Dan Goodliffe | 12 days |
| | | | | create and emplace only, so far | ||
* | Make Collections::objects protected, extend interface | Dan Goodliffe | 13 days |
| | | | | | Keeps all required features accessible, but through a controlled interface. | ||
* | Invert how shared/unique is specified for Collection | Dan Goodliffe | 13 days |
| | | | | 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 |