CubicSDR/src/demod
vsonnier 44cdfa8521 Make ReBuffer also GC its own memory + cleanups:
- Use deque in ReBuffer instead of vector (as before) because it allows freeing its memory
- Random cleanup: remove mutable when not needed.
2017-05-25 16:39:01 +02:00
..
DemodDefs.h Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00
DemodulatorInstance.cpp Another fix for the neverending hung application bugs: 2017-05-25 08:03:08 +02:00
DemodulatorInstance.h Make ReBuffer also GC its own memory + cleanups: 2017-05-25 16:39:01 +02:00
DemodulatorMgr.cpp Another fix for the neverending hung application bugs: 2017-05-25 08:03:08 +02:00
DemodulatorMgr.h Make ReBuffer also GC its own memory + cleanups: 2017-05-25 16:39:01 +02:00
DemodulatorPreThread.cpp Use the nuclear option to solve the hung problem: 2017-05-25 09:32:27 +02:00
DemodulatorPreThread.h Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00
DemodulatorThread.cpp Use the nuclear option to solve the hung problem: 2017-05-25 09:32:27 +02:00
DemodulatorThread.h Make ReBuffer also GC its own memory + cleanups: 2017-05-25 16:39:01 +02:00
DemodulatorWorkerThread.cpp Use the nuclear option to solve the hung problem: 2017-05-25 09:32:27 +02:00
DemodulatorWorkerThread.h Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00