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-591-g55dfc07
Date: Sat, 22 Oct 2011 00:26:12 +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  55dfc072f20a9a698259cb1db2242918a031f37b (commit)
       via  59c90da32afc7c9f71ee5a2e5db89cf978a9ad84 (commit)
       via  d053db2aec8fe9640f7a33b6804d68281c02f820 (commit)
       via  f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a (commit)
       via  3e7ca8bfb95658dd9204e1d859e572b82e3b80d4 (commit)
       via  fef8376c0be52cf065b59925abe69209bdcfc1ee (commit)
       via  29299eb3ddadbbbe782127a24e314bbb349422fe (commit)
       via  e57c8a4f2c1846211c01583feeeb931cc98e8ff9 (commit)
      from  882089131a00da2475d4e843ff203b2e474ff6ed (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 55dfc072f20a9a698259cb1db2242918a031f37b
Merge: 59c90da 8820891
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 20:26:16 2011 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 59c90da32afc7c9f71ee5a2e5db89cf978a9ad84
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:43:35 2011 -0400

    uhd: added some documentation to the UHD main page on standard option 
parser options and creating a source and setting the parameters.

commit d053db2aec8fe9640f7a33b6804d68281c02f820
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:43:05 2011 -0400

    uhd: added subdevspec option to UHD examples and sets antenna based on 
option.

commit f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:04:06 2011 -0400

    digital: added subdevspec option to digital UHD examples.

commit 3e7ca8bfb95658dd9204e1d859e572b82e3b80d4
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:51:07 2011 -0400

    uhd: fixing uhd apps to take a subdev spec; also changing to more general 
uhd parameter of 'args' instead of 'address' which defaults to the first uhd 
dev found.

commit fef8376c0be52cf065b59925abe69209bdcfc1ee
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:07:49 2011 -0400

    docs: Removing some more unnecessary stuff.

commit 29299eb3ddadbbbe782127a24e314bbb349422fe
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:06:47 2011 -0400

    docs: updating documentation. More build instructions/information in 
Doxygen. Added logo to doxygen manual, too.

commit e57c8a4f2c1846211c01583feeeb931cc98e8ff9
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 17:23:41 2011 -0400

    docs: Fixed the include path to always find the right path.

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

Summary of changes:
 Makefile.common.spu                             |   46 --------
 README                                          |   44 +++++---
 README.ps3                                      |    9 --
 docs/doxygen/Doxyfile.in                        |    4 +-
 docs/doxygen/images/gnuradio-logo.png           |  Bin 0 -> 5223 bytes
 docs/doxygen/other/build_guide.dox              |  135 +++++++++++++++++++++++
 docs/doxygen/other/main_page.dox                |   24 ++++-
 gnuradio-pkg_chk.conf                           |    5 -
 gr-digital/examples/narrowband/benchmark_rx.py  |    3 +-
 gr-digital/examples/narrowband/benchmark_tx.py  |    3 +-
 gr-digital/examples/narrowband/tunnel.py        |    8 +-
 gr-digital/examples/narrowband/uhd_interface.py |   24 +++-
 gr-digital/examples/ofdm/benchmark_rx.py        |    3 +-
 gr-digital/examples/ofdm/benchmark_tx.py        |    3 +-
 gr-digital/examples/ofdm/tunnel.py              |    6 +-
 gr-digital/examples/ofdm/uhd_interface.py       |   22 +++-
 gr-uhd/apps/uhd_fft.py                          |   14 ++-
 gr-uhd/apps/uhd_rx_cfile.py                     |   16 ++-
 gr-uhd/apps/uhd_rx_nogui.py                     |   23 +++-
 gr-uhd/apps/uhd_siggen.py                       |   17 ++-
 gr-uhd/doc/uhd.dox                              |   66 +++++++++++
 gr-uhd/examples/fm_tx4.py                       |    7 +
 gr-uhd/examples/fm_tx_2_daughterboards.py       |   11 ++
 gr-uhd/examples/usrp_am_mw_rcv.py               |    7 +
 gr-uhd/examples/usrp_nbfm_ptt.py                |   27 ++++-
 gr-uhd/examples/usrp_nbfm_rcv.py                |   11 ++-
 gr-uhd/examples/usrp_spectrum_sense.py          |    9 ++
 gr-uhd/examples/usrp_tv_rcv.py                  |   12 ++-
 gr-uhd/examples/usrp_tv_rcv_nogui.py            |   11 ++
 gr-uhd/examples/usrp_wfm_rcv.py                 |    9 ++
 gr-uhd/examples/usrp_wfm_rcv2_nogui.py          |    8 +-
 gr-uhd/examples/usrp_wfm_rcv_fmdet.py           |    9 ++
 gr-uhd/examples/usrp_wfm_rcv_nogui.py           |   10 ++
 gr-uhd/examples/usrp_wfm_rcv_pll.py             |    9 ++
 gr-uhd/examples/usrp_wfm_rcv_sca.py             |   11 ++-
 gr-uhd/examples/usrp_wxapt_rcv.py               |    9 ++
 36 files changed, 504 insertions(+), 131 deletions(-)
 delete mode 100644 Makefile.common.spu
 delete mode 100644 README.ps3
 create mode 100644 docs/doxygen/images/gnuradio-logo.png
 create mode 100644 docs/doxygen/other/build_guide.dox


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



reply via email to

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