[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (67aa043 -> 213f244)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (67aa043 -> 213f244) |
Date: |
Sat, 18 Jan 2014 20:31:57 +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 67aa043 Merge remote-tracking branch 'martin/ofdm-fixes'
adds b342a74 build: fixed a warning on OS X.
new 75774bd Merge branch 'maint'
new 95dcf80 wx: Only call XInitThreads for linux
new 07ed547 wxgui: Make sure to only start the flow graph once all
init is done
new 6b19c5d volk: adding volk_malloc and volk_free functions to
handle allocation of aligned memory.
new 44437ce filter: switched from using fft::malloc to volk_malloc.
new 38d88e4 qtgui: switched from using fft::malloc to volk_malloc.
new 213f244 Merge branch 'volk_malloc'
The 7 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/lib/thread/thread.cc | 1 +
gr-filter/lib/fft_filter.cc | 16 ++-
gr-filter/lib/fir_filter.cc | 60 ++++-----
gr-filter/lib/fir_filter_with_buffer.cc | 49 ++++----
gr-filter/lib/qa_fir_filter_with_buffer.cc | 64 +++++-----
gr-filter/lib/qa_mmse_fir_interpolator_cc.cc | 6 +-
gr-filter/lib/qa_mmse_fir_interpolator_ff.cc | 5 +-
gr-qtgui/lib/const_sink_c_impl.cc | 20 +--
gr-qtgui/lib/freq_sink_c_impl.cc | 30 +++--
gr-qtgui/lib/freq_sink_f_impl.cc | 30 +++--
gr-qtgui/lib/histogram_sink_f_impl.cc | 10 +-
gr-qtgui/lib/time_raster_sink_b_impl.cc | 20 +--
gr-qtgui/lib/time_raster_sink_f_impl.cc | 20 +--
gr-qtgui/lib/time_sink_c_impl.cc | 10 +-
gr-qtgui/lib/time_sink_f_impl.cc | 10 +-
gr-qtgui/lib/waterfall_sink_c_impl.cc | 30 +++--
gr-qtgui/lib/waterfall_sink_f_impl.cc | 30 +++--
volk/CMakeLists.txt | 1 +
volk/include/volk/volk_malloc.h | 66 ++++++++++
volk/lib/CMakeLists.txt | 1 +
volk/lib/volk_malloc.c | 176 +++++++++++++++++++++++++++
volk/tmpl/volk.tmpl.h | 1 +
22 files changed, 480 insertions(+), 176 deletions(-)
create mode 100644 volk/include/volk/volk_malloc.h
create mode 100644 volk/lib/volk_malloc.c
- [Commit-gnuradio] [gnuradio] branch master updated (67aa043 -> 213f244),
git <=
- [Commit-gnuradio] [gnuradio] 05/07: qtgui: switched from using fft::malloc to volk_malloc., git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 06/07: Merge branch 'maint', git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 03/07: volk: adding volk_malloc and volk_free functions to handle allocation of aligned memory., git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 02/07: wxgui: Make sure to only start the flow graph once all init is done, git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 01/07: wx: Only call XInitThreads for linux, git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 04/07: filter: switched from using fft::malloc to volk_malloc., git, 2014/01/18
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'volk_malloc', git, 2014/01/18