commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (85d46c7 -> e83c495)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (85d46c7 -> e83c495)
Date: Tue, 21 Jul 2015 19:27:56 +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  85d46c7   Merge branch 'master' into next
      adds  ad6d9ca   fec: some initial refactoring for ber_bf
      adds  b781fe7   fec: fixed QA for ber_bf.
      adds  ac11b4d   fec: code clean-up for block 'ber_bf'.
      adds  2dde900   fec: extended encoder now appends unpack_k_bits(8) block 
after encoder to satisfy get_output_conversion() = unpack behaviour
      adds  17194e6   fec: added tests for extended_encoder input/output 
conversion.
      adds  9bf2199   Merge remote-tracking branch 
'jdemel/fec/fix-extended_encoder'
      adds  6b605cb   updates to waterfall for suchsamples
      adds  b49ccae   Merge remote-tracking branch 'namccart/master' into 
master_waterfall_pdu
      adds  14b2bc3   qtgui: waterfall PDU handling
      adds  75e5faa   qtgui: protect PDU handling waterfall port for wrong data 
type.
      adds  ac589f1   qtgui: pdu handler for float waterfall plot.
      adds  a73b723   qtgui: waterfall plots
      adds  a6d1ca5   digital: whitespace fixes
      adds  b4ba432   digital: added an option to the crc32_bb block that adds 
the unpacked CRC to the bit stream
      adds  eddd35a   Merge remote-tracking branch 'fewu/crc32_unpack'
      adds  5e44c50   fec: adding missing include.
      adds  b93e559   fec: fix ber_test.grc flowgraph
      adds  cc973de   Merge branch 'maint'
       new  e83c495   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:
 gr-digital/grc/digital_crc32_bb.xml                |   16 +-
 gr-digital/include/gnuradio/digital/crc32_bb.h     |    2 +-
 gr-digital/lib/crc32_bb_impl.cc                    |  103 +-
 gr-digital/lib/crc32_bb_impl.h                     |    5 +-
 gr-digital/python/digital/qa_crc32_bb.py           |  130 ++
 gr-fec/examples/ber_test.grc                       | 1500 +++++++++++---------
 gr-fec/include/gnuradio/fec/CMakeLists.txt         |    1 +
 gr-fec/include/gnuradio/fec/dummy_encoder.h        |    2 +-
 gr-fec/lib/ber_bf_impl.cc                          |   83 +-
 gr-fec/lib/ber_bf_impl.h                           |    3 +
 gr-fec/lib/dummy_encoder_impl.cc                   |   22 +-
 gr-fec/lib/dummy_encoder_impl.h                    |    6 +-
 gr-fec/python/fec/extended_encoder.py              |    3 +
 gr-fec/python/fec/qa_ber_bf.py                     |   87 +-
 gr-fec/python/fec/qa_fecapi_dummy.py               |   49 +-
 gr-qtgui/grc/qtgui_waterfall_sink_x.xml            |    8 +
 .../include/gnuradio/qtgui/WaterfallDisplayPlot.h  |    4 +
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h |    1 +
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h |    1 +
 .../include/gnuradio/qtgui/waterfalldisplayform.h  |    2 +-
 gr-qtgui/lib/WaterfallDisplayPlot.cc               |  120 +-
 gr-qtgui/lib/waterfall_sink_c_impl.cc              |  168 ++-
 gr-qtgui/lib/waterfall_sink_c_impl.h               |    6 +
 gr-qtgui/lib/waterfall_sink_f_impl.cc              |  111 +-
 gr-qtgui/lib/waterfall_sink_f_impl.h               |    6 +
 gr-qtgui/lib/waterfalldisplayform.cc               |    5 +
 26 files changed, 1569 insertions(+), 875 deletions(-)



reply via email to

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