commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (4f03a54 -> 797b592)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (4f03a54 -> 797b592)
Date: Mon, 6 Oct 2014 16:26:32 +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  4f03a54   blocks: better handling of srcid with vector_source 
blocks.
      adds  f2de4f7   blocks: benchmark scripts using wrong includes.
      adds  8183978   Removing use of 'and', 'or', and 'not' for &&, ||, and !.
      adds  41fbbc6   fec: removed ber_tools; unnecessary and not exported. 
Replaced compber with call to VOLK's popcount.
       new  797b592   Merge branch 'maint'

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-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]