[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (34ee3b7 -> 80ec147)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (34ee3b7 -> 80ec147) |
Date: |
Fri, 13 Jun 2014 22:44:32 +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 34ee3b7 Merge branch 'maint'
new e620fa4 grc: fix pad port keys in connect()
new c138442 grc: remove stray comment in generated flow graph
new f3fbf45 Merge branch 'maint'
new dbd2aee pmt_io: adding string conversion for uniform vectors
new f5aafac Merge remote-tracking branch
'mmueller/pmt_io_uniform_vector_to_string'
new 229fd98 runtime: accessor for message port map & printing more
informative error when a msg port is not found
new d2b51d8 blocks: added I/Q swap option to
interleaved_short_to_complex
new 8949a9e grc: Fixed scroll functionality in GRC. Also added clear
and scrollback capability for the logging window
new 9d6284c grc: Changed dialog to directly call the SCROLL_LOCK and
CLEAR_REPORTS actions. Moved clear reports under view and grouped all Report
menu items together
new 04de4b8 grc: minor edits. removed extra whitespace
new 4968faf Merge remote-tracking branch
'gnuradio-wg-grc/grc_scroll_fix'
new 3565745 pager: Add sync code for FLEX 3200 bps 2-FSK encoding
new 80ec147 Merge remote-tracking branch 'deuxpi/pager-flex-3200-fsk2'
The 13 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/include/gnuradio/basic_block.h | 4 +++
gnuradio-runtime/lib/flowgraph.cc | 8 ++++-
gnuradio-runtime/lib/pmt/generate_unv.py | 1 +
gnuradio-runtime/lib/pmt/pmt_int.h | 1 +
gnuradio-runtime/lib/pmt/pmt_io.cc | 13 +++++--
gnuradio-runtime/lib/pmt/unv_template.cc.t | 6 ++++
gnuradio-runtime/lib/pmt/unv_template.h.t | 1 +
.../grc/blocks_interleaved_short_to_complex.xml | 18 +++++++++-
.../gnuradio/blocks/interleaved_short_to_complex.h | 4 ++-
gr-blocks/lib/interleaved_short_to_complex_impl.cc | 22 +++++++++---
gr-blocks/lib/interleaved_short_to_complex_impl.h | 5 ++-
gr-pager/lib/flex_modes.cc | 2 +-
grc/gui/ActionHandler.py | 10 +++++-
grc/gui/Actions.py | 9 +++++
grc/gui/Bars.py | 4 +++
grc/gui/Dialogs.py | 42 ++++++++++++++++++++++
grc/gui/MainWindow.py | 1 -
grc/gui/Preferences.py | 6 ++++
grc/python/FlowGraph.py | 17 +++++++++
grc/python/flow_graph.tmpl | 8 ++---
20 files changed, 163 insertions(+), 19 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (34ee3b7 -> 80ec147),
git <=
- [Commit-gnuradio] [gnuradio] 02/11: grc: Fixed scroll functionality in GRC. Also added clear and scrollback capability for the logging window, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 01/11: pmt_io: adding string conversion for uniform vectors, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 09/11: pager: Add sync code for FLEX 3200 bps 2-FSK encoding, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 10/11: Merge remote-tracking branch 'gnuradio-wg-grc/grc_scroll_fix', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 05/11: Merge branch 'maint', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 08/11: blocks: added I/Q swap option to interleaved_short_to_complex, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 03/11: grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions. Moved clear reports under view and grouped all Report menu items together, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 04/11: grc: minor edits. removed extra whitespace, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 11/11: Merge remote-tracking branch 'deuxpi/pager-flex-3200-fsk2', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 06/11: Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string', git, 2014/06/13