[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (64a702e -> d44dae8)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (64a702e -> d44dae8) |
Date: |
Sun, 27 Mar 2016 13:57:57 +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 64a702e Merge remote-tracking branch 'tom/siggen_freq_control'
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.
new 497ab7b Merge branch 'maint'
new d10c1d0 gr-digital: add more constellation types to grc
constellation block
new 4114f71 Merge remote-tracking branch
'noc0lour/constellation_add_new_types_grc'
new aa33fb0 blocks: add a setter for repeat flag on vector source
new 5297e41 blocks: annotate QA and add tests for vector_sourc_sink
setters
new d44dae8 Merge remote-tracking branch 'nwest/vector-repeat'
The 16 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 +++++++++++--------
.../include/gnuradio/blocks/vector_source_X.h.t | 1 +
gr-blocks/lib/vector_source_X_impl.h.t | 1 +
gr-blocks/python/blocks/qa_vector_sink_source.py | 36 +++++++++++++++
gr-digital/grc/digital_constellation.xml | 51 ++++++++++++++++++++--
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 +++
15 files changed, 166 insertions(+), 49 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (64a702e -> d44dae8),
git <=
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'nwest/vector-repeat', git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 02/06: blocks: add a setter for repeat flag on vector source, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'noc0lour/constellation_add_new_types_grc', git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 04/06: Merge branch 'maint', git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 01/06: gr-digital: add more constellation types to grc constellation block, git, 2016/03/27
- [Commit-gnuradio] [gnuradio] 03/06: blocks: annotate QA and add tests for vector_sourc_sink setters, git, 2016/03/27