This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNURadio hardware abstraction block".
The branch, master has been updated
via be9af0fe6f81bce327f9b1a2cd23a09533725d9b (commit)
via 79b53f50e42ecafa0cf2026f0274ecd1996e846c (commit)
via afed5df615de4ca15f2b8201b48cdc06236d7cab (commit)
via 3532d60c11529c8aeca58219bb06f2c2acf8e547 (commit)
via c092f9e2a3cea524ff02e7cad333069ca3dcd290 (commit)
from 61184a19e7db7a9579908fa512617327998b00d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=be9af0fe6f81bce327f9b1a2cd23a…
commit be9af0fe6f81bce327f9b1a2cd23a09533725d9b
Author: SDRplay <SDRplay(a)users.noreply.github.com>
Date: Tue Apr 14 16:34:01 2015 +0100
changed bufi and bufq to std::vector
http://cgit.osmocom.org/gr-osmosdr/commit/?id=79b53f50e42ecafa0cf2026f0274e…
commit 79b53f50e42ecafa0cf2026f0274ecd1996e846c
Author: SDRplay <SDRplay(a)users.noreply.github.com>
Date: Tue Apr 14 16:31:04 2015 +0100
changed bufi and bufq to std::vector
http://cgit.osmocom.org/gr-osmosdr/commit/?id=afed5df615de4ca15f2b8201b48cd…
commit afed5df615de4ca15f2b8201b48cdc06236d7cab
Author: SDRplay <info(a)sdrplay.com>
Date: Wed Mar 4 20:35:59 2015 +0000
Added SDRplay RSP support
Initial build for SDRplay RSP support. Basic functionality, AGC etc. to
be added
http://cgit.osmocom.org/gr-osmosdr/commit/?id=3532d60c11529c8aeca58219bb06f…
commit 3532d60c11529c8aeca58219bb06f2c2acf8e547
Author: Josh Blum <josh(a)joshknows.com>
Date: Wed Apr 22 22:17:24 2015 -0700
osmo: minor msvc fixes for bladerf_common.h
http://cgit.osmocom.org/gr-osmosdr/commit/?id=c092f9e2a3cea524ff02e7cad3330…
commit c092f9e2a3cea524ff02e7cad333069ca3dcd290
Author: Josh Blum <josh(a)joshknows.com>
Date: Tue Apr 14 00:43:43 2015 -0700
osmo: minor build tweaks w/ rtl on msvc
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
README | 1 +
cmake/Modules/FindLibSDRplay.cmake | 27 ++
grc/gen_osmosdr_blocks.py | 1 +
lib/CMakeLists.txt | 8 +
lib/arg_helpers.h | 1 +
lib/bladerf/bladerf_common.h | 6 +
lib/config.h.in | 1 +
lib/device.cc | 8 +
lib/{miri => sdrplay}/CMakeLists.txt | 12 +-
lib/sdrplay/sdrplay_source_c.cc | 591 +++++++++++++++++++++++++++++++++++
lib/sdrplay/sdrplay_source_c.h | 135 ++++++++
lib/source_impl.cc | 18 ++
lib/time_spec.cc | 1 +
14 files changed, 805 insertions(+), 6 deletions(-)
create mode 100644 cmake/Modules/FindLibSDRplay.cmake
copy lib/{miri => sdrplay}/CMakeLists.txt (83%)
create mode 100644 lib/sdrplay/sdrplay_source_c.cc
create mode 100644 lib/sdrplay/sdrplay_source_c.h
hooks/post-receive
--
GNURadio hardware abstraction block