[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (ebc478a -> d77dc4a)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (ebc478a -> d77dc4a) |
Date: |
Mon, 6 Oct 2014 16:26:38 +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 ebc478a Merge branch 'master' into next
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.
adds 797b592 Merge branch 'maint'
new d77dc4a 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-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
- [Commit-gnuradio] [gnuradio] branch next updated (ebc478a -> d77dc4a),
git <=