commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch maint updated (1edeff1 -> 41fbbc6)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch maint updated (1edeff1 -> 41fbbc6)
Date: Mon, 6 Oct 2014 16:26:26 +0000 (UTC)

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

trondeau pushed a change to branch maint
in repository gnuradio.

      from  1edeff1   Merge remote-tracking branch 
'gnuradio-wg-grc/maint_grcwg' into maint
       new  f2de4f7   blocks: benchmark scripts using wrong includes.
       new  8183978   Removing use of 'and', 'or', and 'not' for &&, ||, and !.
       new  41fbbc6   fec: removed ber_tools; unnecessary and not exported. 
Replaced compber with call to VOLK's popcount.

The 3 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-blocks/lib/multiply_matrix_cc_impl.cc |  19 ++---
 gr-blocks/lib/multiply_matrix_ff_impl.cc |  19 ++---
 gr-blocks/tests/benchmark_nco.cc         |   4 +-
 gr-blocks/tests/benchmark_vco.cc         |   4 +-
 gr-fec/include/gnuradio/fec/ber_bf.h     |  37 +++++++-
 gr-fec/lib/CMakeLists.txt                |   1 -
 gr-fec/lib/ber_bf_impl.cc                |  16 +---
 gr-fec/lib/ber_tools.cc                  | 117 -------------------------
 gr-fec/lib/ber_tools.h                   |  73 ----------------
 gr-fec/python/fec/qa_ber_bf.py           | 141 +++++++++++++++++++++++++++++++
 gr-uhd/lib/usrp_sink_impl.cc             |  16 ++--
 gr-uhd/lib/usrp_source_impl.cc           |   4 +-
 12 files changed, 213 insertions(+), 238 deletions(-)
 delete mode 100644 gr-fec/lib/ber_tools.cc
 delete mode 100644 gr-fec/lib/ber_tools.h
 create mode 100644 gr-fec/python/fec/qa_ber_bf.py



reply via email to

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