[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (5974a3e -> cb0bc7f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (5974a3e -> cb0bc7f) |
Date: |
Fri, 16 May 2014 23:49:29 +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 5974a3e Merge branch 'zeromq'
new 2136cda cmake: fix FindPortaudio pkg-config support
new 7f78362 cmake: fix FindPortaudio to reject unsupported API version
new e76e3b7 filter: fix broken backported QA test in channelizer
new 7ff241e utils: Added try: clause for SWIG import, fixing
python-only OOT modules
new 1274197 Merge branch 'maint'
new d165f27 blocks: pdu_filter, add option for filter match inversion
new 1c10170 Merge remote-tracking branch 'osh/pdu_filter_inversion'
new c655a68 digital: Fix alloc bug in HDLC deframer and make Coverity
happy.
new a9b241b Merge remote-tracking branch 'bistromath/hdlc_fix'
new 496c74a pmt: adding pmt.uniform_vector_itemsize(pmt_t vector),
returns the size per item in bytes within a uniform vector for any kind of
uniform vector
new cb0bc7f Merge remote-tracking branch 'osh/pdu_uvector_itemsize'
The 11 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:
cmake/Modules/FindPortaudio.cmake | 25 +++++++++++++++---
gnuradio-runtime/include/pmt/pmt.h | 3 +++
gnuradio-runtime/lib/pmt/pmt.cc | 10 ++++++++
gnuradio-runtime/lib/pmt/pmt_int.h | 1 +
gnuradio-runtime/lib/pmt/unv_template.h.t | 1 +
gnuradio-runtime/python/pmt/qa_pmt.py | 2 ++
gnuradio-runtime/swig/pmt_swig.i | 1 +
gr-blocks/grc/blocks_pdu_filter.xml | 16 +++++++++++-
gr-blocks/include/gnuradio/blocks/pdu_filter.h | 2 +-
gr-blocks/lib/pdu_filter_impl.cc | 30 ++++++++++------------
gr-blocks/lib/pdu_filter_impl.h | 3 ++-
gr-digital/lib/hdlc_deframer_bp_impl.cc | 6 +++--
.../python/modtool/gr-newmod/python/__init__.py | 6 ++++-
13 files changed, 80 insertions(+), 26 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (5974a3e -> cb0bc7f),
git <=
- [Commit-gnuradio] [gnuradio] 03/07: pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size per item in bytes within a uniform vector for any kind of uniform vector, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'osh/pdu_uvector_itemsize', git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'bistromath/hdlc_fix', git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'osh/pdu_filter_inversion', git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 01/07: blocks: pdu_filter, add option for filter match inversion, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 02/07: digital: Fix alloc bug in HDLC deframer and make Coverity happy., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 04/07: Merge branch 'maint', git, 2014/05/16