commit-gnuradio
[Top][All Lists]
Advanced

[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.2-194-g92cfb02
Date: Fri, 30 Nov 2012 00:15:13 +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  92cfb0240005675f4e7a55a81552f4c7a5128cd8 (commit)
      from  0fbd1699158f01937f61c245398ccdaebe3d978b (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/general/gr_nop.cc            |    3 +-
 gnuradio-core/src/lib/runtime/CMakeLists.txt       |    2 +
 gnuradio-core/src/lib/runtime/gr_basic_block.cc    |  117 +++++++++++++++++++-
 gnuradio-core/src/lib/runtime/gr_basic_block.h     |   85 +++++++++++++-
 gnuradio-core/src/lib/runtime/gr_basic_block.i     |    3 +
 gnuradio-core/src/lib/runtime/gr_block_detail.cc   |    6 -
 gnuradio-core/src/lib/runtime/gr_block_detail.h    |    5 -
 gnuradio-core/src/lib/runtime/gr_block_registry.cc |   58 ++++++++++
 gnuradio-core/src/lib/runtime/gr_block_registry.h  |   36 ++++++
 gnuradio-core/src/lib/runtime/gr_hier_block2.cc    |   30 +++++
 gnuradio-core/src/lib/runtime/gr_hier_block2.h     |   15 +++
 gnuradio-core/src/lib/runtime/gr_hier_block2.i     |   15 +++
 .../src/lib/runtime/gr_hier_block2_detail.cc       |   22 ++++
 .../src/lib/runtime/gr_hier_block2_detail.h        |    4 +
 gnuradio-core/src/lib/runtime/gr_msg_accepter.cc   |    4 +-
 gnuradio-core/src/lib/runtime/gr_msg_accepter.h    |    2 +-
 gnuradio-core/src/lib/runtime/gr_tpb_detail.cc     |   40 -------
 gnuradio-core/src/lib/runtime/gr_tpb_detail.h      |   26 +----
 .../src/lib/runtime/gr_tpb_thread_body.cc          |   41 +++++---
 .../src/lib/runtime/qa_set_msg_handler.cc          |    5 +-
 gnuradio-core/src/python/gnuradio/gr/top_block.py  |    6 +
 grc/python/Connection.py                           |    3 +
 grc/python/Constants.py                            |    1 +
 grc/python/Generator.py                            |    4 +-
 grc/python/flow_graph.tmpl                         |   11 ++
 gruel/src/include/gruel/msg_accepter.h             |    2 +-
 gruel/src/include/gruel/msg_passing.h              |   16 ++--
 gruel/src/include/gruel/pmt.h                      |   13 ++
 gruel/src/lib/pmt/pmt.cc                           |   16 +++
 gruel/src/lib/pmt/qa_pmt_prims.cc                  |    9 +-
 gruel/src/swig/pmt_swig.i                          |    4 +
 31 files changed, 492 insertions(+), 112 deletions(-)
 create mode 100644 gnuradio-core/src/lib/runtime/gr_block_registry.cc
 create mode 100644 gnuradio-core/src/lib/runtime/gr_block_registry.h


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



reply via email to

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