[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (c5e6d08 -> 5d6e878)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (c5e6d08 -> 5d6e878) |
Date: |
Sun, 26 Apr 2015 23:18:04 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from c5e6d08 Merge branch 'master' into next
new abb3e06 blocks: better implementation of peak_detector2. Address
#783.
new 9429203 blocks: more fixups to peak_detector2.
new 3ea2feb controlport: fixed controlport probes.
new 3b41bb4 controlport: fixed up performance monitor.
new 0c3e5e1 controlport: use proper default return value from prefs
get_bool.
new c754032 Merge remote-tracking branch 'tom/ctrlport/fixes1'
new 93a35f0 analog: Power Squelch now emit tags on start/end of bursts
new 34d490c Merge remote-tracking branch
'mmueller/pwr_squelch_add_tags'
new bb8e65d qtgui: adds Type setting for Range widget.
new 15fc0e3 qtgui: improved type checking for range block and
simplifies python.
new cfd73d7 Merge remote-tracking branch 'tom/qtgui/range_type'
new 06ec3aa digital: fix skipped sample handling in burst_shaper
new 3b1b6d3 digital: added tag propagation to burst_shaper blocks
new 10c7104 Merge remote-tracking branch 'nowls/burst_shaping'
new 839b933 grc: Add check for GTK initialization
new 327f070 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
new 5d6e878 Merge branch 'master' into next
The 17 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:
.../python/gnuradio/ctrlport/gr-perf-monitorx | 143 +++--
.../python/gnuradio/gr/qa_tag_utils.py | 32 +
gnuradio-runtime/python/gnuradio/gr/tag_utils.py | 33 ++
gr-analog/grc/analog_pwr_squelch_xx.xml | 2 +
gr-analog/include/gnuradio/analog/pwr_squelch_cc.h | 10 +-
gr-analog/include/gnuradio/analog/pwr_squelch_ff.h | 10 +-
gr-analog/lib/squelch_base_cc_impl.cc | 101 ++--
gr-analog/lib/squelch_base_cc_impl.h | 2 +
gr-analog/lib/squelch_base_ff_impl.cc | 105 ++--
gr-analog/lib/squelch_base_ff_impl.h | 3 +
gr-blocks/examples/CMakeLists.txt | 1 +
.../examples/peak_detector2.grc | 659 +++++++++++++--------
gr-blocks/grc/blocks_peak_detector2_fb.xml | 5 +
gr-blocks/lib/ctrlport_probe2_b_impl.cc | 30 +-
gr-blocks/lib/ctrlport_probe2_b_impl.h | 2 +-
gr-blocks/lib/ctrlport_probe2_c_impl.cc | 30 +-
gr-blocks/lib/ctrlport_probe2_c_impl.h | 1 +
gr-blocks/lib/ctrlport_probe2_f_impl.cc | 31 +-
gr-blocks/lib/ctrlport_probe2_f_impl.h | 1 +
gr-blocks/lib/ctrlport_probe2_i_impl.cc | 31 +-
gr-blocks/lib/ctrlport_probe2_i_impl.h | 1 +
gr-blocks/lib/ctrlport_probe2_s_impl.cc | 27 +-
gr-blocks/lib/ctrlport_probe2_s_impl.h | 1 +
gr-blocks/lib/peak_detector2_fb_impl.cc | 103 ++--
gr-blocks/lib/peak_detector2_fb_impl.h | 10 +-
gr-blocks/python/blocks/qa_peak_detector2.py | 87 ++-
.../include/gnuradio/digital/burst_shaper_XX.h.t | 10 +-
gr-digital/lib/burst_shaper_XX_impl.cc.t | 88 ++-
gr-digital/lib/burst_shaper_XX_impl.h.t | 4 +-
gr-digital/python/digital/qa_burst_shaper.py | 102 +++-
gr-qtgui/grc/qtgui_range.xml | 209 ++++---
gr-qtgui/python/qtgui/range.py | 67 ++-
grc/scripts/gnuradio-companion | 9 +
33 files changed, 1278 insertions(+), 672 deletions(-)
copy gr-digital/examples/demod/dpsk_loopback.grc =>
gr-blocks/examples/peak_detector2.grc (69%)
- [Commit-gnuradio] [gnuradio] branch next updated (c5e6d08 -> 5d6e878),
git <=