[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (11973c6 -> 15b8f49)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (11973c6 -> 15b8f49) |
Date: |
Wed, 3 Feb 2016 20:00:59 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch maint
in repository gnuradio.
from 11973c6 gnuradio-runtime: Fix sptr magic when exception thrown in
hier2 constructor
new 6947f3a grc: better message port handling for embedded python
blocks
new 9a37b65 grc: escape run command vars for shlex handling (bug #868)
new 86b4f7f gnuradio-runtime/hier_block2: Allow changing of IO sig in
the constructor
new a9efe3b qtgui: fixes issue #889.
new 5634cfd Merge remote-tracking branch 'tom/issue889' into maint
new 0f4859c digital: addresses issue #890.
new 15b8f49 Merge remote-tracking branch 'tom/issue890' into maint
The 7 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/hier_block2_detail.cc | 40 ++++++++
gnuradio-runtime/lib/hier_block2_detail.h | 1 +
.../include/gnuradio/digital/pfb_clock_sync_ccf.h | 11 ++-
.../include/gnuradio/digital/pfb_clock_sync_fff.h | 11 ++-
gr-digital/lib/pfb_clock_sync_ccf_impl.cc | 24 +++--
gr-digital/lib/pfb_clock_sync_ccf_impl.h | 5 +-
gr-digital/lib/pfb_clock_sync_fff_impl.cc | 23 +++--
gr-digital/lib/pfb_clock_sync_fff_impl.h | 3 +
gr-digital/python/digital/qa_pfb_clock_sync.py | 104 ++++++++++++++++++---
gr-qtgui/grc/qtgui_freq_sink_x.xml | 2 +-
grc/gui/Messages.py | 2 +-
grc/python/Block.py | 7 +-
grc/python/Generator.py | 49 +++++++---
grc/python/epy_block_io.py | 12 +--
14 files changed, 241 insertions(+), 53 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (11973c6 -> 15b8f49),
git <=
- [Commit-gnuradio] [gnuradio] 02/07: grc: escape run command vars for shlex handling (bug #868), git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'tom/issue890' into maint, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 03/07: qtgui: fixes issue #889., git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 01/07: grc: better message port handling for embedded python blocks, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'tom/issue889' into maint, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 04/07: digital: addresses issue #890., git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 05/07: gnuradio-runtime/hier_block2: Allow changing of IO sig in the constructor, git, 2016/02/03