gr-osmosdr/lib
Clayton Smith c3187ab875 xtrx: remove BOOST_FOREACH and obsolete API call
All instances of BOOST_FOREACH were removed in an earlier commit, but it
was reintroduced when xtrx support was merged. I removed BOOST_FOREACH
again here.

Also, xtrx support fails to build because it relies on the
xtrx_open_list function, which was removed from the xtrx API in 2019. It
was replaced with xtrx_open_string.

I don't have xtrx hardware, so I've only tested that gr-osmosdr compiles
with these changes.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2021-01-10 19:31:59 +01:00
..
airspy cmake: actually make linking work 2020-08-03 02:20:16 +02:00
airspyhf cmake: actually make linking work 2020-08-03 02:20:16 +02:00
bladerf Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
fcd Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
file cmake: actually make linking work 2020-08-03 02:20:16 +02:00
freesrp cmake: actually make linking work 2020-08-03 02:20:16 +02:00
hackrf hackrf: fix bandwidth setting 2021-01-04 22:27:53 +01:00
redpitaya cmake: actually make linking work 2020-08-03 02:20:16 +02:00
rfspace rfspace: Remove broken asio code 2020-11-01 00:06:28 +01:00
rtl cmake: actually make linking work 2020-08-03 02:20:16 +02:00
rtl_tcp cmake: actually make linking work 2020-08-03 02:20:16 +02:00
sdrplay cmake: actually make linking work 2020-08-03 02:20:16 +02:00
soapy Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
uhd Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
xtrx xtrx: remove BOOST_FOREACH and obsolete API call 2021-01-10 19:31:59 +01:00
CMakeLists.txt add xtrx support 2020-11-19 01:41:05 +01:00
arg_helpers.h Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
config.h.in add xtrx support 2020-11-19 01:41:05 +01:00
device.cc Remove disabled OsmoSDR and MiriSDR code 2020-11-01 00:12:56 +01:00
ranges.cc Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
sink_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
sink_impl.cc xtrx: remove BOOST_FOREACH and obsolete API call 2021-01-10 19:31:59 +01:00
sink_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_impl.cc xtrx: remove BOOST_FOREACH and obsolete API call 2021-01-10 19:31:59 +01:00
source_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
time_spec.cc osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00