[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-865-gd429522 |
Date: |
Thu, 20 Jan 2011 06:45:02 +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 d429522b8cc0916c0dd8167284e9f7373f8c1663 (commit)
via 81d3460c5c6a950c8b734f192aa62cd1f8718d7c (commit)
via b5556476aee35c5a77d1e255eb54d60028d8490e (commit)
via 69ae2c9b1eca4c69d9007b146aa54fd1b75fcd28 (commit)
via dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1 (commit)
via cf33e1e5f75c627907811e07e4c3c7a6b6175e8a (commit)
via c63edcbe834c0929a7e0c7907f7c79ffc3fc5667 (commit)
via 5a671f0b925e0a4f57344225514147cc0dc4a5d8 (commit)
via 5e00de56713729b7c366884d3a1e31ffa3423b13 (commit)
via f0d2f41a77107fd5e194e196f93ecba4d6fe2df9 (commit)
from 31bbbec88b19230eb37b197d7623c3671e57837e (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 d429522b8cc0916c0dd8167284e9f7373f8c1663
Author: Josh Blum <address@hidden>
Date: Fri Jan 14 11:15:59 2011 -0800
uhd: move tags functionality into its own sub-class that is enabled by
preferences
remove private variables from header interface
subclassed single source impl with overloaded work function
commit 81d3460c5c6a950c8b734f192aa62cd1f8718d7c
Author: Josh Blum <address@hidden>
Date: Wed Jan 12 15:20:13 2011 -0800
uhd: swig up the device discovery
commit b5556476aee35c5a77d1e255eb54d60028d8490e
Author: Josh Blum <address@hidden>
Date: Wed Jan 12 14:24:13 2011 -0800
uhd: replace gain floats with doubles to reflect new uhd api
commit 69ae2c9b1eca4c69d9007b146aa54fd1b75fcd28
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 20:15:10 2011 -0800
uhd: make the repr and str installation more generic
commit dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 19:08:26 2011 -0800
uhd: use the actual device and io types, do hacks in the init.py, also use
clock config convenience
commit cf33e1e5f75c627907811e07e4c3c7a6b6175e8a
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 16:22:47 2011 -0800
uhd: added export macros (not used now) and updated copyright dates
commit c63edcbe834c0929a7e0c7907f7c79ffc3fc5667
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 16:19:19 2011 -0800
uhd: swig + python tweaks to uhd types
commit 5a671f0b925e0a4f57344225514147cc0dc4a5d8
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 13:27:01 2011 -0800
uhd: increment api compat number
commit 5e00de56713729b7c366884d3a1e31ffa3423b13
Author: Josh Blum <address@hidden>
Date: Wed Jan 5 12:46:39 2011 -0800
uhd: removed ranges template stuff, added some python polish in __init__.py
commit f0d2f41a77107fd5e194e196f93ecba4d6fe2df9
Author: Josh Blum <address@hidden>
Date: Thu Dec 30 19:42:33 2010 -0800
uhd: multi device, set timestamps without SOB on every burst in the work
function
-----------------------------------------------------------------------
Summary of changes:
config/grc_gr_uhd.m4 | 4 +-
gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py | 16 ++--
gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py | 14 +--
gr-uhd/lib/Makefile.am | 3 +-
.../general/malloc16.h => gr-uhd/lib/gr_uhd_api.h | 22 ++---
gr-uhd/lib/uhd_multi_usrp_sink.cc | 51 ++++++-----
gr-uhd/lib/uhd_multi_usrp_sink.h | 15 ++--
gr-uhd/lib/uhd_multi_usrp_source.cc | 12 ++--
gr-uhd/lib/uhd_multi_usrp_source.h | 15 ++--
gr-uhd/lib/uhd_single_usrp_sink.cc | 15 ++--
gr-uhd/lib/uhd_single_usrp_sink.h | 15 ++--
gr-uhd/lib/uhd_single_usrp_source.cc | 94 ++++++++++++++++----
gr-uhd/lib/uhd_single_usrp_source.h | 19 ++---
gr-uhd/swig/__init__.py | 48 ++++++++++-
gr-uhd/swig/uhd_swig.i | 37 +++++---
15 files changed, 244 insertions(+), 136 deletions(-)
copy gnuradio-core/src/lib/general/malloc16.h => gr-uhd/lib/gr_uhd_api.h (74%)
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-865-gd429522,
git repository hosting <=