gr-osmosdr/lib/soapy
Clayton Smith e5bee0820f Replace BOOST_FOREACH with range-based for loops
Range-based for loops are available since C++11. Using them reduces
gr-osmosdr's dependence on Boost. Here I've done the replacement using a
global search-and-replace.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-11-01 00:04:27 +01:00
..
CMakeLists.txt cmake: actually make linking work 2020-08-03 02:20:16 +02:00
soapy_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
soapy_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
soapy_sink_c.cc Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
soapy_sink_c.h soapy: fixes from last commit w/ field test 2015-02-16 21:04:05 -08:00
soapy_source_c.cc Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
soapy_source_c.h soapy: fixes from last commit w/ field test 2015-02-16 21:04:05 -08:00