gr-osmosdr.git branch master updated. v0.1.4-66-ge321095

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
Sun Jan 10 21:34:06 UTC 2016


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 "GNU Radio block for interfacing with various radio hardware".

The branch, master has been updated
       via  e3210954459e2683120ebf51ec8edd0ba887f9be (commit)
       via  da2cf6a6f262c05d4082485369191c44b4b2bcf4 (commit)
       via  64cfd98c5b2a8508715a1d48b09daf85a96049ee (commit)
       via  11257d0aa6e9cddb92a6c5a277b8edd57209d0d5 (commit)
       via  3fda9d6be5f2cfe9723478bdefd17041efbb6051 (commit)
       via  20a5986ca0ae2c123f08ae58001f187a27914ad1 (commit)
       via  84249efbea6220fa193a3ce08c4be119545ce41b (commit)
       via  f8cba954f0b7c76e749a8a75b74055c22dbe00cf (commit)
      from  810a981d0c2975825a72c9c6c9db2700719928c3 (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=e3210954459e2683120ebf51ec8edd0ba887f9be

commit e3210954459e2683120ebf51ec8edd0ba887f9be
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sun Jan 10 22:32:07 2016 +0100

    airspy: implement sensitivity and linerity gain profiles for set_gain()
    
    use them with airspy,linearity (the default) or airspy,sensitivity
    device arguments. Range is 0 to 21. Named gains still work as before.
    
    Requires libairspy commit dc5cbca2f6f03458c40eab7c0f88fdfed60a08ff

http://cgit.osmocom.org/gr-osmosdr/commit/?id=da2cf6a6f262c05d4082485369191c44b4b2bcf4

commit da2cf6a6f262c05d4082485369191c44b4b2bcf4
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sun Jan 10 22:28:15 2016 +0100

    cmake: update component name & update AUTHORS file

http://cgit.osmocom.org/gr-osmosdr/commit/?id=64cfd98c5b2a8508715a1d48b09daf85a96049ee

commit 64cfd98c5b2a8508715a1d48b09daf85a96049ee
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sun Jan 10 22:27:42 2016 +0100

    grc: update grc generator

http://cgit.osmocom.org/gr-osmosdr/commit/?id=11257d0aa6e9cddb92a6c5a277b8edd57209d0d5

commit 11257d0aa6e9cddb92a6c5a277b8edd57209d0d5
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sun Jan 10 22:19:13 2016 +0100

    add Red Pitaya discovery in device find function

http://cgit.osmocom.org/gr-osmosdr/commit/?id=3fda9d6be5f2cfe9723478bdefd17041efbb6051

commit 3fda9d6be5f2cfe9723478bdefd17041efbb6051
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sun Jan 10 22:17:09 2016 +0100

    cmake: If we are cross compiling, we shouldn't make decisions based on
    the build system distribution.
    
    Signed-off-by: Philip Balister <philip at balister.org>

http://cgit.osmocom.org/gr-osmosdr/commit/?id=20a5986ca0ae2c123f08ae58001f187a27914ad1

commit 20a5986ca0ae2c123f08ae58001f187a27914ad1
Author: Marcus Müller <marcus.mueller at ettus.com>
Date:   Tue Dec 29 19:08:40 2015 +0100

    made siggen cooperate with sinks without bw range

http://cgit.osmocom.org/gr-osmosdr/commit/?id=84249efbea6220fa193a3ce08c4be119545ce41b

commit 84249efbea6220fa193a3ce08c4be119545ce41b
Author: Marcus Müller <marcus.mueller at ettus.com>
Date:   Tue Dec 29 19:08:14 2015 +0100

    added file_sink_c

http://cgit.osmocom.org/gr-osmosdr/commit/?id=f8cba954f0b7c76e749a8a75b74055c22dbe00cf

commit f8cba954f0b7c76e749a8a75b74055c22dbe00cf
Author: Pavel Demin <pavel.demin at uclouvain.be>
Date:   Wed Jan 6 16:49:02 2016 +0100

    redpitaya: fix compilation errors on MS Windows and on Mac OS X

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                                       |  1 +
 apps/osmocom_siggen                           | 23 ++++---
 apps/osmocom_siggen_base.py                   | 44 ++++++++++---
 cmake/Modules/GrPlatform.cmake                |  6 +-
 grc/gen_osmosdr_blocks.py                     |  9 ++-
 lib/CMakeLists.txt                            |  2 +-
 lib/airspy/airspy_source_c.cc                 | 95 ++++++++++++++++++---------
 lib/airspy/airspy_source_c.h                  |  8 +++
 lib/device.cc                                 |  9 +++
 lib/file/CMakeLists.txt                       |  1 +
 lib/file/{file_source_c.cc => file_sink_c.cc} | 89 ++++++++++++-------------
 lib/file/{file_source_c.h => file_sink_c.h}   | 30 ++++-----
 lib/redpitaya/redpitaya_common.cc             | 26 ++------
 lib/redpitaya/redpitaya_common.h              | 31 ++++++++-
 lib/redpitaya/redpitaya_sink_c.cc             | 24 ++-----
 lib/redpitaya/redpitaya_sink_c.h              |  4 +-
 lib/redpitaya/redpitaya_source_c.cc           | 24 ++-----
 lib/redpitaya/redpitaya_source_c.h            |  4 +-
 lib/sink_impl.cc                              | 25 +++++--
 19 files changed, 272 insertions(+), 183 deletions(-)
 copy lib/file/{file_source_c.cc => file_sink_c.cc} (57%)
 copy lib/file/{file_source_c.h => file_sink_c.h} (78%)


hooks/post-receive
-- 
GNU Radio block for interfacing with various radio hardware



More information about the osmocom-commitlog mailing list