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, new_blocks, updated.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, new_blocks, updated. 7790082f3618a6a90cbc97e2f7dd142d604b52af
Date: Fri, 30 Dec 2011 07:00:12 +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, new_blocks has been updated
       via  7790082f3618a6a90cbc97e2f7dd142d604b52af (commit)
      from  685c924703f11a794564a72cd7c580f93833b146 (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 7790082f3618a6a90cbc97e2f7dd142d604b52af
Author: Josh Blum <address@hidden>
Date:   Thu Dec 29 22:56:44 2011 -0800

    blocks: separate add/mult const into vector and non-vector types
    
    Makes it possible to take the default parameter in the factory function,
    and for the return type of get const to diffentiate between a number and a 
vector.

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

Summary of changes:
 gr-blocks/include/gnuradio/blocks/add_const.h      |   28 ++-
 gr-blocks/include/gnuradio/blocks/multiply_const.h |   27 ++-
 gr-blocks/lib/CMakeLists.txt                       |    2 +
 gr-blocks/lib/add_const.cc                         |  105 ++--------
 gr-blocks/lib/{add_const.cc => add_const_v.cc}     |    4 +-
 gr-blocks/lib/multiply_const.cc                    |  208 ++------------------
 .../lib/{multiply_const.cc => multiply_const_v.cc} |    8 +-
 gr-blocks/python/__init__.py                       |   54 +++---
 gr-blocks/swig/blocks_ops.i                        |   10 +-
 9 files changed, 116 insertions(+), 330 deletions(-)
 copy gr-blocks/lib/{add_const.cc => add_const_v.cc} (97%)
 copy gr-blocks/lib/{multiply_const.cc => multiply_const_v.cc} (96%)


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



reply via email to

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