gr-osmosdr/include/osmosdr
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 build: Update CMakeLists.txt copyright header 2020-02-16 09:51:37 +01:00
api.h introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
device.h device: implement "nofake" hint to exclude dummy devices from discovery 2013-12-10 16:59:01 +01:00
pimpl.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
ranges.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
sink.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
time_spec.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00