[Top][All Lists]
[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.1git-190-g8f0da83 |
Date: |
Wed, 20 Oct 2010 00:06:27 +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 8f0da835675daa7f104eeffcd73140c58519e3da (commit)
via f13e1e1a87cf3d8b891e94226be047cff3733bb7 (commit)
via c6e4a54769e2d5be3cfd28df6697c54c4a4a7e90 (commit)
via f8c63c369e0e8800f76d427434424f7209fcde86 (commit)
via 343cba5663d0eefdd3ee3918bef812dc1bd75508 (commit)
via 8c6445cb3dd2a8db361203fedf55f3efb6953635 (commit)
via 7f46efca9cb0c87e9130c117ac41650f6e0c25cc (commit)
via 1e5db4248e2488e0f1b44ac1405d78e16c2408d8 (commit)
via d029af43c3367a4611185ade70639cc6b7cc5e3d (commit)
via 873228d25b3ea5df8eb10f6652518f144858af61 (commit)
via 4ac5545625d3d6df9881695f764c9c94049edb7b (commit)
via 5e9908fbec19ce9309c12ea61c0303e6666e981a (commit)
via 37f8cc6c26709dc04cc787d631543972805edb4c (commit)
from 068aa7f5b2591f7cc06e4495c89600101bd19b6b (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 8f0da835675daa7f104eeffcd73140c58519e3da
Merge: f13e1e1a87cf3d8b891e94226be047cff3733bb7
37f8cc6c26709dc04cc787d631543972805edb4c
Author: Josh Blum <address@hidden>
Date: Tue Oct 19 15:49:01 2010 -0700
Merge branch 'prefix_fix' of gnuradio.org:jblum into next
commit f13e1e1a87cf3d8b891e94226be047cff3733bb7
Author: Josh Blum <address@hidden>
Date: Tue Oct 19 15:46:27 2010 -0700
uhd: implement set bandwidth for uhd blocks, remove chan=0 default for
multi blocks
commit c6e4a54769e2d5be3cfd28df6697c54c4a4a7e90
Author: Josh Blum <address@hidden>
Date: Tue Oct 19 15:03:08 2010 -0700
uhd: mark simple and mimo classes with the deprecated flag
commit f8c63c369e0e8800f76d427434424f7209fcde86
Author: Josh Blum <address@hidden>
Date: Tue Oct 19 13:04:42 2010 -0700
uhd: tweaking timeouts for multi usrp blocks
commit 343cba5663d0eefdd3ee3918bef812dc1bd75508
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 18:29:20 2010 -0700
uhd: tweaked and tested multi usrp with a single channel
commit 8c6445cb3dd2a8db361203fedf55f3efb6953635
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 17:31:48 2010 -0700
uhd: typo fix for single usrp grc file generator
commit 7f46efca9cb0c87e9130c117ac41650f6e0c25cc
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 16:49:08 2010 -0700
uhd: renamed make function params, cleanup, clock config for multi usrp
commit 1e5db4248e2488e0f1b44ac1405d78e16c2408d8
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 16:13:10 2010 -0700
uhd: work on multi usrp blocks, use block tree to categorize blocks,
deprecate mimo blocks
commit d029af43c3367a4611185ade70639cc6b7cc5e3d
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 14:09:23 2010 -0700
uhd: created multi usrp grc wrapper generator, removed mimo gen and checked
in its generated files
commit 873228d25b3ea5df8eb10f6652518f144858af61
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 13:46:51 2010 -0700
uhd: filled in multi usrp code and swig file
commit 4ac5545625d3d6df9881695f764c9c94049edb7b
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 12:18:13 2010 -0700
uhd: added multi usrp skeleton and added deprecation note to other headers
commit 5e9908fbec19ce9309c12ea61c0303e6666e981a
Author: Josh Blum <address@hidden>
Date: Mon Oct 18 01:03:11 2010 -0700
uhd: removed utils warning functions, moved into the lower level wrappers
commit 37f8cc6c26709dc04cc787d631543972805edb4c
Author: Josh Blum <address@hidden>
Date: Sun Sep 26 22:53:39 2010 -0700
possible prefix = NONE fix
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 7 +
gr-uhd/grc/.gitignore | 2 +-
gr-uhd/grc/Makefile.am | 22 +-
...cks_xml.py => gen_uhd_multi_usrp_blocks_xml.py} | 157 ++++--
gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py | 11 +-
gr-uhd/grc/uhd_block_tree.xml | 23 +
gr-uhd/grc/uhd_mimo_sink.xml | 549 ++++++++++++++++++++
gr-uhd/grc/uhd_mimo_source.xml | 549 ++++++++++++++++++++
gr-uhd/grc/uhd_simple_sink.xml | 1 -
gr-uhd/grc/uhd_simple_source.xml | 1 -
gr-uhd/lib/Makefile.am | 21 +-
gr-uhd/lib/uhd_mimo_sink.cc | 6 +-
gr-uhd/lib/uhd_mimo_sink.h | 5 +-
gr-uhd/lib/uhd_mimo_source.cc | 6 +-
gr-uhd/lib/uhd_mimo_source.h | 5 +-
..._single_usrp_sink.cc => uhd_multi_usrp_sink.cc} | 83 ++--
...hd_single_usrp_sink.h => uhd_multi_usrp_sink.h} | 60 ++-
...gle_usrp_source.cc => uhd_multi_usrp_source.cc} | 74 ++--
...ingle_usrp_source.h => uhd_multi_usrp_source.h} | 60 ++-
gr-uhd/lib/uhd_simple_sink.cc | 6 +-
gr-uhd/lib/uhd_simple_sink.h | 5 +-
gr-uhd/lib/uhd_simple_source.cc | 6 +-
gr-uhd/lib/uhd_simple_source.h | 5 +-
gr-uhd/lib/uhd_single_usrp_sink.cc | 36 +-
gr-uhd/lib/uhd_single_usrp_sink.h | 10 +-
gr-uhd/lib/uhd_single_usrp_source.cc | 31 +-
gr-uhd/lib/uhd_single_usrp_source.h | 10 +-
gr-uhd/lib/utils.cc | 56 --
gr-uhd/lib/utils.h | 40 --
gr-uhd/swig/uhd_swig.i | 53 ++-
30 files changed, 1552 insertions(+), 348 deletions(-)
rename gr-uhd/grc/{gen_uhd_mimo_blocks_xml.py =>
gen_uhd_multi_usrp_blocks_xml.py} (55%)
create mode 100644 gr-uhd/grc/uhd_block_tree.xml
create mode 100644 gr-uhd/grc/uhd_mimo_sink.xml
create mode 100644 gr-uhd/grc/uhd_mimo_source.xml
copy gr-uhd/lib/{uhd_single_usrp_sink.cc => uhd_multi_usrp_sink.cc} (66%)
copy gr-uhd/lib/{uhd_single_usrp_sink.h => uhd_multi_usrp_sink.h} (68%)
copy gr-uhd/lib/{uhd_single_usrp_source.cc => uhd_multi_usrp_source.cc} (67%)
copy gr-uhd/lib/{uhd_single_usrp_source.h => uhd_multi_usrp_source.h} (68%)
delete mode 100644 gr-uhd/lib/utils.cc
delete mode 100644 gr-uhd/lib/utils.h
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-190-g8f0da83,
git repository hosting <=