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.3-555-g54c0f40
Date: Wed, 23 Jan 2013 22:19:29 +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  54c0f407b7045b821e03bbe95875590c3bea666b (commit)
       via  74c9034f5f645181cb449a1660deb97b918086e9 (commit)
       via  40611315d2f26b18d7c34ef074aa03aeb9f29500 (commit)
      from  8467e541cb98226daf1402a374dc2758146ec778 (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 54c0f407b7045b821e03bbe95875590c3bea666b
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 23 16:04:33 2013 -0500

    ctrlport: updated all blocks using controlport to use new style of 
setup_rpc.
    
    QA fixed and passing.

commit 74c9034f5f645181cb449a1660deb97b918086e9
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 23 14:59:49 2013 -0500

    ctrlport: Changed RPC setup call to only require block's alias and not all 
of the other info we used to require. gr_top_block shows the new interface.
    
    The flowgraph now automatically calls setup_rpc on every block when the 
flowgraph is run. No need to have setup_rpc() in the block's constructor.

commit 40611315d2f26b18d7c34ef074aa03aeb9f29500
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 23 14:56:19 2013 -0500

    core: exporting the block registry (for RPC setup).

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

Summary of changes:
 .../src/lib/general/gr_ctrlport_probe2_c.cc        |   40 ++++++++++++-----
 .../src/lib/general/gr_ctrlport_probe2_c.h         |    8 ++--
 .../src/lib/general/gr_ctrlport_probe_c.cc         |   21 +++++++---
 .../src/lib/general/gr_ctrlport_probe_c.h          |    6 ++-
 gnuradio-core/src/lib/general/gr_nop.cc            |   10 ++---
 gnuradio-core/src/lib/general/gr_nop.h             |    2 +-
 gnuradio-core/src/lib/runtime/gr_basic_block.cc    |    1 +
 gnuradio-core/src/lib/runtime/gr_basic_block.h     |   14 ++++++
 gnuradio-core/src/lib/runtime/gr_block_registry.h  |    5 +-
 .../src/lib/runtime/gr_hier_block2_detail.cc       |   17 ++++++++
 gnuradio-core/src/lib/runtime/gr_top_block.cc      |    6 +--
 gnuradio-core/src/lib/runtime/pycallback_object.h  |   23 ++++++++---
 gnuradio-core/src/lib/runtime/rpcregisterhelpers.h |   34 ++++++++-------
 .../python/gnuradio/ctrlport/qa_cpp_py_binding.py  |    2 +-
 .../gnuradio/ctrlport/qa_cpp_py_binding_set.py     |    2 +-
 gr-channels/lib/channel_model_impl.cc              |   44 +++++++++----------
 gr-channels/lib/channel_model_impl.h               |    4 +-
 gr-digital/include/digital/pfb_clock_sync_ccf.h    |   15 +++++++
 gr-digital/lib/pfb_clock_sync_ccf_impl.cc          |   32 +++++++--------
 gr-digital/lib/pfb_clock_sync_ccf_impl.h           |   15 +------
 20 files changed, 186 insertions(+), 115 deletions(-)


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



reply via email to

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