gr-osmosdr/lib/bladerf
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
..
CMakeLists.txt cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
bladerf_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
bladerf_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
bladerf_compat.h bladerf: compatibility with older libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_sink_c.cc bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00
bladerf_sink_c.h bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00
bladerf_source_c.cc bladerf: update bladerf to catch up with libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_source_c.h bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00