[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-43-g5c358af |
Date: |
Thu, 7 Apr 2011 22:20:30 +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 5c358afd00347f5da7a59dd73ea79cd3df26659d (commit)
via e84ec722cb8643b8e8156514fab77c9199832e7c (commit)
via 82c41716e7ad1642266fefa819b60e674142e79b (commit)
via e36dc98e5f5aa82b146007c0379b6e55eca40578 (commit)
via 4a5c3dd3efaa5a57835e3561b33215d1fcfc7646 (commit)
from f2e366cc4c9929cb2ca70038783b98f9672f6abe (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 5c358afd00347f5da7a59dd73ea79cd3df26659d
Merge: e84ec722cb8643b8e8156514fab77c9199832e7c
f2e366cc4c9929cb2ca70038783b98f9672f6abe
Author: Tom Rondeau <address@hidden>
Date: Thu Apr 7 17:20:24 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit e84ec722cb8643b8e8156514fab77c9199832e7c
Author: Tom Rondeau <address@hidden>
Date: Thu Apr 7 17:20:08 2011 -0400
core: missed a line in the Makefile for int_to_float.
commit 82c41716e7ad1642266fefa819b60e674142e79b
Author: Tom Rondeau <address@hidden>
Date: Thu Apr 7 16:40:54 2011 -0400
core: adding QA code for int_to_float block.
commit e36dc98e5f5aa82b146007c0379b6e55eca40578
Author: Tom Rondeau <address@hidden>
Date: Thu Apr 7 11:09:51 2011 -0400
core: adding a type converter - int -> float.
commit 4a5c3dd3efaa5a57835e3561b33215d1fcfc7646
Author: Tom Rondeau <address@hidden>
Date: Wed Apr 6 17:27:44 2011 -0400
volk: adding missing boost library flags for alternative installs of boost
libs.
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/Makefile.am | 3 ++
gnuradio-core/src/lib/general/general.i | 2 +
.../{gr_char_to_float.cc => gr_int_to_float.cc} | 32 +++++++++++--------
.../{gr_short_to_float.h => gr_int_to_float.h} | 22 +++++++-------
.../gr_and_XX.i.t => general/gr_int_to_float.i} | 13 +++-----
gnuradio-core/src/python/gnuradio/gr/Makefile.am | 1 +
.../gr/{qa_nlog10.py => qa_int_to_float.py} | 24 ++++++++-------
volk/lib/Makefile.am | 2 +-
8 files changed, 54 insertions(+), 45 deletions(-)
copy gnuradio-core/src/lib/general/{gr_char_to_float.cc => gr_int_to_float.cc}
(63%)
copy gnuradio-core/src/lib/general/{gr_short_to_float.h => gr_int_to_float.h}
(70%)
copy gnuradio-core/src/lib/{gengen/gr_and_XX.i.t => general/gr_int_to_float.i}
(79%)
copy gnuradio-core/src/python/gnuradio/gr/{qa_nlog10.py => qa_int_to_float.py}
(69%)
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-43-g5c358af,
git repository hosting <=