[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (c8342fd -> ac409c6)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (c8342fd -> ac409c6) |
Date: |
Wed, 7 Oct 2015 20:51:24 +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 c8342fd Merge branch 'master' into next
new 44ef5e1 random-analog: added new uniform integer distribution
source
new a09f44a random-analog: fixed reseed issue
new 6f2534e Merge remote-tracking branch 'jdemel/random-int'
new f089711 analog: fix failing QA test from incorrect import
new 537fc26 fec: xml template doesn't produce duplicate var def's
anymore
new 05a4cee Merge branch 'maint'
new 13f92e3 fec: add getter to 'ber_bf' total_errors member, change
counter types to long
new b1883cb Merge remote-tracking branch 'jdemel/fec-ber-error-getter'
new ac409c6 Merge branch 'master' into next
The 9 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:
gnuradio-runtime/include/gnuradio/random.h | 16 +++-
gnuradio-runtime/lib/math/random.cc | 37 +++++++--
gnuradio-runtime/python/gnuradio/gr/qa_random.py | 44 +++++++----
gr-analog/grc/CMakeLists.txt | 1 +
gr-analog/grc/analog_random_uniform_source_x.xml | 56 ++++++++++++++
gr-analog/include/gnuradio/analog/CMakeLists.txt | 1 +
...ig_source_X.h.t => random_uniform_source_X.h.t} | 36 +++------
gr-analog/lib/CMakeLists.txt | 1 +
gr-analog/lib/random_uniform_source_X_impl.cc.t | 83 ++++++++++++++++++++
...X_impl.h.t => random_uniform_source_X_impl.h.t} | 26 +++----
.../python/analog/qa_random_uniform_source.py | 89 ++++++++++++++++++++++
gr-analog/swig/analog_swig.i | 9 +++
gr-fec/grc/fec_extended_decoder.xml | 2 +-
gr-fec/include/gnuradio/fec/ber_bf.h | 5 ++
gr-fec/lib/ber_bf_impl.cc | 3 +-
gr-fec/lib/ber_bf_impl.h | 6 +-
16 files changed, 350 insertions(+), 65 deletions(-)
create mode 100644 gr-analog/grc/analog_random_uniform_source_x.xml
copy gr-analog/include/gnuradio/analog/{sig_source_X.h.t =>
random_uniform_source_X.h.t} (52%)
create mode 100644 gr-analog/lib/random_uniform_source_X_impl.cc.t
copy gr-analog/lib/{noise_source_X_impl.h.t =>
random_uniform_source_X_impl.h.t} (68%)
create mode 100755 gr-analog/python/analog/qa_random_uniform_source.py
- [Commit-gnuradio] [gnuradio] branch next updated (c8342fd -> ac409c6),
git <=