CubicSDR/src/util
vsonnier c64baab99d Threads vs. Queues lifetimes, cleanups.
- 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.
2017-08-13 19:19:25 +02:00
..
DataTree.cpp Dual bookmark backup files with user notification, auto-recovery and bail; save top level branch expand states 2016-12-27 13:01:19 -05:00
DataTree.h Load/Save view ranges 2016-12-27 00:46:12 -05:00
GLExt.cpp Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
GLExt.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
GLFont.cpp Cleanup: remove some unused params and variables, conversion warnings seen with #550. 2017-05-29 20:22:10 +02:00
GLFont.h CLEANUP: some compiler and static analysis warnings 2017-01-28 14:57:27 +01:00
Gradient.cpp FIX: size_t definition not visible on some systems, so include stddef.h explicitly 2017-01-29 17:10:44 +01:00
Gradient.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
MouseTracker.cpp Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
MouseTracker.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
ThreadBlockingQueue.cpp BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
ThreadBlockingQueue.h Threads vs. Queues lifetimes, cleanups. 2017-08-13 19:19:25 +02:00
Timer.cpp Yet Another Semicolon After Endif left... (#549) 2017-05-27 15:28:42 +02:00
Timer.h Fix #549, plus more usual syntax for #548 2017-05-27 07:46:28 +02:00