[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (6e12074 -> fd0955f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (6e12074 -> fd0955f) |
Date: |
Wed, 24 Sep 2014 22:07:37 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 6e12074 Merge remote-tracking branch 'osh/tags_wip'
new 74404b6 Add vector support to abs block. Remove unused num_inputs
from xml.
new 12d308d blocks: make tagged stream to pdu output optional
new a1e5963 Fix CMake abuse for assembly (.s) files
new bedc76d volk: add feature for json results export
new fdded76 blocks: Added callback to vector source GRC bindings
new eccc0c7 tags_wip
new e1061a6 Fix(?) prune_tags: needs verification
new fab4b46 Fix prune_tags
new db177a6 runtime: speed up all the things
new d7007ea Formatting fix-ups
new 299640e blocks: added example of how to construct and add a tag
to a vector_source.
new 92aa05e docs: fixed path stripping for binary dirs in doxygen
manual.
new e2ba65f fec: turning off some debug output.
new 22fc5b1 blocks: deinterleaver will process more than one block at
a time for significant speed improvements.
new 6f6c467 digital: clock recovery fix relative limit
new ac9513a digital: clock recovery delete unused variables
new cadebb5 digital: clock recovery more verbose documentation
new 0d65b45 digital: adapt clock recovery QA
new bcdb883 digital: applying same fix of the complex M&M clock
recovery block as the float version.
new 3aededd CID 1240027: runtime: clean up tag pruning using iter
range
new 46e5c03 Merge branch 'master' of git.gnuradio.org:gnuradio
adds df98939 digital: clock recovery fix relative limit
adds 7c82995 digital: clock recovery delete unused variables
adds 20db9dc digital: clock recovery more verbose documentation
adds e08e2b3 digital: adapt clock recovery QA
adds e98373d digital: applying same fix of the complex M&M clock
recovery block as the float vrsion.
new fd0955f Merge branch 'maint'
The 22 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:
docs/doxygen/Doxyfile.in | 27 +-
gnuradio-runtime/lib/buffer.cc | 5 +-
gr-blocks/examples/CMakeLists.txt | 8 +
.../examples/vector_source_with_tags.grc | 353 ++++++++++++---------
gr-blocks/lib/deinterleave_impl.cc | 36 ++-
gr-blocks/lib/deinterleave_impl.h | 3 +-
.../gnuradio/digital/clock_recovery_mm_ff.h | 2 +-
gr-digital/lib/clock_recovery_mm_cc_impl.cc | 48 +--
gr-digital/lib/clock_recovery_mm_cc_impl.h | 12 +-
gr-digital/lib/clock_recovery_mm_ff_impl.cc | 20 +-
gr-digital/lib/clock_recovery_mm_ff_impl.h | 12 +-
gr-digital/python/digital/qa_clock_recovery_mm.py | 44 +--
gr-fec/lib/decoder_impl.cc | 8 +-
gr-fec/lib/encoder_impl.cc | 12 +-
14 files changed, 352 insertions(+), 238 deletions(-)
copy grc/examples/simple/variable_config.grc =>
gr-blocks/examples/vector_source_with_tags.grc (73%)
- [Commit-gnuradio] [gnuradio] branch master updated (6e12074 -> fd0955f),
git <=
- [Commit-gnuradio] [gnuradio] 04/22: volk: add feature for json results export, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 03/22: Fix CMake abuse for assembly (.s) files, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 02/22: blocks: make tagged stream to pdu output optional, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 08/22: Fix prune_tags, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 01/22: Add vector support to abs block. Remove unused num_inputs from xml., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 05/22: blocks: Added callback to vector source GRC bindings, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 07/22: Fix(?) prune_tags: needs verification, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 15/22: digital: clock recovery fix relative limit, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 21/22: Merge branch 'master' of git.gnuradio.org:gnuradio, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 13/22: fec: turning off some debug output., git, 2014/09/24