mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-16 09:01:49 -05:00
c64baab99d
- Ideally Queues must outlive the threads using them, but wasn't done so. Yes, std::shared_ptr them! - Now queues are always valid in the context of the threads using them. - No longer need tedious queues deallocation by the original owner. - Misc cleanups. |
||
---|---|---|
.. | ||
DataTree.cpp | ||
DataTree.h | ||
GLExt.cpp | ||
GLExt.h | ||
GLFont.cpp | ||
GLFont.h | ||
Gradient.cpp | ||
Gradient.h | ||
MouseTracker.cpp | ||
MouseTracker.h | ||
ThreadBlockingQueue.cpp | ||
ThreadBlockingQueue.h | ||
Timer.cpp | ||
Timer.h |