[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (4d38fe0 -> 19f2435)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (4d38fe0 -> 19f2435) |
Date: |
Fri, 30 Oct 2015 21:11:28 +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 4d38fe0 Merge branch 'master' into next
new 787441e logger: fixed issue #851: "notset" instead of "noset".
new fd5cbdd Merge branch 'maint'
new 1b4fb3f blocks: Add Complex to IChar block
new 98c4425 Merge remote-tracking branch 'miek/complex-to-ichar'
new fdb38a9 fec: Fixed alist file location for ber_curve_gen example.
new efcae05 Merge remote-tracking branch 'tom/ber_curve_gen_alist'
into maint
new 6f1263e Merge branch 'maint'
new 417ebd7 grc: fix port placement for hidden ports
new c1449fd grc: disconnect hidden blocks
new 2f79e94 qtgui: Throw an error if the PDU is not a multiple of the
fft size.
new 70b50fa qtgui: added documentation describing pdus message input
port.
new 416eea1 qtgui: whitespace and line formatting
new e21dda1 qtgui: freq plotters support PDU message plotting.
new 9331735 qtgui: Better support for waterfall PDU message port.
new 38297b7 qtgui: constellation plotter supports PDU message
plotting.
new 253e6c3 qtgui: time plotters support PDU message plotting.
new bea9414 qtgui: time raster plotters support PDU message plotting.
new eadb401 qtgui: histogram plotter supports PDU message plotting.
new e3e79e2 qtgui: time display: fixes a threading issue.
new 2a59946 qtgui: moving to only allow either streaming or message
modes.
new c46f60d qtgui: documenting message input support.
new bb402e8 qtgui: adding example for using the message passing
inputs to the QTGUI sinks.
new c308402 qtgui: cleaned non in-tree block from
qtgui_message_inputs example.
new f8a84eb Merge remote-tracking branch 'tom/qtgui/pdu_handling'
new 19f2435 Merge branch 'master' into next
The 25 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:
gnuradio-runtime/lib/logger.cc | 2 +-
gr-blocks/grc/blocks_block_tree.xml | 1 +
....xml => blocks_complex_to_interleaved_char.xml} | 10 +-
...eaved_short.h => complex_to_interleaved_char.h} | 28 +-
gr-blocks/lib/CMakeLists.txt | 1 +
...impl.cc => complex_to_interleaved_char_impl.cc} | 24 +-
...t_impl.h => complex_to_interleaved_char_impl.h} | 14 +-
gr-blocks/python/blocks/qa_type_conversions.py | 10 +
gr-blocks/swig/blocks_swig2.i | 3 +
gr-qtgui/doc/qtgui.dox | 52 +
gr-qtgui/examples/CMakeLists.txt | 1 +
.../examples/qtgui_message_inputs.grc | 3373 ++++++++++----------
gr-qtgui/grc/qtgui_const_sink_x.xml | 34 +-
gr-qtgui/grc/qtgui_freq_sink_x.xml | 50 +-
gr-qtgui/grc/qtgui_histogram_sink_x.xml | 34 +-
gr-qtgui/grc/qtgui_time_raster_x.xml | 39 +-
gr-qtgui/grc/qtgui_time_sink_x.xml | 45 +-
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 49 +-
.../include/gnuradio/qtgui/HistogramDisplayPlot.h | 3 +
gr-qtgui/include/gnuradio/qtgui/const_sink_c.h | 13 +-
gr-qtgui/include/gnuradio/qtgui/form_menus.h | 8 +-
gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h | 22 +-
gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h | 22 +-
gr-qtgui/include/gnuradio/qtgui/histogram_sink_f.h | 13 +-
.../include/gnuradio/qtgui/histogramdisplayform.h | 1 +
.../include/gnuradio/qtgui/spectrumUpdateEvents.h | 48 +
.../include/gnuradio/qtgui/time_raster_sink_b.h | 13 +-
.../include/gnuradio/qtgui/time_raster_sink_f.h | 12 +-
gr-qtgui/include/gnuradio/qtgui/time_sink_c.h | 13 +-
gr-qtgui/include/gnuradio/qtgui/time_sink_f.h | 13 +-
gr-qtgui/include/gnuradio/qtgui/timedisplayform.h | 1 +
.../include/gnuradio/qtgui/waterfallGlobalData.h | 3 +-
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 27 +-
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 23 +-
gr-qtgui/lib/HistogramDisplayPlot.cc | 26 +-
gr-qtgui/lib/TimeRasterDisplayPlot.cc | 4 +-
gr-qtgui/lib/WaterfallDisplayPlot.cc | 119 +-
gr-qtgui/lib/const_sink_c_impl.cc | 75 +-
gr-qtgui/lib/const_sink_c_impl.h | 5 +-
gr-qtgui/lib/freq_sink_c_impl.cc | 113 +-
gr-qtgui/lib/freq_sink_c_impl.h | 6 +-
gr-qtgui/lib/freq_sink_f_impl.cc | 112 +-
gr-qtgui/lib/freq_sink_f_impl.h | 6 +-
gr-qtgui/lib/freqdisplayform.cc | 12 +-
gr-qtgui/lib/histogram_sink_f_impl.cc | 89 +-
gr-qtgui/lib/histogram_sink_f_impl.h | 5 +-
gr-qtgui/lib/histogramdisplayform.cc | 13 +
gr-qtgui/lib/spectrumUpdateEvents.cc | 43 +
gr-qtgui/lib/time_raster_sink_b_impl.cc | 150 +-
gr-qtgui/lib/time_raster_sink_b_impl.h | 7 +-
gr-qtgui/lib/time_raster_sink_f_impl.cc | 135 +-
gr-qtgui/lib/time_raster_sink_f_impl.h | 7 +-
gr-qtgui/lib/time_sink_c_impl.cc | 68 +-
gr-qtgui/lib/time_sink_c_impl.h | 5 +-
gr-qtgui/lib/time_sink_f_impl.cc | 65 +-
gr-qtgui/lib/time_sink_f_impl.h | 5 +-
gr-qtgui/lib/timedisplayform.cc | 4 +-
gr-qtgui/lib/timerasterdisplayform.cc | 7 +
gr-qtgui/lib/waterfallGlobalData.cc | 10 +-
gr-qtgui/lib/waterfall_sink_c_impl.cc | 102 +-
gr-qtgui/lib/waterfall_sink_c_impl.h | 2 +-
gr-qtgui/lib/waterfall_sink_f_impl.cc | 97 +-
gr-qtgui/lib/waterfall_sink_f_impl.h | 2 +-
63 files changed, 3333 insertions(+), 1966 deletions(-)
copy gr-blocks/grc/{blocks_complex_to_interleaved_short.xml =>
blocks_complex_to_interleaved_char.xml} (78%)
copy gr-blocks/include/gnuradio/blocks/{complex_to_interleaved_short.h =>
complex_to_interleaved_char.h} (60%)
copy gr-blocks/lib/{complex_to_interleaved_short_impl.cc =>
complex_to_interleaved_char_impl.cc} (67%)
copy gr-blocks/lib/{complex_to_interleaved_short_impl.h =>
complex_to_interleaved_char_impl.h} (71%)
copy gr-digital/examples/demod/test_corr_est.grc =>
gr-qtgui/examples/qtgui_message_inputs.grc (71%)
- [Commit-gnuradio] [gnuradio] branch next updated (4d38fe0 -> 19f2435),
git <=