[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (cd06fdc -> 4b55c7f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (cd06fdc -> 4b55c7f) |
Date: |
Thu, 10 Apr 2014 19:38:16 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from cd06fdc Merge remote-tracking branch 'balint/3.7-2/thread_naming'
new 4004412 qtgui: fixing up some minor parameters.
new e84cb76 volk: changes QA code to use volk_malloc and volk_free.
new 276c8a1 grc: adding param templates
new cc418e9 qtgui: changing line config params to use base_key to
make cleaner.
new 07ffd6e grc: move FileParam to gui module
new 9880ba4 grc: validate params only on focus-out
new 29a6b80 set numpy_mappings -> dict, to fix py2.6 incompatibility
new c201f97 pmt_to_python: numpy_to_uvector and reverse works, QA
added
new ac33347 renamed and cleaned up a bit
new 10c48ce Merge branch 'master' of github:gnuradio/gnuradio into
pmt_to_python-py2.6-compat
new 071c362 Merge remote-tracking branch
'mmueller/pmt_to_python-py2.6-compat'
new 6394523 digital: white space removal.
new ba7e4e9 digital: fix for issue #664.
new 5eb513e digital: fix for issue #663.
new 4b55c7f digital: updated test_corr_and_sync to give time sink
lines default labels.
The 15 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/python/pmt/pmt_to_python.py | 64 +-
gnuradio-runtime/python/pmt/qa_pmt_to_python.py | 16 +-
gr-digital/examples/demod/test_corr_and_sync.grc | 1758 ++++++++++++++++----
.../include/gnuradio/digital/costas_loop_cc.h | 18 +-
.../include/gnuradio/digital/mpsk_receiver_cc.h | 35 +-
.../lib/correlate_access_code_tag_bb_impl.cc | 2 +-
gr-digital/lib/costas_loop_cc_impl.cc | 18 +-
gr-digital/lib/costas_loop_cc_impl.h | 10 +-
gr-digital/lib/mpsk_receiver_cc_impl.cc | 60 +-
gr-digital/lib/mpsk_receiver_cc_impl.h | 28 +-
gr-qtgui/grc/qtgui_const_sink_x.xml | 1058 ++----------
gr-qtgui/grc/qtgui_freq_sink_x.xml | 578 ++-----
gr-qtgui/grc/qtgui_histogram_sink_x.xml | 1063 ++----------
gr-qtgui/grc/qtgui_number_sink.xml | 233 +--
gr-qtgui/grc/qtgui_time_raster_x.xml | 237 +--
gr-qtgui/grc/qtgui_time_sink_x.xml | 1171 ++-----------
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 236 +--
grc/base/Block.py | 4 +-
grc/base/Param.py | 12 +-
grc/gui/Param.py | 69 +-
grc/python/Param.py | 44 -
grc/python/block.dtd | 3 +-
volk/lib/qa_utils.cc | 29 +-
23 files changed, 2321 insertions(+), 4425 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (cd06fdc -> 4b55c7f),
git <=
- [Commit-gnuradio] [gnuradio] 12/15: digital: white space removal., git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 10/15: grc: validate params only on focus-out, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 11/15: Merge remote-tracking branch 'mmueller/pmt_to_python-py2.6-compat', git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 06/15: Merge branch 'master' of github:gnuradio/gnuradio into pmt_to_python-py2.6-compat, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 02/15: qtgui: fixing up some minor parameters., git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 09/15: grc: move FileParam to gui module, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 05/15: renamed and cleaned up a bit, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 04/15: pmt_to_python: numpy_to_uvector and reverse works, QA added, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 01/15: set numpy_mappings -> dict, to fix py2.6 incompatibility, git, 2014/04/10
- [Commit-gnuradio] [gnuradio] 07/15: grc: adding param templates, git, 2014/04/10