[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (7ef4258 -> f6e23b1)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (7ef4258 -> f6e23b1) |
Date: |
Wed, 6 May 2015 21:32:07 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from 7ef4258 Merge branch 'master' into next
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
adds 3853855 Merge branch 'maint'
adds cab7c1e Print scan rate
adds be49144 Merge remote-tracking branch 'ckuethe/spectrum_sense'
adds 2331efa controlport: build: allowing ControlPort and probes in
static builds.
adds 49627c5 controlport: fixing complaints about no non-virtual dtor.
adds f3743ff controlport: android: cleaning up; better logs; help to
support android.
adds 08932c2 controlport: this fixes a complaint by newer versions of
Boost.
adds 39b8c22 Merge remote-tracking branch
'trondeau/controlport/cleaning_up'
adds af939aa uhd: Fixes for CID 1296559 and 1090067 and more
adds 8be6b66 Merge remote-tracking branch 'mbant/uhd/cids-59-67-master'
adds 41bde7a uhd: Updated command interface to match new message
command format
adds a101bdd uhd: Updated frequency hopping example to do DSP tuning
only
adds 00fbe3e Merge remote-tracking branch 'mbant/uhd/message_updates'
adds a693941 uhd: changing uhd_msg_tune example to use other forms of
setting parameters.
new f6e23b1 Merge branch 'master' into next
The 1 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 next updated (7ef4258 -> f6e23b1),
git <=