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-198-g9728000
Date: Tue, 4 Oct 2011 02:56:23 +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  97280002b62c2a89a32362a826325f5e70b8b860 (commit)
       via  8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc (commit)
       via  2c9a6806be22be2d9034204343a0f893890a6132 (commit)
       via  0cb63ce3180cca0df6bbf3dcebe0290bcfbe2760 (commit)
       via  cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c (commit)
       via  3045dae57b25613940d683cf76218db2a01a284b (commit)
       via  6dd32838b1365bedadabeeca2d3c87bc584608f8 (commit)
       via  01bed8dae8b636b216c0ce980430df7191ecc594 (commit)
      from  21e9139fb2ec13ec38287b36d6399c12b00b37c6 (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 97280002b62c2a89a32362a826325f5e70b8b860
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:43:53 2011 -0400

    uhd: removing multi-antenna stuff frmo gnuradio-examples

commit 8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:42:55 2011 -0400

    uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples

commit 2c9a6806be22be2d9034204343a0f893890a6132
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:42:01 2011 -0400

    uhd: build script changes for multi-antenna examples

commit 0cb63ce3180cca0df6bbf3dcebe0290bcfbe2760
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:37:35 2011 -0400

    uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. 
Does not work yet.

commit cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 19:20:05 2011 -0400

    uhd: fixing copyright and M4 files for HF apps.

commit 3045dae57b25613940d683cf76218db2a01a284b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 18:21:07 2011 -0400

    uhd: fixing hf_explorer to take the UHD address as an option.

commit 6dd32838b1365bedadabeeca2d3c87bc584608f8
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 18:20:37 2011 -0400

    uhd: again, just the basics of getting hf_radio to work with UHD (and the 
'new' top_block/hier_block2 structure)

commit 01bed8dae8b636b216c0ce980430df7191ecc594
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 17:22:37 2011 -0400

    UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the 
minimum possible work to convert HF Explorer to use UHD.

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

Summary of changes:
 config/grc_gnuradio_examples.m4                    |    4 -
 config/grc_gr_uhd.m4                               |    4 +
 gnuradio-examples/python/Makefile.am               |    2 -
 gnuradio-examples/python/apps/.gitignore           |    2 -
 gnuradio-examples/python/apps/Makefile.am          |   26 -
 gnuradio-examples/python/apps/README               |   26 -
 .../python/apps/hf_explorer/Makefile.am            |   31 -
 gnuradio-examples/python/apps/hf_explorer/README   |   48 --
 gnuradio-examples/python/apps/hf_explorer/hfx2.py  |  801 -------------------
 gnuradio-examples/python/apps/hf_radio/input.py    |   46 --
 gnuradio-examples/python/apps/hf_radio/output.py   |   17 -
 gnuradio-examples/python/apps/hf_radio/radio.py    |  304 --------
 gnuradio-examples/python/apps/hf_radio/ssbagc.py   |   48 --
 gnuradio-examples/python/apps/hf_radio/ssbdemod.py |   97 ---
 gnuradio-examples/python/apps/hf_radio/ui.py       |  295 -------
 .../python/multi-antenna/multi_fft.py              |  128 ---
 gnuradio-examples/python/usrp/Makefile.am          |    1 -
 gnuradio-examples/python/usrp/fm_tx4.py            |  197 -----
 gr-uhd/Makefile.am                                 |    2 +-
 gr-uhd/apps/Makefile.am                            |    2 +
 .../python => gr-uhd}/apps/hf_explorer/.gitignore  |    0
 gr-uhd/apps/hf_explorer/Makefile.am                |   31 +
 gr-uhd/apps/hf_explorer/README                     |   42 +
 gr-uhd/apps/hf_explorer/hfx.py                     |  823 ++++++++++++++++++++
 .../python => gr-uhd}/apps/hf_explorer/hfx_help    |    0
 .../python => gr-uhd}/apps/hf_radio/.gitignore     |    0
 .../python => gr-uhd}/apps/hf_radio/Makefile.am    |    0
 .../python => gr-uhd}/apps/hf_radio/README.TXT     |    0
 .../python => gr-uhd}/apps/hf_radio/hfir.sci       |    0
 gr-uhd/apps/hf_radio/input.py                      |   78 ++
 gr-uhd/apps/hf_radio/output.py                     |   42 +
 gr-uhd/apps/hf_radio/radio.py                      |  319 ++++++++
 .../python => gr-uhd}/apps/hf_radio/radio.xml      |    0
 .../python => gr-uhd}/apps/hf_radio/ssb_taps       |    0
 gr-uhd/apps/hf_radio/ssbagc.py                     |   70 ++
 gr-uhd/apps/hf_radio/ssbdemod.py                   |  116 +++
 .../python => gr-uhd}/apps/hf_radio/startup.py     |    0
 gr-uhd/apps/hf_radio/ui.py                         |  316 ++++++++
 gr-uhd/examples/.gitignore                         |    5 +
 gr-uhd/examples/Makefile.am                        |   29 +
 gr-uhd/examples/fm_tx4.py                          |  205 +++++
 .../examples}/multi-antenna/.gitignore             |    0
 .../examples}/multi-antenna/Makefile.am            |    0
 gr-uhd/examples/multi-antenna/multi_fft.py         |  152 ++++
 .../examples}/multi-antenna/multi_file.py          |    0
 .../examples}/multi-antenna/multi_scope.py         |    0
 46 files changed, 2235 insertions(+), 2074 deletions(-)
 delete mode 100644 gnuradio-examples/python/apps/.gitignore
 delete mode 100644 gnuradio-examples/python/apps/Makefile.am
 delete mode 100644 gnuradio-examples/python/apps/README
 delete mode 100644 gnuradio-examples/python/apps/hf_explorer/Makefile.am
 delete mode 100644 gnuradio-examples/python/apps/hf_explorer/README
 delete mode 100755 gnuradio-examples/python/apps/hf_explorer/hfx2.py
 delete mode 100644 gnuradio-examples/python/apps/hf_radio/input.py
 delete mode 100644 gnuradio-examples/python/apps/hf_radio/output.py
 delete mode 100755 gnuradio-examples/python/apps/hf_radio/radio.py
 delete mode 100644 gnuradio-examples/python/apps/hf_radio/ssbagc.py
 delete mode 100644 gnuradio-examples/python/apps/hf_radio/ssbdemod.py
 delete mode 100755 gnuradio-examples/python/apps/hf_radio/ui.py
 delete mode 100755 gnuradio-examples/python/multi-antenna/multi_fft.py
 delete mode 100755 gnuradio-examples/python/usrp/fm_tx4.py
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_explorer/.gitignore (100%)
 create mode 100644 gr-uhd/apps/hf_explorer/Makefile.am
 create mode 100644 gr-uhd/apps/hf_explorer/README
 create mode 100755 gr-uhd/apps/hf_explorer/hfx.py
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_explorer/hfx_help (100%)
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/.gitignore (100%)
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/Makefile.am (100%)
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/README.TXT (100%)
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/hfir.sci (100%)
 create mode 100644 gr-uhd/apps/hf_radio/input.py
 create mode 100644 gr-uhd/apps/hf_radio/output.py
 create mode 100755 gr-uhd/apps/hf_radio/radio.py
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/radio.xml (100%)
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/ssb_taps (100%)
 create mode 100644 gr-uhd/apps/hf_radio/ssbagc.py
 create mode 100644 gr-uhd/apps/hf_radio/ssbdemod.py
 rename {gnuradio-examples/python => gr-uhd}/apps/hf_radio/startup.py (100%)
 create mode 100755 gr-uhd/apps/hf_radio/ui.py
 create mode 100644 gr-uhd/examples/.gitignore
 create mode 100644 gr-uhd/examples/Makefile.am
 create mode 100755 gr-uhd/examples/fm_tx4.py
 rename {gnuradio-examples/python => gr-uhd/examples}/multi-antenna/.gitignore 
(100%)
 rename {gnuradio-examples/python => gr-uhd/examples}/multi-antenna/Makefile.am 
(100%)
 create mode 100755 gr-uhd/examples/multi-antenna/multi_fft.py
 rename {gnuradio-examples/python => 
gr-uhd/examples}/multi-antenna/multi_file.py (100%)
 rename {gnuradio-examples/python => 
gr-uhd/examples}/multi-antenna/multi_scope.py (100%)


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



reply via email to

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