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-440-g0a63491
Date: Wed, 19 Oct 2011 19:24:53 +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  0a6349115f99ae70aa17b9a7b82d3cda45449750 (commit)
       via  f6686319fc0c6fbc29ac54dfb863e180969d99f7 (commit)
       via  4a009b8ba9399875941378482a806075d34df79d (commit)
       via  ba915a6414853efee5a0713e710de2932d29b688 (commit)
      from  0d2db7f6d168cc38634e0a2da2a08bcadc19a420 (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 0a6349115f99ae70aa17b9a7b82d3cda45449750
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:52:14 2011 -0700

    Removed radio-astronomy; updated and replaced by simple-ra in cgran 
(https://www.cgran.org/wiki/simple_ra).

commit f6686319fc0c6fbc29ac54dfb863e180969d99f7
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:51:17 2011 -0700

    examples: updated config files for removed examples.

commit 4a009b8ba9399875941378482a806075d34df79d
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:50:24 2011 -0700

    examples: removed multi-antenna examples.

commit ba915a6414853efee5a0713e710de2932d29b688
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:49:53 2011 -0700

    examples: removed multi_usrp examples.

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

Summary of changes:
 config/Makefile.am                                 |    1 -
 config/grc_gnuradio_examples.m4                    |    1 -
 config/grc_gr_radio_astronomy.m4                   |   38 -
 config/grc_gr_uhd.m4                               |    1 -
 configure.ac                                       |    1 -
 docs/doxygen/Doxyfile.in                           |    2 -
 gnuradio-examples/python/Makefile.am               |    1 -
 gnuradio-examples/python/multi_usrp/.gitignore     |   10 -
 gnuradio-examples/python/multi_usrp/Makefile.am    |   31 -
 gnuradio-examples/python/multi_usrp/README         |  266 ----
 .../python/multi_usrp/multi_usrp_oscope.py         |  343 -----
 .../python/multi_usrp/multi_usrp_rx_cfile.py       |  131 --
 gnuradio-pkg_chk.conf                              |    4 -
 gr-radio-astronomy/.gitignore                      |   22 -
 gr-radio-astronomy/Makefile.am                     |   24 -
 gr-radio-astronomy/src/.gitignore                  |   10 -
 gr-radio-astronomy/src/Makefile.am                 |   25 -
 gr-radio-astronomy/src/lib/.gitignore              |   16 -
 gr-radio-astronomy/src/lib/Makefile.am             |   35 -
 gr-radio-astronomy/src/lib/Makefile.swig.gen       |  145 --
 gr-radio-astronomy/src/lib/ra.i                    |   67 -
 gr-radio-astronomy/src/python/.gitignore           |    9 -
 gr-radio-astronomy/src/python/Makefile.am          |   56 -
 gr-radio-astronomy/src/python/local_calibrator.py  |  195 ---
 gr-radio-astronomy/src/python/qa_ra.py             |   38 -
 gr-radio-astronomy/src/python/ra_fftsink.py        |  501 -------
 gr-radio-astronomy/src/python/ra_stripchartsink.py |  400 ------
 gr-radio-astronomy/src/python/ra_waterfallsink.py  |  646 ---------
 gr-radio-astronomy/src/python/run_tests.in         |   10 -
 .../src/python/usrp_psr_receiver.help              |  111 --
 gr-radio-astronomy/src/python/usrp_psr_receiver.py | 1096 ----------------
 .../src/python/usrp_ra_receiver.help               |   90 --
 gr-radio-astronomy/src/python/usrp_ra_receiver.py  | 1384 --------------------
 gr-uhd/examples/Makefile.am                        |    2 +-
 gr-uhd/examples/multi-antenna/.gitignore           |   11 -
 gr-uhd/examples/multi-antenna/Makefile.am          |   29 -
 gr-uhd/examples/multi-antenna/multi_fft.py         |  152 ---
 gr-uhd/examples/multi-antenna/multi_file.py        |  134 --
 gr-uhd/examples/multi-antenna/multi_scope.py       |  139 --
 39 files changed, 1 insertions(+), 6176 deletions(-)
 delete mode 100644 config/grc_gr_radio_astronomy.m4
 delete mode 100644 gnuradio-examples/python/multi_usrp/.gitignore
 delete mode 100644 gnuradio-examples/python/multi_usrp/Makefile.am
 delete mode 100644 gnuradio-examples/python/multi_usrp/README
 delete mode 100755 gnuradio-examples/python/multi_usrp/multi_usrp_oscope.py
 delete mode 100755 gnuradio-examples/python/multi_usrp/multi_usrp_rx_cfile.py
 delete mode 100644 gr-radio-astronomy/.gitignore
 delete mode 100644 gr-radio-astronomy/Makefile.am
 delete mode 100644 gr-radio-astronomy/src/.gitignore
 delete mode 100644 gr-radio-astronomy/src/Makefile.am
 delete mode 100644 gr-radio-astronomy/src/lib/.gitignore
 delete mode 100644 gr-radio-astronomy/src/lib/Makefile.am
 delete mode 100644 gr-radio-astronomy/src/lib/Makefile.swig.gen
 delete mode 100644 gr-radio-astronomy/src/lib/ra.i
 delete mode 100644 gr-radio-astronomy/src/python/.gitignore
 delete mode 100644 gr-radio-astronomy/src/python/Makefile.am
 delete mode 100755 gr-radio-astronomy/src/python/local_calibrator.py
 delete mode 100755 gr-radio-astronomy/src/python/qa_ra.py
 delete mode 100755 gr-radio-astronomy/src/python/ra_fftsink.py
 delete mode 100755 gr-radio-astronomy/src/python/ra_stripchartsink.py
 delete mode 100755 gr-radio-astronomy/src/python/ra_waterfallsink.py
 delete mode 100644 gr-radio-astronomy/src/python/run_tests.in
 delete mode 100644 gr-radio-astronomy/src/python/usrp_psr_receiver.help
 delete mode 100755 gr-radio-astronomy/src/python/usrp_psr_receiver.py
 delete mode 100644 gr-radio-astronomy/src/python/usrp_ra_receiver.help
 delete mode 100755 gr-radio-astronomy/src/python/usrp_ra_receiver.py
 delete mode 100644 gr-uhd/examples/multi-antenna/.gitignore
 delete mode 100644 gr-uhd/examples/multi-antenna/Makefile.am
 delete mode 100755 gr-uhd/examples/multi-antenna/multi_fft.py
 delete mode 100755 gr-uhd/examples/multi-antenna/multi_file.py
 delete mode 100755 gr-uhd/examples/multi-antenna/multi_scope.py


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



reply via email to

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