[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (2d0b64b -> 7a0e28f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (2d0b64b -> 7a0e28f) |
Date: |
Sat, 28 Nov 2015 21:18:05 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from 2d0b64b Merge remote-tracking branch 'jdemel/analog-msg-port'
new 0bd8bc3 grc: fix port spacing over canvas grid (introduced in
72048e6)
new e72be78 docs: Improving documentation (freq modulator and crc32)
new 8f1d6d2 Merge remote-tracking branch 'tom/docs/freq_mod' into
maint
new fda4cc8 Merge branch 'maint'
new b0d595e gr-dtv: Fix Coverity issue #1327837.
new 6f37967 gr-dtv: Fix Coverity issue #1327535.
new dfafa58 gr-dtv: Fix Coverity issue #1327847.
new a2ceecb gr-dtv: Fix Coverity issue #1327858.
new 260445f gr-dtv: Fix Coverity issue #1327838.
new 423495b Merge remote-tracking branch 'drmpeg/dtv-coverity-clean'
new c22b3ec ctrlport: pc_throughput_avg registered
new f969456 Merge remote-tracking branch 'jdemel/maint'
new c6d577d digital: clarify gmsk doc
new 27e8311 Merge remote-tracking branch 'pinkavaj/gmsk-doc-00'
new f7add89 grc: rewrite docstring extraction and allow for
underscore in module name
new d15065d grc: move docstring extraction into subprocess
new 9528737 grc: finish doc_string extraction in the background
(faster start-up)
new 7fb6e25 grc: try to load block class from <import> and <make> to
extract docstring
new 5c544a0 grc: refactoring Messages.py
new 19944f6 grc: auto-generate missing hier_blocks
new 62a0aab grc: added recently opened flowgraph submenu and toolbar
button dropdown menu
new 461152d grc: fix Action to str method
new ba57cd0 grc: Added option to use the default editor when opening
embedded python blocks
new dcc09de grc: preserve block spacing when dragging multiple blocks
into canvas boundary
new ee06ad1 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
new 437635b zeromq: change addresses used in QA to allow parallel
ctest
new 7a0e28f Merge branch 'maint'
The 27 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/block.cc | 7 +
.../gnuradio/analog/frequency_modulator_fc.h | 23 ++
gr-digital/include/gnuradio/digital/crc32_bb.h | 14 +-
gr-digital/python/digital/gmsk.py | 4 +-
gr-dtv/lib/dvbs2/dvbs2_physical_cc_impl.cc | 2 -
.../lib/dvbt/dvbt_demod_reference_signals_impl.cc | 3 +-
gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc | 3 +-
gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.h | 3 -
gr-dtv/lib/dvbt2/dvbt2_framemapper_cc_impl.cc | 2 +-
gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc | 2 +-
gr-zeromq/python/zeromq/qa_zeromq_pubsub.py | 4 +-
gr-zeromq/python/zeromq/qa_zeromq_pushpull.py | 4 +-
gr-zeromq/python/zeromq/qa_zeromq_reqrep.py | 4 +-
grc/base/FlowGraph.py | 2 +-
grc/base/Platform.py | 3 +-
grc/blocks/options.xml | 8 +
grc/gui/ActionHandler.py | 9 +-
grc/gui/Actions.py | 9 +-
grc/gui/Bars.py | 124 ++++++---
grc/gui/Block.py | 34 +++
grc/gui/BlockTreeWindow.py | 59 ++--
grc/gui/Dialogs.py | 80 ++++--
grc/gui/FlowGraph.py | 21 +-
grc/gui/MainWindow.py | 10 +-
grc/gui/Messages.py | 81 ++++--
grc/gui/Param.py | 2 -
grc/gui/Port.py | 2 +-
grc/gui/Preferences.py | 35 ++-
grc/gui/external_editor.py | 20 +-
grc/python/Block.py | 27 +-
grc/python/FlowGraph.py | 21 +-
grc/python/Platform.py | 100 ++++++-
grc/python/extract_docs.py | 298 ++++++++++++++++++---
33 files changed, 811 insertions(+), 209 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (2d0b64b -> 7a0e28f),
git <=
- [Commit-gnuradio] [gnuradio] 21/23: Merge remote-tracking branch 'pinkavaj/gmsk-doc-00', git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 07/23: gr-dtv: Fix Coverity issue #1327837., git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 01/23: grc: rewrite docstring extraction and allow for underscore in module name, git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 04/23: grc: try to load block class from <import> and <make> to extract docstring, git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 03/23: grc: finish doc_string extraction in the background (faster start-up), git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 18/23: Merge branch 'maint', git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 11/23: gr-dtv: Fix Coverity issue #1327838., git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 10/23: gr-dtv: Fix Coverity issue #1327858., git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 20/23: Merge remote-tracking branch 'jdemel/maint', git, 2015/11/28
- [Commit-gnuradio] [gnuradio] 14/23: digital: clarify gmsk doc, git, 2015/11/28