[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, gr_blocks, updated. 3
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, gr_blocks, updated. 3929ba12717811edd97b967652d90849ff38b395 |
Date: |
Wed, 30 Nov 2011 21:37:49 +0000 (UTC) |
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/jblum".
The branch, gr_blocks has been updated
via 3929ba12717811edd97b967652d90849ff38b395 (commit)
via a5404ae385dc4e73279c37ff96f3d89b8b3513f0 (commit)
via fed3418d776d8156d9d3393fc39653b86bc8003b (commit)
via 4b8c725d5a569de882c6f1bb91a79dc0838b36ba (commit)
via 502cb0c81f7143d578c0e78d982d812559c4c9e9 (commit)
via 9796eebc9a21c61744f1bdc74809b49bdb3cfe43 (commit)
via 702bcba9ad5073ecc8899e49b3fe1be5e92698dd (commit)
from f58733adf825834c951a1be4672c62d1f70a67ce (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 3929ba12717811edd97b967652d90849ff38b395
Author: Josh Blum <address@hidden>
Date: Wed Nov 30 16:38:05 2011 -0500
blocks: work on templated noise source
commit a5404ae385dc4e73279c37ff96f3d89b8b3513f0
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 19:21:18 2011 -0800
Volk: since we have a profiler, we don't need to iterate during QA, so this
can go much faster
Conflicts:
volk/lib/testqa.cc
commit fed3418d776d8156d9d3393fc39653b86bc8003b
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 19:16:57 2011 -0800
Volk: remove index max horizontal star from test, it shouldn't be there
either
commit 4b8c725d5a569de882c6f1bb91a79dc0838b36ba
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 18:57:07 2011 -0800
Volk: bring QA test changes into the profiler as well
commit 502cb0c81f7143d578c0e78d982d812559c4c9e9
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 18:42:35 2011 -0800
Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32
impls is needed to determine if these have robust tail cases or not.
also fixed max_star test by removing it -- can't return ptrs in current
test framework, needs custom test.
commit 9796eebc9a21c61744f1bdc74809b49bdb3cfe43
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 18:24:13 2011 -0800
Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating
magnitudes
Conflicts:
volk/lib/testqa.cc
commit 702bcba9ad5073ecc8899e49b3fe1be5e92698dd
Author: Nick Foster <address@hidden>
Date: Mon Nov 28 18:02:19 2011 -0800
Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)
-----------------------------------------------------------------------
Summary of changes:
gr-blocks/grc/blocks_block_tree.xml | 3 +-
...ocks_sig_source.xml => blocks_noise_source.xml} | 35 ++---
...cks_sig_source.xml => blocks_signal_source.xml} | 4 +-
gr-blocks/include/CMakeLists.txt | 3 +-
.../blocks/{sig_source.h => noise_source.h} | 24 +--
.../blocks/{sig_source.h => signal_source.h} | 10 +-
gr-blocks/lib/CMakeLists.txt | 3 +-
gr-blocks/lib/{sig_source.cc => noise_source.cc} | 77 ++++------
gr-blocks/lib/{sig_source.cc => signal_source.cc} | 34 ++--
gr-blocks/swig/CMakeLists.txt | 2 +-
.../swig/{blocks_sig_source.i => blocks_sources.i} | 9 +-
gr-blocks/swig/blocks_swig.i | 2 +-
volk/apps/volk_profile.cc | 8 +-
volk/lib/testqa.cc | 160 ++++++++++----------
.../volk_32fc_s32f_magnitude_16i_a_orc_impl.orc | 10 +-
15 files changed, 185 insertions(+), 199 deletions(-)
copy gr-blocks/grc/{blocks_sig_source.xml => blocks_noise_source.xml} (71%)
rename gr-blocks/grc/{blocks_sig_source.xml => blocks_signal_source.xml} (95%)
copy gr-blocks/include/gnuradio/blocks/{sig_source.h => noise_source.h} (64%)
rename gr-blocks/include/gnuradio/blocks/{sig_source.h => signal_source.h}
(87%)
copy gr-blocks/lib/{sig_source.cc => noise_source.cc} (61%)
rename gr-blocks/lib/{sig_source.cc => signal_source.cc} (80%)
rename gr-blocks/swig/{blocks_sig_source.i => blocks_sources.i} (82%)
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, gr_blocks, updated. 3929ba12717811edd97b967652d90849ff38b395,
git version control <=