gr-osmosdr.git branch master updated. v0.1.4-21-gbe9af0f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Apr 28 20:52:32 UTC 2015


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=be9af0fe6f81bce327f9b1a2cd23a09533725d9b

commit be9af0fe6f81bce327f9b1a2cd23a09533725d9b
Author: SDRplay <SDRplay at 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=79b53f50e42ecafa0cf2026f0274ecd1996e846c

commit 79b53f50e42ecafa0cf2026f0274ecd1996e846c
Author: SDRplay <SDRplay at 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=afed5df615de4ca15f2b8201b48cdc06236d7cab

commit afed5df615de4ca15f2b8201b48cdc06236d7cab
Author: SDRplay <info at 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=3532d60c11529c8aeca58219bb06f2c2acf8e547

commit 3532d60c11529c8aeca58219bb06f2c2acf8e547
Author: Josh Blum <josh at 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=c092f9e2a3cea524ff02e7cad333069ca3dcd290

commit c092f9e2a3cea524ff02e7cad333069ca3dcd290
Author: Josh Blum <josh at 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



More information about the osmocom-commitlog mailing list