[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (282b1c4 -> 52a4e1f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (282b1c4 -> 52a4e1f) |
Date: |
Thu, 24 Jul 2014 18:11:17 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from 282b1c4 Merge branch 'master' into next
new f44d08e cmake: make build type check insensitive to case
new 84827e9 blocks: Added multiply_matrix_ff
new 1e4ef3e blocks: Added multiply_matrix_cc
new 31e458f Merge remote-tracking branch 'martin/blocks/mult_matrix'
new 52a4e1f Merge branch 'master' into next
The 5 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:
cmake/Modules/GrBuildTypes.cmake | 6 +-
.../examples/matrix_multiplexer.grc | 598 ++++++++++-----------
gr-blocks/grc/blocks_block_tree.xml | 1 +
gr-blocks/grc/blocks_multiply_matrix_xx.xml | 68 +++
gr-blocks/include/gnuradio/blocks/CMakeLists.txt | 1 +
.../include/gnuradio/blocks/multiply_matrix_XX.h.t | 94 ++++
gr-blocks/lib/CMakeLists.txt | 1 +
gr-blocks/lib/multiply_matrix_cc_impl.cc | 192 +++++++
gr-blocks/lib/multiply_matrix_cc_impl.h | 59 ++
gr-blocks/lib/multiply_matrix_ff_impl.cc | 192 +++++++
...rotator_cc_impl.h => multiply_matrix_ff_impl.h} | 51 +-
gr-blocks/python/blocks/qa_multiply_matrix_ff.py | 172 ++++++
gr-blocks/swig/blocks_swig3.i | 3 +
13 files changed, 1101 insertions(+), 337 deletions(-)
copy gr-digital/examples/demod/mpsk_demod.grc =>
gr-blocks/examples/matrix_multiplexer.grc (72%)
create mode 100644 gr-blocks/grc/blocks_multiply_matrix_xx.xml
create mode 100644 gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t
create mode 100644 gr-blocks/lib/multiply_matrix_cc_impl.cc
create mode 100644 gr-blocks/lib/multiply_matrix_cc_impl.h
create mode 100644 gr-blocks/lib/multiply_matrix_ff_impl.cc
copy gr-blocks/lib/{rotator_cc_impl.h => multiply_matrix_ff_impl.h} (50%)
create mode 100755 gr-blocks/python/blocks/qa_multiply_matrix_ff.py
- [Commit-gnuradio] [gnuradio] branch next updated (282b1c4 -> 52a4e1f),
git <=