[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (0a1a76d -> 4ab650a)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (0a1a76d -> 4ab650a) |
Date: |
Sun, 27 Mar 2016 13:57:56 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch maint
in repository gnuradio.
from 0a1a76d Merge remote-tracking branch 'nwest/fft-avx-alignment'
into maint
new 6ee4460 ctrlport: Some version issues for running gr-perf-monitorx
new 95c2afa ctrlport: gr-perf-monitorx - don't stash the canvas, ask
the figure.
new 521fbab ctrlport: gr-perf-monitorx: add small offset to avoid
log(0) calls.
new a780a9e pmt::is_dict() and is_pair() both return true for both
dictionaries and pairs. This causes issues as one may believe they have a
dictionary pmt and attempt to reference it's keys (which will throw an
exception for a pair). This simply serves to document this behavior
new 3e5cd9a Merge remote-tracking branch 'jgilbert/pmt_doc_update'
into maint
new f91929b gr-fec: update/add documentation for LDPC GRC blocks.
new 39eaf9d gr-fec: correcting function name in GRC xml
new bfeb360 gr-fec: Address missing block error in example GRC file.
new 65d52f7 gr-fec: Adding doc in BER Curve Gen. block re:
parallelism.
new 4ab650a gr-fec: Address make error when parallelism = 1 or 2.
The 10 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/pmt/pmt.h | 4 +-
.../python/gnuradio/ctrlport/gr-perf-monitorx | 46 ++++++++++++++--------
gr-fec/examples/ber_curve_gen_ldpc.grc | 22 +++++------
gr-fec/grc/fec_bercurve_generator.xml | 9 +++++
gr-fec/grc/ldpc_decoder_def_list.xml | 6 ++-
gr-fec/grc/variable_ldpc_G_matrix_object.xml | 2 +-
gr-fec/grc/variable_ldpc_H_matrix_object.xml | 2 +-
gr-fec/grc/variable_ldpc_bit_flip_decoder.xml | 12 +++---
gr-fec/grc/variable_ldpc_encoder_G.xml | 11 ++++--
gr-fec/grc/variable_ldpc_encoder_H.xml | 6 ++-
gr-fec/python/fec/bercurve_generator.py | 6 +++
11 files changed, 80 insertions(+), 46 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (0a1a76d -> 4ab650a),
git <=
- [Commit-gnuradio] [gnuradio] 03/10: ctrlport: gr-perf-monitorx: add small offset to avoid log(0) calls., git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 01/10: ctrlport: Some version issues for running gr-perf-monitorx, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 04/10: pmt::is_dict() and is_pair() both return true for both dictionaries and pairs. This causes issues as one may believe they have a dictionary pmt and attempt to reference it's keys (which will throw an exception for a pair). This simply serves to document this behavior, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 07/10: gr-fec: correcting function name in GRC xml, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 02/10: ctrlport: gr-perf-monitorx - don't stash the canvas, ask the figure., git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 06/10: gr-fec: update/add documentation for LDPC GRC blocks., git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 05/10: Merge remote-tracking branch 'jgilbert/pmt_doc_update' into maint, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 10/10: gr-fec: Address make error when parallelism = 1 or 2., git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 09/10: gr-fec: Adding doc in BER Curve Gen. block re: parallelism., git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 08/10: gr-fec: Address missing block error in example GRC file., git, 2016/03/27