[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7.2git-302-gaeed2ce |
Date: |
Fri, 8 Nov 2013 21:46:21 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The branch, next has been updated
via aeed2ce644b1c34de400dcb1df67adef016409da (commit)
via 17f0d9cbf568753765c5dbad8099ceb91827e094 (commit)
via dbb21871369d39e027ed850eed82cdd101a1e951 (commit)
via 917fb98fdd6f706a58dae515fc0e28fa5ac3b906 (commit)
via 173b9fc9785cc2f8d11bbd965ca56e05e4e4e3e0 (commit)
via d9168b34dbc1aeeda7077ede8c9534fabb1e7518 (commit)
from 7c652f08b06497a50836b3be92bddb0c314bc803 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit aeed2ce644b1c34de400dcb1df67adef016409da
Merge: 7c652f0 17f0d9c
Author: Johnathan Corgan <address@hidden>
Date: Fri Nov 8 13:39:57 2013 -0800
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes:
.../include/gnuradio/analog/fastnoise_source_X.h.t | 2 +
gr-analog/lib/fastnoise_source_X_impl.cc.t | 30 +++-
gr-analog/lib/fastnoise_source_X_impl.h.t | 3 +
gr-channels/grc/channels_block_tree.xml | 7 +
gr-channels/grc/channels_cfo_model.xml | 49 ++++++
gr-channels/grc/channels_dynamic_channel_model.xml | 129 ++++++++++++++++
gr-channels/grc/channels_sro_model.xml | 49 ++++++
gr-channels/include/gnuradio/channels/cfo_model.h | 69 +++++++++
.../gnuradio/channels/dynamic_channel_model.h | 96 ++++++++++++
gr-channels/include/gnuradio/channels/sro_model.h | 67 +++++++++
gr-channels/lib/CMakeLists.txt | 3 +
gr-channels/lib/cfo_model_impl.cc | 108 ++++++++++++++
gr-channels/lib/cfo_model_impl.h | 63 ++++++++
gr-channels/lib/dynamic_channel_model_impl.cc | 101 +++++++++++++
gr-channels/lib/dynamic_channel_model_impl.h | 76 ++++++++++
gr-channels/lib/sro_model_impl.cc | 156 ++++++++++++++++++++
gr-channels/lib/sro_model_impl.h | 72 +++++++++
gr-channels/swig/channels_swig.i | 9 +
grc/base/Block.py | 10 ++
grc/python/flow_graph.tmpl | 3 +
20 files changed, 1097 insertions(+), 5 deletions(-)
create mode 100644 gr-channels/grc/channels_cfo_model.xml
create mode 100644 gr-channels/grc/channels_dynamic_channel_model.xml
create mode 100644 gr-channels/grc/channels_sro_model.xml
create mode 100644 gr-channels/include/gnuradio/channels/cfo_model.h
create mode 100644
gr-channels/include/gnuradio/channels/dynamic_channel_model.h
create mode 100644 gr-channels/include/gnuradio/channels/sro_model.h
create mode 100644 gr-channels/lib/cfo_model_impl.cc
create mode 100644 gr-channels/lib/cfo_model_impl.h
create mode 100644 gr-channels/lib/dynamic_channel_model_impl.cc
create mode 100644 gr-channels/lib/dynamic_channel_model_impl.h
create mode 100644 gr-channels/lib/sro_model_impl.cc
create mode 100644 gr-channels/lib/sro_model_impl.h
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7.2git-302-gaeed2ce,
git version control <=