[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (87736f4 -> a0ecf33
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (87736f4 -> a0ecf33) |
Date: |
Fri, 10 Jun 2016 20:45:12 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next-qt5
in repository gnuradio.
from 87736f4 Merge branch 'next' into next-qt5
new 5cf34f1 channels: ensure flat fader behaves appropriately on long
runs
new 096c45c channels: update LOS model to reflect NLOS changes to
long term models
new 5fb5848 channels: generate fading taps in blocks for minor speedup
new 782d4bd channels: adding selective fading model 2 (PDP slowly
changes without bounds as well so fades move ...)
new bf47001 channels: provide CSI via message ports optionally
new c57119d channels: clean up some of the fader normalization values
and storage sizes
new fcbbcc8 Merge remote-tracking branch
'osh/flat_fader_testing_next' into next
new 2a6c82f cmake: set policies to suppress development warnings with
cmake greater than minimum
new a5b63da Merge branch 'maint'
new a7dc893 VOLKized the divide block. ~ 10x speedup
new d7eaf6e Merge remote-tracking branch
'mmueller/volkize_gr_blocks_divide'
new 0dc8072 Merge branch 'master' into next
new a0ecf33 Merge branch 'next' into next-qt5
The 13 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:
CMakeLists.txt | 17 +++++
gr-blocks/lib/CMakeLists.txt | 4 +-
.../lib/{divide_XX_impl.cc.t => divide_cc_impl.cc} | 37 +++++-----
.../lib/{and_XX_impl.h.t => divide_cc_impl.h} | 15 ++--
.../lib/{add_XX_impl.cc.t => divide_ff_impl.cc} | 37 +++++-----
.../lib/{xor_XX_impl.h.t => divide_ff_impl.h} | 15 ++--
gr-channels/grc/channels_block_tree.xml | 1 +
...el.xml => channels_selective_fading_model2.xml} | 35 +++++++---
.../include/gnuradio/channels/CMakeLists.txt | 1 +
...ve_fading_model.h => selective_fading_model2.h} | 21 +++---
gr-channels/lib/CMakeLists.txt | 1 +
gr-channels/lib/fading_model_impl.cc | 5 +-
gr-channels/lib/flat_fader_impl.cc | 71 ++++++++++---------
gr-channels/lib/flat_fader_impl.h | 3 +-
...del_impl.cc => selective_fading_model2_impl.cc} | 81 ++++++++++++++++------
...model_impl.h => selective_fading_model2_impl.h} | 22 ++++--
gr-channels/lib/selective_fading_model_impl.cc | 10 ++-
gr-channels/swig/channels_swig.i | 3 +
18 files changed, 237 insertions(+), 142 deletions(-)
copy gr-blocks/lib/{divide_XX_impl.cc.t => divide_cc_impl.cc} (58%)
copy gr-blocks/lib/{and_XX_impl.h.t => divide_cc_impl.h} (79%)
copy gr-blocks/lib/{add_XX_impl.cc.t => divide_ff_impl.cc} (59%)
copy gr-blocks/lib/{xor_XX_impl.h.t => divide_ff_impl.h} (79%)
copy gr-channels/grc/{channels_selective_fading_model.xml =>
channels_selective_fading_model2.xml} (74%)
copy gr-channels/include/gnuradio/channels/{selective_fading_model.h =>
selective_fading_model2.h} (75%)
copy gr-channels/lib/{selective_fading_model_impl.cc =>
selective_fading_model2_impl.cc} (64%)
copy gr-channels/lib/{selective_fading_model_impl.h =>
selective_fading_model2_impl.h} (72%)
- [Commit-gnuradio] [gnuradio] branch next-qt5 updated (87736f4 -> a0ecf33),
git <=