summaryrefslogtreecommitdiff
path: root/test/test-collection.cpp
Commit message (Collapse)AuthorAge
* Use otherObjects where possible for findDan Goodliffe12 days
|
* Other objects support in removeAll/clearDan Goodliffe12 days
| | | | | removeAll requires a type that is one of Others, clear clears everything regardless of type.
* Other objects support in operator=Dan Goodliffe12 days
|
* Populate typed collection of pointersDan Goodliffe12 days
| | | | create and emplace only, so far
* Invert how shared/unique is specified for CollectionDan Goodliffe13 days
| | | | Template param is a pointer now, typedefs added for ease.
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Fix up all the static analyzer warningsDan Goodliffe2023-01-08
|
* Process UI layers in reverse, so it's stack likeDan Goodliffe2022-01-16
|
* Refactor wrapped_ptr to include destory function as template param, and ↵Dan Goodliffe2021-12-04
| | | | possibly constructor function
* Remove spare semi colonsDan Goodliffe2021-11-07
|
* Add missing virtual destructor in test base classDan Goodliffe2021-02-07
|
* Add some tests over collectionDan Goodliffe2021-02-04