[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (78551a5 -> ca69ec5)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (78551a5 -> ca69ec5) |
Date: |
Fri, 7 Mar 2014 00:24:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 78551a5 Merge branch 'maint'
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"
new 46d549f Merge branch 'maint'
new 9d71cfc volk: add regex option to profile
new 05161c9 volk: add/remove ORC protokernels in volk_modtool
new 0fe6492 volk: don't write to volk_config if using regex
new e708381 volk: add implicit true to profile's benchmark mode
new 2308ba9 Merge remote-tracking branch 'nwest/volk_features'
new 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.
new ca69ec5 Merge branch 'maint'
The 8 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 master updated (78551a5 -> ca69ec5),
git <=
- [Commit-gnuradio] [gnuradio] 04/08: Merge branch 'maint', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 03/08: volk: add implicit true to profile's benchmark mode, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 02/08: volk: don't write to volk_config if using regex, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 05/08: volk: add regex option to profile, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'nwest/volk_features', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 01/08: volk: add/remove ORC protokernels in volk_modtool, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 08/08: Merge branch 'maint', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 07/08: volk: adds unaligned sse 32fc_32f_dot_prod_32fc, 16i_32fc_dot_prod_32fc, and 32fc_x2_dot_prod_16i proto-kernels., git, 2014/03/06