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, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.6.2-552-g7fc857a
Date: Wed, 28 Nov 2012 23:18:03 +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, next has been updated
       via  7fc857a18cdc47f333db56cfedd2a4ed1a8432a9 (commit)
      from  12e279660e7300f42cbe993f89c8ad5ef6a3ea0a (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 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9
Author: Tim O'Shea <address@hidden>
Date:   Wed Nov 28 15:15:58 2012 -0800

    core: adding msg_connect, updating msg interface, adding symbolic block 
names

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

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]