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 version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.4.1-212-g8f6bea8
Date: Wed, 5 Oct 2011 04:13:06 +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/gnuradio".

The branch, next has been updated
       via  8f6bea8826537467deade2af88f4e357f09408fc (commit)
       via  738580860ea0b481b341b1487099a7f9d5cf614d (commit)
       via  0fb09639fbbdae15e8efce953999eba8e4c223a2 (commit)
       via  ed1e88e7da68513cd80dda770dc2034391e71917 (commit)
       via  54fc9167ab58dc203ec7c651b1752664d8205982 (commit)
       via  f3f2885ac08704910592b9091b6817aa71599003 (commit)
       via  f2a11d98f65f245410190ee2f7cabff12e58a696 (commit)
       via  dfda3abece86bd3ba4ad51214726827cbc705c30 (commit)
       via  b205e8cda30fb3a20e2d0d0409c12e58417d92f3 (commit)
       via  6d722ac1d496aae386652c2a5f7876e48d1baef5 (commit)
       via  c31f55b0d3ed62f006b99c9df9d12cc63f06a568 (commit)
       via  1dcc69dbebd9fac1b7277657223369e3e9b19b7b (commit)
       via  ee61647bf27e252c48cd32580eacb47f56d1f377 (commit)
       via  8743a23066d779dbfbd6d93467cd9cd36fd00e01 (commit)
      from  97280002b62c2a89a32362a826325f5e70b8b860 (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 8f6bea8826537467deade2af88f4e357f09408fc
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 5 00:12:57 2011 -0400

    uhd: removing example files now in gr-uhd/examples

commit 738580860ea0b481b341b1487099a7f9d5cf614d
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 22:46:44 2011 -0400

    uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work 
with UHD.

commit 0fb09639fbbdae15e8efce953999eba8e4c223a2
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 17:26:23 2011 -0400

    uhd: moved NBFM examples to gr-uhd/examples directory and made work with 
UHD.

commit ed1e88e7da68513cd80dda770dc2034391e71917
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 17:05:18 2011 -0400

    uhd: fixed this example to correct for sample rate offsets when setting a 
UHD device.

commit 54fc9167ab58dc203ec7c651b1752664d8205982
Merge: 6d722ac f3f2885
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 14:12:39 2011 -0400

    Merge branch 'master' into next

commit 6d722ac1d496aae386652c2a5f7876e48d1baef5
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 11:54:09 2011 -0400

    uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work 
with UHD. Needs more testing.

commit c31f55b0d3ed62f006b99c9df9d12cc63f06a568
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 11:29:40 2011 -0400

    uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for 
both USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).

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

Summary of changes:
 config/grc_gr_shd.m4                               |   59 +++
 configure.ac                                       |    1 +
 gnuradio-examples/python/usrp/Makefile.am          |    8 +-
 gnuradio-examples/python/usrp/max_power.py         |   83 ----
 gnuradio-examples/python/usrp/usrp_am_mw_rcv.py    |  332 -------------
 gnuradio-examples/python/usrp/usrp_nbfm_ptt.py     |  497 --------------------
 gnuradio-examples/python/usrp/usrp_nbfm_rcv.py     |  383 ---------------
 gnuradio-examples/python/usrp/usrp_wfm_rcv.py      |  305 ------------
 .../python/usrp/usrp_wfm_rcv_nogui.py              |  177 -------
 {gr-audio => gr-shd}/.gitignore                    |    0
 gr-shd/Makefile.am                                 |   31 ++
 {gr-uhd => gr-shd}/apps/.gitignore                 |    0
 gr-shd/apps/Makefile.am                            |   32 ++
 gr-shd/apps/shd_fft.py                             |  280 +++++++++++
 gr-shd/apps/shd_rx_cfile.py                        |  152 ++++++
 gr-shd/apps/shd_siggen.py                          |  120 +++++
 gr-shd/gnuradio-shd.pc.in                          |   11 +
 gr-shd/grc/.gitignore                              |    3 +
 gr-shd/grc/Makefile.am                             |   43 ++
 gr-shd/grc/gen_shd_smini_blocks.py                 |  297 ++++++++++++
 gr-shd/grc/shd_block_tree.xml                      |   14 +
 {gcell/include/gcell => gr-shd/include}/.gitignore |    0
 gr-shd/include/Makefile.am                         |   27 +
 gr-shd/include/gr_shd_api.h                        |   33 ++
 gr-shd/include/gr_shd_smini_sink.h                 |  282 +++++++++++
 gr-shd/include/gr_shd_smini_source.h               |  286 +++++++++++
 {gcell/include/gcell => gr-shd/lib}/.gitignore     |    0
 gr-shd/lib/Makefile.am                             |   42 ++
 gr-shd/lib/gr_shd_smini_sink.cc                    |  276 +++++++++++
 gr-shd/lib/gr_shd_smini_source.cc                  |  299 ++++++++++++
 gr-shd/swig/.gitignore                             |    8 +
 gr-shd/swig/Makefile.am                            |   82 ++++
 gr-shd/swig/Makefile.swig.gen                      |  145 ++++++
 gr-shd/swig/__init__.py                            |   88 ++++
 gr-shd/swig/gnuradio/.gitignore                    |    2 +
 gr-shd/swig/gnuradio/shd.scm                       |   27 +
 gr-shd/swig/qa_shd.py                              |   40 ++
 {gr-digital => gr-shd}/swig/run_guile_tests.in     |    0
 gr-shd/swig/run_tests.in                           |   10 +
 gr-shd/swig/shd.test                               |   37 ++
 gr-shd/swig/shd_swig.i                             |  135 ++++++
 gr-uhd/examples/Makefile.am                        |   10 +-
 gr-uhd/examples/max_power.py                       |  142 ++++++
 gr-uhd/examples/usrp_am_mw_rcv.py                  |  312 ++++++++++++
 gr-uhd/examples/usrp_nbfm_ptt.py                   |  474 +++++++++++++++++++
 gr-uhd/examples/usrp_nbfm_rcv.py                   |  376 +++++++++++++++
 gr-uhd/examples/usrp_wfm_rcv.py                    |  280 +++++++++++
 gr-uhd/examples/usrp_wfm_rcv_nogui.py              |  168 +++++++
 48 files changed, 4623 insertions(+), 1786 deletions(-)
 create mode 100644 config/grc_gr_shd.m4
 delete mode 100755 gnuradio-examples/python/usrp/max_power.py
 delete mode 100755 gnuradio-examples/python/usrp/usrp_am_mw_rcv.py
 delete mode 100755 gnuradio-examples/python/usrp/usrp_nbfm_ptt.py
 delete mode 100755 gnuradio-examples/python/usrp/usrp_nbfm_rcv.py
 delete mode 100755 gnuradio-examples/python/usrp/usrp_wfm_rcv.py
 delete mode 100755 gnuradio-examples/python/usrp/usrp_wfm_rcv_nogui.py
 copy {gr-audio => gr-shd}/.gitignore (100%)
 create mode 100644 gr-shd/Makefile.am
 copy {gr-uhd => gr-shd}/apps/.gitignore (100%)
 create mode 100644 gr-shd/apps/Makefile.am
 create mode 100755 gr-shd/apps/shd_fft.py
 create mode 100755 gr-shd/apps/shd_rx_cfile.py
 create mode 100755 gr-shd/apps/shd_siggen.py
 create mode 100644 gr-shd/gnuradio-shd.pc.in
 create mode 100644 gr-shd/grc/.gitignore
 create mode 100644 gr-shd/grc/Makefile.am
 create mode 100644 gr-shd/grc/gen_shd_smini_blocks.py
 create mode 100644 gr-shd/grc/shd_block_tree.xml
 copy {gcell/include/gcell => gr-shd/include}/.gitignore (100%)
 create mode 100644 gr-shd/include/Makefile.am
 create mode 100644 gr-shd/include/gr_shd_api.h
 create mode 100644 gr-shd/include/gr_shd_smini_sink.h
 create mode 100644 gr-shd/include/gr_shd_smini_source.h
 copy {gcell/include/gcell => gr-shd/lib}/.gitignore (100%)
 create mode 100644 gr-shd/lib/Makefile.am
 create mode 100644 gr-shd/lib/gr_shd_smini_sink.cc
 create mode 100644 gr-shd/lib/gr_shd_smini_source.cc
 create mode 100644 gr-shd/swig/.gitignore
 create mode 100644 gr-shd/swig/Makefile.am
 create mode 100644 gr-shd/swig/Makefile.swig.gen
 create mode 100644 gr-shd/swig/__init__.py
 create mode 100644 gr-shd/swig/gnuradio/.gitignore
 create mode 100644 gr-shd/swig/gnuradio/shd.scm
 create mode 100755 gr-shd/swig/qa_shd.py
 copy {gr-digital => gr-shd}/swig/run_guile_tests.in (100%)
 create mode 100644 gr-shd/swig/run_tests.in
 create mode 100644 gr-shd/swig/shd.test
 create mode 100644 gr-shd/swig/shd_swig.i
 create mode 100755 gr-uhd/examples/max_power.py
 create mode 100755 gr-uhd/examples/usrp_am_mw_rcv.py
 create mode 100755 gr-uhd/examples/usrp_nbfm_ptt.py
 create mode 100755 gr-uhd/examples/usrp_nbfm_rcv.py
 create mode 100755 gr-uhd/examples/usrp_wfm_rcv.py
 create mode 100755 gr-uhd/examples/usrp_wfm_rcv_nogui.py


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



reply via email to

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