commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. 77ea59


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. 77ea598abe6a1f3af8616db1c4be7923b4fedf90
Date: Fri, 28 Oct 2011 22:00:20 +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/jblum".

The branch, blob has been updated
       via  77ea598abe6a1f3af8616db1c4be7923b4fedf90 (commit)
      from  1472e04e07662dce098763b9d05dbbb88ef7f8e8 (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 -----------------------------------------------------------------
commit 77ea598abe6a1f3af8616db1c4be7923b4fedf90
Author: Josh Blum <address@hidden>
Date:   Fri Oct 28 15:00:11 2011 -0700

    core: added gr block gateway and qa tests

-----------------------------------------------------------------------

Summary of changes:
 gnuradio-core/src/lib/general/CMakeLists.txt       |    1 +
 gnuradio-core/src/lib/general/general.i            |    1 +
 gnuradio-core/src/lib/general/gr_block_gateway.cc  |  210 +++++++++++++++++
 gnuradio-core/src/lib/general/gr_block_gateway.h   |  246 ++++++++++++++++++++
 gnuradio-core/src/lib/general/gr_block_gateway.i   |   84 +++++++
 .../src/python/gnuradio/gr/CMakeLists.txt          |    1 +
 gnuradio-core/src/python/gnuradio/gr/__init__.py   |    1 +
 gnuradio-core/src/python/gnuradio/gr/gateway.py    |  217 +++++++++++++++++
 .../src/python/gnuradio/gr/qa_block_gateway.py     |  236 +++++++++++++++++++
 9 files changed, 997 insertions(+), 0 deletions(-)
 create mode 100644 gnuradio-core/src/lib/general/gr_block_gateway.cc
 create mode 100644 gnuradio-core/src/lib/general/gr_block_gateway.h
 create mode 100644 gnuradio-core/src/lib/general/gr_block_gateway.i
 create mode 100644 gnuradio-core/src/python/gnuradio/gr/gateway.py
 create mode 100644 gnuradio-core/src/python/gnuradio/gr/qa_block_gateway.py


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

[Prev in Thread] Current Thread [Next in Thread]