[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.4-5-gc4edfc6 |
Date: |
Wed, 27 Feb 2013 21:55:14 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The branch, master has been updated
via c4edfc69a1e2e5b6800d00a2436fb3c8d5ef3233 (commit)
via 25d8f8ddb3fe5493ef2847047c1e70283b0d8af1 (commit)
from b274f583a92b9c1ebbe8bbb2fcdaa3679b7fc1e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/io/gr_pdu.h | 13 +-
.../src/lib/io/gr_pdu_to_tagged_stream.cc | 8 +-
.../src/lib/io/gr_tagged_stream_to_pdu.cc | 8 +-
gr-blocks/grc/blocks_block_tree.xml | 4 +
gr-blocks/grc/blocks_tuntap_pdu.xml | 34 +++++
gr-blocks/include/blocks/CMakeLists.txt | 1 +
.../include/blocks/{keep_m_in_n.h => tuntap_pdu.h} | 32 +++---
gr-blocks/lib/CMakeLists.txt | 2 +
gr-blocks/lib/ConfigChecks.cmake | 2 +-
gr-blocks/lib/stream_pdu_base.cc | 126 ++++++++++++++++++
.../blocks/keep_m_in_n.h => lib/stream_pdu_base.h} | 49 ++++---
gr-blocks/lib/tuntap_pdu_impl.cc | 139 ++++++++++++++++++++
.../{unpack_k_bits_bb_impl.h => tuntap_pdu_impl.h} | 29 +++--
gr-blocks/swig/blocks_swig.i | 3 +
14 files changed, 385 insertions(+), 65 deletions(-)
create mode 100644 gr-blocks/grc/blocks_tuntap_pdu.xml
copy gr-blocks/include/blocks/{keep_m_in_n.h => tuntap_pdu.h} (60%)
create mode 100644 gr-blocks/lib/stream_pdu_base.cc
copy gr-blocks/{include/blocks/keep_m_in_n.h => lib/stream_pdu_base.h} (56%)
create mode 100644 gr-blocks/lib/tuntap_pdu_impl.cc
copy gr-blocks/lib/{unpack_k_bits_bb_impl.h => tuntap_pdu_impl.h} (59%)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.4-5-gc4edfc6,
git version control <=