[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.4.0git-130-g207a2ae |
Date: |
Mon, 2 May 2011 13:56:08 +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, master has been updated
via 207a2ae73bd5d6cab201bb57ed8db64fd54cfd90 (commit)
via 7a91b8226f71d75b027beb466f965bbba97c07a8 (commit)
via e1558e1c529d7840a7f6abd366b023cffe3d630e (commit)
via bab5e5cab6562b0c163e8c925e76e84a12eeff20 (commit)
via a92cb89b5529728d9fce781aff85916b3879fbdd (commit)
via 517bee34087044336f83c4717734d3d1f5ff5b02 (commit)
via 6f6cef02f4d2f7750c8dcda847dda0df61407b9a (commit)
via af1d0a61d01c7c17dedcb5388ed8a077213d4b4f (commit)
via 66d7b23402dd9c366bb6c824d693274ccf3868db (commit)
via 4cdd41c1046cef12601602bd38dc8ebf42d1550d (commit)
via 8fb43aa9093fbbb5c9d8b9418c144dbf33730127 (commit)
via 4f41cde8c65a76cfd74d40ec24b530ef3fe4a5f4 (commit)
from b3d961180d52536485173bd4a3dcee44550a70f6 (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 207a2ae73bd5d6cab201bb57ed8db64fd54cfd90
Merge: 7a91b8226f71d75b027beb466f965bbba97c07a8
a92cb89b5529728d9fce781aff85916b3879fbdd
Author: Tom Rondeau <address@hidden>
Date: Mon May 2 12:35:16 2011 +0100
Merge branch 'mergeme/grc/cross_platform_work'
commit 7a91b8226f71d75b027beb466f965bbba97c07a8
Merge: e1558e1c529d7840a7f6abd366b023cffe3d630e
517bee34087044336f83c4717734d3d1f5ff5b02
Author: Tom Rondeau <address@hidden>
Date: Mon May 2 11:25:17 2011 +0100
Merge branch 'mergeme/uhd/gain_names'
commit e1558e1c529d7840a7f6abd366b023cffe3d630e
Merge: b3d961180d52536485173bd4a3dcee44550a70f6
bab5e5cab6562b0c163e8c925e76e84a12eeff20
Author: Tom Rondeau <address@hidden>
Date: Thu Apr 28 14:23:01 2011 +0100
Merge branch 'mergme/audio/api_macro'
commit bab5e5cab6562b0c163e8c925e76e84a12eeff20
Author: Josh Blum <address@hidden>
Date: Sun Apr 24 19:02:18 2011 -0700
audio: filled in the GR_AUDIO_API macro (since we now have
gruel/attributes.h)
commit a92cb89b5529728d9fce781aff85916b3879fbdd
Author: Josh Blum <address@hidden>
Date: Fri Apr 15 13:09:55 2011 -0700
grc: added logic to discover the path to the python interpreter
Rather than simply exec-ing the application w/ "python",
use the same interpreter that executed grc w/ full path.
Added code to handle the following exceptions:
- for a wx app on mac osx, use the pythonw interpreter
(this was in the m4 file, but its easier as a runtime check)
- for a no gui app on linux, prepend xterm cuz its nice
(we were already doing that but its now restricted to linux)
commit 517bee34087044336f83c4717734d3d1f5ff5b02
Author: Jason Abele <address@hidden>
Date: Mon Apr 18 18:46:37 2011 -0700
Expose named gain stages in gr-uhd via swig
commit 6f6cef02f4d2f7750c8dcda847dda0df61407b9a
Author: Jason Abele <address@hidden>
Date: Mon Apr 18 14:02:37 2011 -0700
Added necessary swig to get i2c_writes through dboard_iface
commit af1d0a61d01c7c17dedcb5388ed8a077213d4b4f
Author: Josh Blum <address@hidden>
Date: Thu Apr 14 10:49:23 2011 -0700
grc: replaced asserts in gui subdirectory
commit 66d7b23402dd9c366bb6c824d693274ccf3868db
Author: Josh Blum <address@hidden>
Date: Thu Apr 14 10:40:36 2011 -0700
grc: replaced asserts in base subdirectory
commit 4cdd41c1046cef12601602bd38dc8ebf42d1550d
Author: Josh Blum <address@hidden>
Date: Thu Apr 14 10:05:33 2011 -0700
grc: replaced asserts in python subdirectory
commit 8fb43aa9093fbbb5c9d8b9418c144dbf33730127
Author: Josh Blum <address@hidden>
Date: Thu Apr 14 09:39:07 2011 -0700
grc: define __doc__ for license in case its optimized out (that was easy)
commit 4f41cde8c65a76cfd74d40ec24b530ef3fe4a5f4
Author: Josh Blum <address@hidden>
Date: Thu Apr 14 09:37:27 2011 -0700
grc: remove integrity checks, we wont need them when I'm done
-----------------------------------------------------------------------
Summary of changes:
config/grc_grc.m4 | 11 -----
gr-audio/include/gr_audio_api.h | 6 ++-
gr-uhd/include/gr_uhd_usrp_sink.h | 32 +++++++++++++++
gr-uhd/include/gr_uhd_usrp_source.h | 32 +++++++++++++++
gr-uhd/lib/gr_uhd_usrp_sink.cc | 16 +++++++
gr-uhd/lib/gr_uhd_usrp_source.cc | 16 +++++++
gr-uhd/swig/uhd_swig.i | 3 +-
grc/Makefile.am | 1 -
grc/base/Block.py | 14 +++---
grc/base/Connection.py | 12 +++--
grc/base/FlowGraph.py | 20 ++++++---
grc/base/Param.py | 30 +++++++-------
grc/base/Platform.py | 21 ++-------
grc/base/Port.py | 6 +-
grc/base/odict.py | 8 ++--
grc/grc.conf.in | 1 -
grc/gui/ActionHandler.py | 5 +-
grc/gui/Actions.py | 5 +-
grc/gui/FlowGraph.py | 10 ++--
grc/gui/Utils.py | 5 +-
grc/python/Block.py | 13 +++---
grc/python/Connection.py | 6 +-
grc/python/Constants.py | 6 +--
grc/python/Generator.py | 20 +++++++--
grc/python/Param.py | 75 ++++++++++++++++-------------------
grc/python/Platform.py | 4 +-
grc/python/Port.py | 21 +++++-----
grc/python/expr_utils.py | 6 +-
grc/python/extract_docs.py | 6 +-
29 files changed, 248 insertions(+), 163 deletions(-)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.4.0git-130-g207a2ae,
git repository hosting <=