aboutsummaryrefslogtreecommitdiff
path: root/src/cull.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-11/+8
* Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. Gravatar Sadie Powell2022-07-221-1/+1
* Print the typeid of a doubly culled type in CullList::Apply().Gravatar Sadie Powell2022-05-171-0/+5
* Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-7/+7
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-2/+1
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-6/+6
* Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-0/+124