[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (7f92fd4 -> 6c8d0d2)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (7f92fd4 -> 6c8d0d2) |
Date: |
Fri, 7 Mar 2014 00:24:13 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from 7f92fd4 Merge branch 'master' into next
adds a386edc runtime: exposing set_min_noutput_items to python.
adds fe1624a digital: examples will fail without some Python packages
but need sys module to exit properly.
adds 93370fb Revert "volk: add regex option to profile"
adds 46d549f Merge branch 'maint'
adds 9d71cfc volk: add regex option to profile
adds 05161c9 volk: add/remove ORC protokernels in volk_modtool
adds 0fe6492 volk: don't write to volk_config if using regex
adds e708381 volk: add implicit true to profile's benchmark mode
adds 2308ba9 Merge remote-tracking branch 'nwest/volk_features'
adds 0b5950d volk: adds unaligned sse 32fc_32f_dot_prod_32fc,
16i_32fc_dot_prod_32fc, and 32fc_x2_dot_prod_16i proto-kernels.
adds 8fbba12 digital: replaces buffer copies with
fir_filter_with_buffer to handle more sanely and with fewer extra copies.
adds ca69ec5 Merge branch 'maint'
new 6c8d0d2 Merge branch 'master' into next
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnuradio-runtime/swig/block.i | 4 +-
gr-digital/examples/berawgn.py | 11 +--
gr-digital/examples/example_costas.py | 15 ++--
gr-digital/examples/example_fll.py | 15 ++--
gr-digital/examples/example_timing.py | 21 +++---
gr-digital/lib/fll_band_edge_cc_impl.cc | 43 ++++-------
gr-digital/lib/fll_band_edge_cc_impl.h | 20 +++--
volk/apps/volk_profile.cc | 58 +++++++++------
volk/kernels/volk/volk_16i_32fc_dot_prod_32fc.h | 90 ++++++++++++++++++++++-
volk/kernels/volk/volk_32f_x2_dot_prod_16i.h | 75 ++++++++++++++++++-
volk/kernels/volk/volk_32fc_32f_dot_prod_32fc.h | 76 +++++++++++++++++++
volk/python/volk_modtool/volk_modtool_generate.py | 24 +++++-
12 files changed, 354 insertions(+), 98 deletions(-)
- [Commit-gnuradio] [gnuradio] branch next updated (7f92fd4 -> 6c8d0d2),
git <=