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


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. 5805acef268354468b84e856b7144e3aa2435600
Date: Sat, 15 Oct 2011 05:36:19 +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, next has been updated
       via  5805acef268354468b84e856b7144e3aa2435600 (commit)
       via  e0fdd93625a6234ba0d9cabf6e6abfc4df9a2ec6 (commit)
       via  a27f67c7c8d083d6e07ca10161c0ce93b029ad86 (commit)
       via  bbee6d500f0e47e3543fbaffcef67f0fdbb71e37 (commit)
       via  71cb9ff97828abb1ff58916b6dc58e478ac0abd6 (commit)
       via  413964379c19fce5c2c0ad25d1de968a68744f4d (commit)
      from  1259a01a9479071bd1729a9c9496444f0a72509b (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 5805acef268354468b84e856b7144e3aa2435600
Merge: 1259a01 e0fdd93
Author: Josh Blum <address@hidden>
Date:   Fri Oct 14 21:16:34 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit e0fdd93625a6234ba0d9cabf6e6abfc4df9a2ec6
Merge: a27f67c bbee6d5
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 18:29:14 2011 -0400

    Merge branch 'mergme/grc_work' into next

commit a27f67c7c8d083d6e07ca10161c0ce93b029ad86
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:11:36 2011 -0400

    docs: added a page on PFBs and put them in their own doxygen group. Helpful 
explination on how to use them and where to find more info.

commit bbee6d500f0e47e3543fbaffcef67f0fdbb71e37
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 14:24:13 2011 -0700

    grc: append index to duplicated ports

commit 71cb9ff97828abb1ff58916b6dc58e478ac0abd6
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 13:29:40 2011 -0700

    grc: rename complex/float ports so its obvious

commit 413964379c19fce5c2c0ad25d1de968a68744f4d
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 10:23:00 2011 -0700

    grc: added new IO types
    
    Added all complex/real float/integer types.
    Used volk naming convention: fc32, etc...
    
    The port type checking now relies on IO size,
    therefore a short vector of length 2 can connect to a complex short,
    a float can connect to an int.
    Basically, the same size checking done in gnuradio runtime.

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

Summary of changes:
 docs/doxygen/other/group_defs.dox                  |    1 +
 docs/doxygen/other/main_page.dox                   |    2 +-
 docs/doxygen/other/pfb_intro.dox                   |   82 +++++++++++++
 .../src/lib/filter/gr_pfb_arb_resampler_ccf.h      |    1 +
 .../src/lib/filter/gr_pfb_arb_resampler_fff.h      |    1 +
 .../src/lib/filter/gr_pfb_channelizer_ccf.h        |    1 +
 .../src/lib/filter/gr_pfb_clock_sync_ccf.h         |  128 +++++++++++---------
 .../src/lib/filter/gr_pfb_clock_sync_fff.h         |  128 +++++++++++---------
 .../src/lib/filter/gr_pfb_decimator_ccf.h          |    1 +
 .../src/lib/filter/gr_pfb_interpolator_ccf.h       |    1 +
 .../lib/filter/gr_pfb_synthesis_filterbank_ccf.h   |    1 +
 grc/blocks/gr_complex_to_float.xml                 |    4 +-
 grc/blocks/gr_float_to_complex.xml                 |    4 +-
 grc/python/Block.py                                |   14 ++-
 grc/python/Connection.py                           |   15 ++-
 grc/python/Constants.py                            |   32 +++++
 grc/python/Platform.py                             |   15 +--
 grc/python/Port.py                                 |   28 ++---
 18 files changed, 298 insertions(+), 161 deletions(-)
 create mode 100644 docs/doxygen/other/pfb_intro.dox


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



reply via email to

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