commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. d


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. da8ebdb30509c07718b10b642e2b4250aa45b1d8
Date: Thu, 15 Apr 2010 05:35:27 +0100 (BST)

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/trondeau".

The branch, master has been updated
       via  da8ebdb30509c07718b10b642e2b4250aa45b1d8 (commit)
       via  ad973608d979675755cb537f14ae0a53f71e6489 (commit)
       via  290fc2315a6b7f2d2bc6b98318783e3278a97453 (commit)
       via  1ae689ff9238dcffbf65881b8ca03aa8df3844aa (commit)
       via  769b8bbe0aed088b6d1582d2d81d0966cee4c604 (commit)
       via  f322a2af4e9ac58a10e263cd6d8299e0c6547470 (commit)
       via  29971e477e79fedce0730b4ece91bae468544e5c (commit)
       via  dc56ffae0e22141e0acc3a9976c12de0cbd121a2 (commit)
       via  645768d1b067fe83ccc65f4a834ee384ea4560d9 (commit)
       via  d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d (commit)
      from  ac422b700282e21956dbf7643ee2dfbeeebdaf45 (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 da8ebdb30509c07718b10b642e2b4250aa45b1d8
Author: Eric Blossom <address@hidden>
Date:   Wed Apr 14 13:55:46 2010 -0700

    Add pid for ThinkRF

commit ad973608d979675755cb537f14ae0a53f71e6489
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 13 13:51:33 2010 -0700

    Add gruel::thread as synonym to boost::thread for convenience

commit 290fc2315a6b7f2d2bc6b98318783e3278a97453
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 11 13:30:45 2010 -0700

    Removed omnithreads dependency from libusrp2

commit 1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 16:17:15 2010 -0700

    Add new block gr.additive_scrambler_bb()
    
    This block performs scrambling by XORing the input sequence with
    the output of an LFSR.  Repeating this operation restores the original
    sequence.
    
    (This differs from gr.scrambler_bb(), which convolves the input sequence
    with the LFSR output.)
    
    The additive scrambler allows an optional bit count after which the LFSR
    is reset to its initial seed.  This allows use with, e.g., packetized
    fixed length payloads.

commit 769b8bbe0aed088b6d1582d2d81d0966cee4c604
Merge: f322a2af4e9ac58a10e263cd6d8299e0c6547470 
645768d1b067fe83ccc65f4a834ee384ea4560d9
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 09:09:13 2010 -0700

    Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum

commit f322a2af4e9ac58a10e263cd6d8299e0c6547470
Merge: 29971e477e79fedce0730b4ece91bae468544e5c 
d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 09:07:39 2010 -0700

    Merge branch 'grc/menu' of git://gnuradio.org/jblum

commit 29971e477e79fedce0730b4ece91bae468544e5c
Author: Juha Vierinen <address@hidden>
Date:   Sun Mar 21 08:58:22 2010 -0700

    Fix extraneous import in gr-gpio
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit dc56ffae0e22141e0acc3a9976c12de0cbd121a2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 08:40:39 2010 -0700

    Added missing header includes for memcpy

commit 645768d1b067fe83ccc65f4a834ee384ea4560d9
Author: Josh Blum <address@hidden>
Date:   Wed Mar 10 00:12:47 2010 -0800

    Trial feature for different source sides for usrp dual source.

commit d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d
Author: Josh Blum <address@hidden>
Date:   Tue Mar 9 12:40:43 2010 -0800

    added a right click context menu for the flow graph elements

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

Summary of changes:
 config/grc_usrp2.m4                                |    5 +-
 .../src/lib/filter/gri_fft_filter_ccc_generic.cc   |    1 +
 .../src/lib/filter/gri_fft_filter_fff_generic.cc   |    1 +
 gnuradio-core/src/lib/general/Makefile.am          |    3 +
 gnuradio-core/src/lib/general/general.i            |    2 +
 ...scrambler_bb.cc => gr_additive_scrambler_bb.cc} |   35 +++++++----
 ...r_scrambler_bb.h => gr_additive_scrambler_bb.h} |   28 ++++++---
 .../{gr_cpfsk_bc.i => gr_additive_scrambler_bb.i}  |   13 ++---
 gnuradio-core/src/lib/general/gri_lfsr.h           |   12 +++-
 .../src/python/gnuradio/gr/qa_scrambler.py         |   20 ++++++
 gr-gpio/src/python/gpio.py                         |    2 -
 grc/blocks/Makefile.am                             |    1 +
 grc/blocks/block_tree.xml                          |    1 +
 ...rambler_bb.xml => gr_additive_scrambler_bb.xml} |   14 +++-
 grc/blocks/usrp_dual_source_x.xml                  |   36 +++++++++++-
 grc/grc_gnuradio/usrp/dual_usrp.py                 |    8 +-
 grc/gui/DrawingArea.py                             |   12 ++--
 grc/gui/FlowGraph.py                               |   41 ++++++++++--
 gruel/src/include/gruel/thread.h                   |   10 +++-
 gruel/src/lib/Makefile.am                          |    3 +-
 .../rx_nop_handler.cc => gruel/src/lib/thread.cc   |   14 ++--
 usrp/firmware/include/usrp_ids.h                   |    1 +
 usrp2/host/apps/Makefile.am                        |    5 +-
 usrp2/host/lib/Makefile.am                         |    9 +--
 usrp2/host/lib/control.cc                          |   23 ++++----
 usrp2/host/lib/control.h                           |    8 +-
 usrp2/host/lib/ring.cc                             |   14 ++--
 usrp2/host/lib/ring.h                              |    8 +-
 usrp2/host/lib/usrp2_impl.cc                       |   41 +++++++------
 usrp2/host/lib/usrp2_impl.h                        |   24 ++++---
 usrp2/host/lib/usrp2_thread.cc                     |   64 --------------------
 usrp2/host/lib/usrp2_thread.h                      |   47 --------------
 32 files changed, 264 insertions(+), 242 deletions(-)
 copy gnuradio-core/src/lib/general/{gr_scrambler_bb.cc => 
gr_additive_scrambler_bb.cc} (58%)
 copy gnuradio-core/src/lib/general/{gr_scrambler_bb.h => 
gr_additive_scrambler_bb.h} (57%)
 copy gnuradio-core/src/lib/general/{gr_cpfsk_bc.i => 
gr_additive_scrambler_bb.i} (70%)
 copy grc/blocks/{gr_descrambler_bb.xml => gr_additive_scrambler_bb.xml} (70%)
 copy usrp2/host/lib/rx_nop_handler.cc => gruel/src/lib/thread.cc (77%)
 delete mode 100644 usrp2/host/lib/usrp2_thread.cc
 delete mode 100644 usrp2/host/lib/usrp2_thread.h


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




reply via email to

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