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. 685c924703f11a794564a72cd7c580f93833b146
Date: Fri, 30 Dec 2011 03:08:04 +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  685c924703f11a794564a72cd7c580f93833b146 (commit)
      from  bf41d101d3d29cc59d277f63dada49f73e1f8bad (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 685c924703f11a794564a72cd7c580f93833b146
Author: Josh Blum <address@hidden>
Date:   Thu Dec 29 19:05:57 2011 -0800

    blocks: formatting, getter functions, compat layer
    
    Template newlines, indentation consistency, etc..
    
    Added getters for all settable params...
    
    Backwards compat layer in python for all math operator blocks.

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

Summary of changes:
 gr-blocks/include/gnuradio/blocks/add_const.h      |   50 +++++++++++++---
 gr-blocks/include/gnuradio/blocks/multiply_const.h |   50 +++++++++++++---
 gr-blocks/include/gnuradio/blocks/noise_source.h   |   12 ++++
 gr-blocks/include/gnuradio/blocks/signal_source.h  |   17 ++++++
 gr-blocks/lib/add_const.cc                         |    7 ++
 gr-blocks/lib/divide.cc                            |   42 +++++++-------
 gr-blocks/lib/multiply_const.cc                    |   28 ++++++++-
 gr-blocks/lib/noise_source.cc                      |   16 +++++
 gr-blocks/lib/signal_source.cc                     |   16 +++++
 gr-blocks/lib/subtract.cc                          |   48 ++++++++--------
 gr-blocks/python/__init__.py                       |   61 ++++++++++++++++++++
 gr-blocks/swig/blocks_ops.i                        |    2 +
 gr-filter/include/gnuradio/filter/decim_fir.h      |   12 +++-
 gr-filter/include/gnuradio/filter/types.h          |    5 ++
 gr-filter/lib/decim_fir.cc                         |   55 ++++++++++++------
 15 files changed, 332 insertions(+), 89 deletions(-)


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



reply via email to

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