gr-osmosdr/lib/freesrp
Clayton Smith 52fcb0935f A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well.
This change removes all usage of boost::mutex,
boost::mutex::scoped_lock, boost::unique_lock, and
boost::condition_variable. It also removes usage of boost::shared_ptr
and boost::weak_ptr outside of block definitions (which must continue to
use Boost until GNU Radio 3.9).

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-08-02 23:52:25 +02:00
..
readerwriterqueue Add support for FreeSRP 2017-04-18 23:48:08 +02:00
CMakeLists.txt cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
freesrp_common.cc A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well. 2020-08-02 23:52:25 +02:00
freesrp_common.h A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well. 2020-08-02 23:52:25 +02:00
freesrp_sink_c.cc Add support for FreeSRP 2017-04-18 23:48:08 +02:00
freesrp_sink_c.h Add support for FreeSRP 2017-04-18 23:48:08 +02:00
freesrp_source_c.cc Add support for FreeSRP 2017-04-18 23:48:08 +02:00
freesrp_source_c.h Add support for FreeSRP 2017-04-18 23:48:08 +02:00