[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (096f87e -> fa02d57)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (096f87e -> fa02d57) |
Date: |
Sat, 4 Apr 2015 17:39:30 +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 096f87e grc: fix undefined color in headless mode
new 2aded1a runtime: fix wait() race condition
new 43065a6 runtime: QA for lock()/unlock() deadlock
new 7b7c336 runtime: fix deadlock in unlock() from Python #594
new 0dffcb7 Merge remote-tracking branch 'pinkavaj/lock-fix-03' into
maint
new fa02d57 fix gr-digital/examples/ofdm/tunnel.py error: option
mismatch
The 5 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/top_block_impl.cc | 23 +++++++++++++++++++++--
gnuradio-runtime/lib/top_block_impl.h | 2 ++
gnuradio-runtime/python/gnuradio/gr/top_block.py | 8 +++++++-
gnuradio-runtime/swig/top_block.i | 8 ++++++++
gr-blocks/python/blocks/qa_hier_block2.py | 16 ++++++++++++++++
gr-digital/examples/ofdm/tunnel.py | 11 ++++++-----
6 files changed, 60 insertions(+), 8 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (096f87e -> fa02d57),
git <=
- [Commit-gnuradio] [gnuradio] 04/05: Merge remote-tracking branch 'pinkavaj/lock-fix-03' into maint, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 02/05: runtime: QA for lock()/unlock() deadlock, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 05/05: fix gr-digital/examples/ofdm/tunnel.py error: option mismatch, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 01/05: runtime: fix wait() race condition, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 03/05: runtime: fix deadlock in unlock() from Python #594, git, 2015/04/04