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 repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.0-rc1-30-g16c0a87
Date: Sat, 22 May 2010 02:23:25 +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/gnuradio".

The branch, next has been updated
       via  16c0a87dc5c53ca28071b76f50b31317d4c519f1 (commit)
       via  2c4bb0b5ea22ed73f3de6cac8a27083d950879bb (commit)
       via  935b9713694359862fd5721a2cf070ac072ce283 (commit)
       via  b6f86944737975efde1275144c1c344e4a633146 (commit)
       via  1e4bf239c1f09a0180585de62746922bcd34b639 (commit)
       via  999bba14d657a11fa9bfc1b9587e1341e2f28e07 (commit)
       via  001bbc6a303218785337b1df7221a3fdcc47a2cd (commit)
       via  64c9d57de399bd0e42bb19d3f961be3355ec82c1 (commit)
       via  ec7bdb4c93c8046b7d80bdad9b151c990946b181 (commit)
       via  b89d6edb60a069215d02fb78614c9dbfb46b4899 (commit)
       via  7dadb34647bddee0cbb36771370ea2318495e68d (commit)
       via  5d7b2c44396ef6991b049d2d15ebf5b822690961 (commit)
       via  8dfa110cf286db709a503adafc296a8b23225645 (commit)
       via  e390bcd9a69e13add9ffe3da430ba8ce19e88819 (commit)
       via  a87552815119742d98561f9b53ab0da5513514bb (commit)
       via  6851718b6d9a97a8c9397a1548708c7075de98e4 (commit)
       via  0abfa7d596265a2b7d54da1206979171a0891fb4 (commit)
       via  b5c1edfd488ccdd8a2c6ff5a2efb3de35a048d67 (commit)
       via  d43d40813c1a8343a86abb231876a8b7c0e9f806 (commit)
       via  19d3c0cab37123f8bfd19fdfc576f44b6069300f (commit)
       via  6c79d5158ace300038937688bb11309736926214 (commit)
       via  23f6fc0f5f484380fe5f934ec97c4397d3675cb6 (commit)
       via  6d71414a0a467dc37fc903b327be22f8d0ddeade (commit)
       via  c85606eaaf5a73387d4423bdeb2f63483394137e (commit)
       via  00f9ccaa50ed26d71a66d19f8f1518874004c5de (commit)
       via  7c23fd43214e8a729b3022db281dc85040f0e749 (commit)
       via  54179f7f860dcf8bc986fd90a22a5be8322b5fdf (commit)
      from  58a6e6c74dcc85979682f029ccbb6039cf20ae56 (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 16c0a87dc5c53ca28071b76f50b31317d4c519f1
Merge: 58a6e6c74dcc85979682f029ccbb6039cf20ae56 
2c4bb0b5ea22ed73f3de6cac8a27083d950879bb
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 18:12:41 2010 -0700

    Merge remote branch 'jblum/uhd' into next
    
    * jblum/uhd:
      using the send and recv full buffer modes, avoids extra loop in 
implementation
      Added call to get access to the underlying uhd simple usrp object.
      added docs to uhd grc blocks, added pkg config path to make support easier
      typo fix, called variable ant, not antenna
      added to uhd grc files, also removed warning for grc generator with uhd 
blocks
      added more access methods to uhd source and sink
      fix for paradigm shift
      Use simple usrp from uhd.
      gr-uhd working with io type
      added swig includes and tune result return
      using new streaming api
      added set center freq call
      Added samp rate param and using the simple device from uhd
      removed timeout from here
      Got the source and sink working with current uhd.
      Added the uhd simple sink lib block, swig wrapper, grc wrapper.
      using samples prop, added unchecked in files for utils and grc rx wrapper
      recv noise with uhd
      Created simple source (with nothing in it) and some swig build stuff.
      Created gr uhd skeleton build.

commit 2c4bb0b5ea22ed73f3de6cac8a27083d950879bb
Author: Josh Blum <address@hidden>
Date:   Tue May 18 12:25:42 2010 -0700

    using the send and recv full buffer modes, avoids extra loop in 
implementation

commit 935b9713694359862fd5721a2cf070ac072ce283
Merge: b6f86944737975efde1275144c1c344e4a633146 
a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Author: Josh Blum <address@hidden>
Date:   Tue May 18 11:51:31 2010 -0700

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

commit b6f86944737975efde1275144c1c344e4a633146
Merge: 1e4bf239c1f09a0180585de62746922bcd34b639 
e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Josh Blum <address@hidden>
Date:   Tue May 4 13:15:57 2010 -0700

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

commit 1e4bf239c1f09a0180585de62746922bcd34b639
Author: Josh Blum <address@hidden>
Date:   Tue Apr 27 16:07:34 2010 -0700

    Added call to get access to the underlying uhd simple usrp object.
    
    Made the simple uhd source and sink into mostly virtual classes
    with the implementation within the cc files.

commit 999bba14d657a11fa9bfc1b9587e1341e2f28e07
Author: Josh Blum <address@hidden>
Date:   Fri Apr 23 10:11:53 2010 -0700

    added docs to uhd grc blocks, added pkg config path to make support easier

commit 001bbc6a303218785337b1df7221a3fdcc47a2cd
Author: Josh Blum <address@hidden>
Date:   Thu Apr 15 19:47:36 2010 -0700

    typo fix, called variable ant, not antenna

commit 64c9d57de399bd0e42bb19d3f961be3355ec82c1
Merge: ec7bdb4c93c8046b7d80bdad9b151c990946b181 
a301c47751cb61116ae8f49f6b693b3ca6fbadc3
Author: Josh Blum <address@hidden>
Date:   Thu Apr 15 12:01:51 2010 -0700

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

commit ec7bdb4c93c8046b7d80bdad9b151c990946b181
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 12:31:19 2010 -0700

    added to uhd grc files, also removed warning for grc generator with uhd 
blocks

commit b89d6edb60a069215d02fb78614c9dbfb46b4899
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 12:16:43 2010 -0700

    added more access methods to uhd source and sink

commit 7dadb34647bddee0cbb36771370ea2318495e68d
Merge: 5d7b2c44396ef6991b049d2d15ebf5b822690961 
ad973608d979675755cb537f14ae0a53f71e6489
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 11:06:07 2010 -0700

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

commit 5d7b2c44396ef6991b049d2d15ebf5b822690961
Merge: 8dfa110cf286db709a503adafc296a8b23225645 
1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Josh Blum <address@hidden>
Date:   Mon Apr 5 17:25:39 2010 -0700

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

commit 8dfa110cf286db709a503adafc296a8b23225645
Author: Josh Blum <address@hidden>
Date:   Mon Apr 5 17:25:19 2010 -0700

    fix for paradigm shift

commit e390bcd9a69e13add9ffe3da430ba8ce19e88819
Author: Josh Blum <address@hidden>
Date:   Thu Apr 1 16:01:08 2010 -0700

    Use simple usrp from uhd.

commit a87552815119742d98561f9b53ab0da5513514bb
Author: Josh Blum <address@hidden>
Date:   Tue Mar 30 14:08:11 2010 -0700

    gr-uhd working with io type

commit 6851718b6d9a97a8c9397a1548708c7075de98e4
Author: Josh Blum <address@hidden>
Date:   Mon Mar 29 15:30:02 2010 -0700

    added swig includes and tune result return

commit 0abfa7d596265a2b7d54da1206979171a0891fb4
Author: Josh Blum <address@hidden>
Date:   Fri Mar 26 14:01:27 2010 -0700

    using new streaming api

commit b5c1edfd488ccdd8a2c6ff5a2efb3de35a048d67
Author: Josh Blum <address@hidden>
Date:   Tue Mar 16 19:43:08 2010 -0700

    added set center freq call

commit d43d40813c1a8343a86abb231876a8b7c0e9f806
Merge: 19d3c0cab37123f8bfd19fdfc576f44b6069300f 
ac422b700282e21956dbf7643ee2dfbeeebdaf45
Author: Josh Blum <address@hidden>
Date:   Tue Mar 16 18:22:10 2010 -0700

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

commit 19d3c0cab37123f8bfd19fdfc576f44b6069300f
Author: Josh Blum <address@hidden>
Date:   Wed Mar 10 14:48:50 2010 -0800

    Added samp rate param and using the simple device from uhd

commit 6c79d5158ace300038937688bb11309736926214
Author: Josh Blum <address@hidden>
Date:   Thu Mar 4 18:38:47 2010 -0800

    removed timeout from here

commit 23f6fc0f5f484380fe5f934ec97c4397d3675cb6
Author: Josh Blum <address@hidden>
Date:   Wed Mar 3 12:32:18 2010 -0800

    Got the source and sink working with current uhd.

commit 6d71414a0a467dc37fc903b327be22f8d0ddeade
Author: Josh Blum <address@hidden>
Date:   Tue Mar 2 14:43:20 2010 -0800

    Added the uhd simple sink lib block, swig wrapper, grc wrapper.
    It seems to work, but still getting the kinks out of tx->usrp2

commit c85606eaaf5a73387d4423bdeb2f63483394137e
Author: Josh Blum <address@hidden>
Date:   Mon Mar 1 16:16:16 2010 -0800

    using samples prop, added unchecked in files for utils and grc rx wrapper

commit 00f9ccaa50ed26d71a66d19f8f1518874004c5de
Author: Josh Blum <address@hidden>
Date:   Mon Mar 1 11:50:09 2010 -0800

    recv noise with uhd

commit 7c23fd43214e8a729b3022db281dc85040f0e749
Author: Josh Blum <address@hidden>
Date:   Fri Feb 26 15:17:38 2010 -0800

    Created simple source (with nothing in it) and some swig build stuff.
    Seems to work and compile

commit 54179f7f860dcf8bc986fd90a22a5be8322b5fdf
Author: Josh Blum <address@hidden>
Date:   Wed Feb 24 14:42:25 2010 -0800

    Created gr uhd skeleton build.
    Checks uhd pkg config and gens the makefiles.

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

Summary of changes:
 config/grc_gr_uhd.m4                            |   47 ++++
 configure.ac                                    |    1 +
 {gcell/include/gcell => gr-uhd}/.gitignore      |    0
 gr-uhd/Makefile.am                              |   29 +++
 {gcell/include/gcell => gr-uhd/apps}/.gitignore |    0
 gr-uhd/apps/Makefile.am                         |   22 ++
 {gcell/include/gcell => gr-uhd/grc}/.gitignore  |    0
 gr-uhd/grc/Makefile.am                          |   28 +++
 gr-uhd/grc/uhd_simple_sink.xml                  |   93 ++++++++
 gr-uhd/grc/uhd_simple_source.xml                |   93 ++++++++
 {gcell/include/gcell => gr-uhd/lib}/.gitignore  |    0
 gr-uhd/lib/Makefile.am                          |   45 ++++
 gr-uhd/lib/uhd_simple_sink.cc                   |  130 ++++++++++++
 gr-uhd/lib/uhd_simple_sink.h                    |  114 ++++++++++
 gr-uhd/lib/uhd_simple_source.cc                 |  144 +++++++++++++
 gr-uhd/lib/uhd_simple_source.h                  |  114 ++++++++++
 gr-uhd/lib/utils.cc                             |   37 ++++
 gr-uhd/lib/utils.h                              |   28 +++
 gr-uhd/swig/.gitignore                          |    4 +
 gr-uhd/swig/Makefile.am                         |   69 ++++++
 gr-uhd/swig/Makefile.swig.gen                   |  259 +++++++++++++++++++++++
 gr-uhd/swig/__init__.py                         |   28 +++
 gr-uhd/swig/uhd_swig.i                          |   39 ++++
 grc/python/Generator.py                         |    2 +-
 24 files changed, 1325 insertions(+), 1 deletions(-)
 create mode 100644 config/grc_gr_uhd.m4
 copy {gcell/include/gcell => gr-uhd}/.gitignore (100%)
 create mode 100644 gr-uhd/Makefile.am
 copy {gcell/include/gcell => gr-uhd/apps}/.gitignore (100%)
 create mode 100644 gr-uhd/apps/Makefile.am
 copy {gcell/include/gcell => gr-uhd/grc}/.gitignore (100%)
 create mode 100644 gr-uhd/grc/Makefile.am
 create mode 100644 gr-uhd/grc/uhd_simple_sink.xml
 create mode 100644 gr-uhd/grc/uhd_simple_source.xml
 copy {gcell/include/gcell => gr-uhd/lib}/.gitignore (100%)
 create mode 100644 gr-uhd/lib/Makefile.am
 create mode 100644 gr-uhd/lib/uhd_simple_sink.cc
 create mode 100644 gr-uhd/lib/uhd_simple_sink.h
 create mode 100644 gr-uhd/lib/uhd_simple_source.cc
 create mode 100644 gr-uhd/lib/uhd_simple_source.h
 create mode 100644 gr-uhd/lib/utils.cc
 create mode 100644 gr-uhd/lib/utils.h
 create mode 100644 gr-uhd/swig/.gitignore
 create mode 100644 gr-uhd/swig/Makefile.am
 create mode 100644 gr-uhd/swig/Makefile.swig.gen
 create mode 100644 gr-uhd/swig/__init__.py
 create mode 100644 gr-uhd/swig/uhd_swig.i


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



reply via email to

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