commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (a331b5e -> d903807)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (a331b5e -> d903807)
Date: Thu, 10 Apr 2014 19:38:26 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch next
in repository gnuradio.

      from  a331b5e   Merge branch 'master' into next
      adds  4004412   qtgui: fixing up some minor parameters.
      adds  e84cb76   volk: changes QA code to use volk_malloc and volk_free.
      adds  276c8a1   grc: adding param templates
      adds  cc418e9   qtgui: changing line config params to use base_key to 
make cleaner.
      adds  07ffd6e   grc: move FileParam to gui module
      adds  9880ba4   grc: validate params only on focus-out
      adds  29a6b80   set numpy_mappings -> dict, to fix py2.6 incompatibility
      adds  c201f97   pmt_to_python: numpy_to_uvector and reverse works, QA 
added
      adds  ac33347   renamed and cleaned up a bit
      adds  10c48ce   Merge branch 'master' of github:gnuradio/gnuradio into 
pmt_to_python-py2.6-compat
      adds  071c362   Merge remote-tracking branch 
'mmueller/pmt_to_python-py2.6-compat'
      adds  6394523   digital: white space removal.
      adds  ba7e4e9   digital: fix for issue #664.
      adds  5eb513e   digital: fix for issue #663.
      adds  4b55c7f   digital: updated test_corr_and_sync to give time sink 
lines default labels.
       new  d903807   Merge branch 'master' into next

The 1 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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]