commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch master updated (8a4904d -> b1883cb)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (8a4904d -> b1883cb)
Date: Wed, 7 Oct 2015 20:51:21 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch master
in repository gnuradio.

      from  8a4904d   grc: Fixed padding for complexity
       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'

The 8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]