[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-971-ga02bb13 |
Date: |
Sat, 26 Feb 2011 00:14:41 +0000 (GMT) |
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 a02bb131f68d5aa66093310c393562671e389778 (commit)
via 5bb8acf24e4913d2a969db70476af65c498b032f (commit)
via b4bab6dfd97f69ce0ef5ae324503e164c9174de3 (commit)
via cf4c96c754fee998b14df771d78f086b08ecbd80 (commit)
via 59396c1cd15c275b1fb8453b69219863bc5c788f (commit)
via e96d9617fdaf5b83e9711b924decebbefacabd15 (commit)
via 8c1ff29bf925728b323f7036ca4ab09fec5e18df (commit)
via 77f646ca0f578698ff5121a0b3360bd536f8d48d (commit)
via 7787d1fc1aecc7b59e476c31865b4f32348cb729 (commit)
via 222465e2bc9ffc7f378c698876f44b3f722e0d37 (commit)
via 8afa393725c2bfda7c341b7202acfa40cc3245d2 (commit)
from da9e63bf4110c06d9a38f2bde3a665f1ae4addae (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 a02bb131f68d5aa66093310c393562671e389778
Merge: da9e63bf4110c06d9a38f2bde3a665f1ae4addae
5bb8acf24e4913d2a969db70476af65c498b032f
Author: Josh Blum <address@hidden>
Date: Fri Feb 25 16:11:48 2011 -0800
Merge branch 'gr_uhd_next' into next
commit 5bb8acf24e4913d2a969db70476af65c498b032f
Author: Josh Blum <address@hidden>
Date: Fri Feb 25 15:34:04 2011 -0800
uhd: added sensors api to gr-uhd blocks and swig support
commit b4bab6dfd97f69ce0ef5ae324503e164c9174de3
Author: Josh Blum <address@hidden>
Date: Fri Feb 25 12:12:57 2011 -0800
uhd: fix export typo and specify export define when building lib
commit cf4c96c754fee998b14df771d78f086b08ecbd80
Author: Josh Blum <address@hidden>
Date: Tue Feb 15 14:42:35 2011 -0800
uhd: tweaks for swig/python init file
commit 59396c1cd15c275b1fb8453b69219863bc5c788f
Author: Josh Blum <address@hidden>
Date: Fri Feb 11 10:29:35 2011 -0800
uhd: added mboard param to get time now and added get time last pps
commit e96d9617fdaf5b83e9711b924decebbefacabd15
Author: Josh Blum <address@hidden>
Date: Thu Feb 10 14:31:40 2011 -0800
uhd: incremented compat number for new api support
commit 8c1ff29bf925728b323f7036ca4ab09fec5e18df
Author: Josh Blum <address@hidden>
Date: Thu Feb 10 12:34:49 2011 -0800
uhd: added set and get clock rates to gr-uhd blocks and grc wrappers
commit 77f646ca0f578698ff5121a0b3360bd536f8d48d
Author: Josh Blum <address@hidden>
Date: Thu Feb 10 12:07:11 2011 -0800
uhd: tweaks to the grc blocks
commit 7787d1fc1aecc7b59e476c31865b4f32348cb729
Author: Josh Blum <address@hidden>
Date: Thu Feb 10 00:56:55 2011 -0800
uhd: replaced multi/single usrp stuff with just one usrp wrapper
commit 222465e2bc9ffc7f378c698876f44b3f722e0d37
Author: Josh Blum <address@hidden>
Date: Wed Jan 26 13:32:56 2011 -0800
uhd: channel = 0 defaults for single interfaces get_dboard_iface
commit 8afa393725c2bfda7c341b7202acfa40cc3245d2
Author: Jason Abele <address@hidden>
Date: Fri Jan 21 19:24:33 2011 -0800
Added first pass at swigging dboard iface
-----------------------------------------------------------------------
Summary of changes:
config/grc_gr_uhd.m4 | 10 +-
gr-uhd/Makefile.am | 6 +-
gr-uhd/apps/Makefile.am | 22 --
gr-uhd/grc/.gitignore | 3 +-
gr-uhd/grc/Makefile.am | 26 +--
gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py | 265 --------------------
...i_usrp_blocks_xml.py => gen_uhd_usrp_blocks.py} | 57 ++++-
gr-uhd/grc/uhd_block_tree.xml | 6 +-
gr-uhd/{apps => include}/.gitignore | 0
{gr-audio-windows => gr-uhd/include}/Makefile.am | 9 +-
gr-uhd/{lib => include}/gr_uhd_api.h | 2 +-
.../gr_uhd_usrp_sink.h} | 112 +++++++--
.../gr_uhd_usrp_source.h} | 112 +++++++--
gr-uhd/lib/Makefile.am | 16 +-
...{uhd_multi_usrp_sink.cc => gr_uhd_usrp_sink.cc} | 62 ++++-
..._multi_usrp_source.cc => gr_uhd_usrp_source.cc} | 62 ++++-
gr-uhd/lib/uhd_single_usrp_sink.cc | 182 --------------
gr-uhd/lib/uhd_single_usrp_sink.h | 174 -------------
gr-uhd/lib/uhd_single_usrp_source.cc | 249 ------------------
gr-uhd/lib/uhd_single_usrp_source.h | 174 -------------
gr-uhd/swig/Makefile.am | 6 +-
gr-uhd/swig/__init__.py | 116 +++++-----
gr-uhd/swig/uhd_swig.i | 29 ++-
23 files changed, 437 insertions(+), 1263 deletions(-)
delete mode 100644 gr-uhd/apps/Makefile.am
delete mode 100755 gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py
rename gr-uhd/grc/{gen_uhd_multi_usrp_blocks_xml.py => gen_uhd_usrp_blocks.py}
(86%)
mode change 100755 => 100644
rename gr-uhd/{apps => include}/.gitignore (100%)
copy {gr-audio-windows => gr-uhd/include}/Makefile.am (85%)
rename gr-uhd/{lib => include}/gr_uhd_api.h (96%)
rename gr-uhd/{lib/uhd_multi_usrp_sink.h => include/gr_uhd_usrp_sink.h} (57%)
rename gr-uhd/{lib/uhd_multi_usrp_source.h => include/gr_uhd_usrp_source.h}
(57%)
rename gr-uhd/lib/{uhd_multi_usrp_sink.cc => gr_uhd_usrp_sink.cc} (76%)
rename gr-uhd/lib/{uhd_multi_usrp_source.cc => gr_uhd_usrp_source.cc} (75%)
delete mode 100644 gr-uhd/lib/uhd_single_usrp_sink.cc
delete mode 100644 gr-uhd/lib/uhd_single_usrp_sink.h
delete mode 100644 gr-uhd/lib/uhd_single_usrp_source.cc
delete mode 100644 gr-uhd/lib/uhd_single_usrp_source.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-971-ga02bb13,
git repository hosting <=