summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_poller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-22Tidy up the pointers, use pair over tuple where appropriateAmeer1-19/+17
2020-06-22shared_ptr for the GC adapter class, constexpr constantsAmeer1-12/+12
2020-06-22std::arrays where appropriate, clear q in adapter class, other touch upsAmeer1-15/+1
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer1-60/+65
2020-06-21Clang FormattingAmeer1-28/+28
2020-06-21GC Adapter ImplementationAmeer1-0/+310