[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (3c93a4d -> 1a9a550)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (3c93a4d -> 1a9a550) |
Date: |
Fri, 19 Sep 2014 19:08:00 +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 3c93a4d Merge branch 'master' into next
new 0cbebe1 pmt: Added float conversion
new c687f24 Add vector support to abs block. Remove unused num_inputs
from xml.
new 1f9e84e Merge remote-tracking branch 'willcode/master'
new 95cde8f blocks: make tagged stream to pdu output optional
new 33a43b4 Fix CMake abuse for assembly (.s) files
new 0f17bb0 Merge remote-tracking branch 'geiger/master'
new 2433694 volk: add feature for json results export
new a5a7eb7 Merge remote-tracking branch 'nwest/volk-json'
new f2a2a8f blocks: Added callback to vector source GRC bindings
new c926c10 Merge branch 'maint'
new b4e1aeb tags_wip
new 3d739a4 Fix(?) prune_tags: needs verification
new 9c4b9fc Fix prune_tags
new 72e3da1 runtime: speed up all the things
new b9cd12d Formatting fix-ups
new b79da30 Merge pull request #1 from douggeiger/tags_wip
new 6e12074 Merge remote-tracking branch 'osh/tags_wip'
new 1a9a550 Merge branch 'master' into next
The 18 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/buffer.h | 10 +-
gnuradio-runtime/include/pmt/pmt.h | 10 ++
gnuradio-runtime/lib/buffer.cc | 59 +++-----
gnuradio-runtime/lib/pmt/pmt.cc | 12 ++
gnuradio-runtime/lib/pmt/qa_pmt_prims.cc | 9 ++
gnuradio-runtime/python/pmt/qa_pmt.py | 2 +
gnuradio-runtime/swig/pmt_swig.i | 2 +
gr-blocks/grc/blocks_abs_xx.xml | 19 ++-
gr-blocks/grc/blocks_tagged_stream_to_pdu.xml | 1 +
gr-blocks/grc/blocks_vector_source_x.xml | 1 +
gr-blocks/include/gnuradio/blocks/abs_XX.h.t | 2 +-
gr-blocks/lib/abs_XX_impl.cc.t | 13 +-
gr-blocks/lib/abs_XX_impl.h.t | 5 +-
gr-blocks/lib/qa_block_tags.cc | 198 ++++++++++++++------------
volk/apps/volk_profile.cc | 61 +++++++-
volk/lib/CMakeLists.txt | 7 +-
volk/lib/qa_utils.cc | 32 +++--
volk/lib/qa_utils.h | 43 +++++-
18 files changed, 316 insertions(+), 170 deletions(-)
- [Commit-gnuradio] [gnuradio] branch next updated (3c93a4d -> 1a9a550),
git <=