[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (06a7a77 -> a693941)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (06a7a77 -> a693941) |
Date: |
Wed, 6 May 2015 21:31:02 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 06a7a77 Merge remote-tracking branch 'mbr0wn/uhd/refactor-blocks'
adds 598c2cb fec: fixing up some of the examples.
adds db9e191 digital: added missing parameter to additive scrambler
GRC block; cleaned up whitespace
adds f18b0a3 Merge remote-tracking branch 'nowls/scrambler_cleanup'
into maint
new 3853855 Merge branch 'maint'
new cab7c1e Print scan rate
new be49144 Merge remote-tracking branch 'ckuethe/spectrum_sense'
new 2331efa controlport: build: allowing ControlPort and probes in
static builds.
new 49627c5 controlport: fixing complaints about no non-virtual dtor.
new f3743ff controlport: android: cleaning up; better logs; help to
support android.
new 08932c2 controlport: this fixes a complaint by newer versions of
Boost.
new 39b8c22 Merge remote-tracking branch
'trondeau/controlport/cleaning_up'
new af939aa uhd: Fixes for CID 1296559 and 1090067 and more
new 8be6b66 Merge remote-tracking branch 'mbant/uhd/cids-59-67-master'
new 41bde7a uhd: Updated command interface to match new message
command format
new a101bdd uhd: Updated frequency hopping example to do DSP tuning
only
new 00fbe3e Merge remote-tracking branch 'mbant/uhd/message_updates'
new a693941 uhd: changing uhd_msg_tune example to use other forms of
setting parameters.
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../include/gnuradio/rpcpmtconverters_thrift.h | 1 +
.../include/gnuradio/thrift_application_base.h | 6 +-
.../include/gnuradio/thrift_server_template.h | 64 +-
gnuradio-runtime/lib/CMakeLists.txt | 29 +-
.../controlport/thrift/rpcpmtconverters_thrift.cc | 2 +-
.../controlport/thrift/rpcserver_booter_thrift.cc | 2 +-
gr-blocks/lib/CMakeLists.txt | 22 +-
gr-digital/grc/digital_additive_scrambler_bb.xml | 10 +-
.../gnuradio/digital/additive_scrambler_bb.h | 2 +-
gr-digital/lib/additive_scrambler_bb_impl.cc | 6 +-
gr-digital/lib/additive_scrambler_bb_impl.h | 2 +-
gr-fec/examples/fecapi_cc_decoders.grc | 1187 +++++++------
gr-fec/examples/fecapi_decoders.grc | 1803 +++++++++++---------
gr-fec/examples/fecapi_encoders.grc | 1439 ++++++++--------
gr-uhd/doc/uhd.dox | 88 +-
gr-uhd/examples/grc/uhd_msg_tune.grc | 1378 +++++++++------
gr-uhd/examples/python/freq_hopping.py | 38 +-
gr-uhd/examples/python/usrp_spectrum_sense.py | 12 +
gr-uhd/lib/usrp_block_impl.cc | 302 +++-
gr-uhd/lib/usrp_block_impl.h | 45 +-
gr-uhd/lib/usrp_sink_impl.cc | 40 +-
gr-uhd/lib/usrp_source_impl.cc | 20 +-
22 files changed, 3675 insertions(+), 2823 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (06a7a77 -> a693941),
git <=
- [Commit-gnuradio] [gnuradio] 01/14: Print scan rate, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 08/14: controlport: this fixes a complaint by newer versions of Boost., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 06/14: controlport: fixing complaints about no non-virtual dtor., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 09/14: Merge branch 'maint', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 02/14: uhd: Fixes for CID 1296559 and 1090067 and more, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 05/14: controlport: build: allowing ControlPort and probes in static builds., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 04/14: uhd: Updated frequency hopping example to do DSP tuning only, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 12/14: Merge remote-tracking branch 'mbant/uhd/cids-59-67-master', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 10/14: Merge remote-tracking branch 'ckuethe/spectrum_sense', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 11/14: Merge remote-tracking branch 'trondeau/controlport/cleaning_up', git, 2015/05/06