commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (ea5e9f3 -> 3391fa6)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (ea5e9f3 -> 3391fa6)
Date: Sat, 18 Jan 2014 20:32:06 +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  ea5e9f3   Merge branch 'master' into next
      adds  b342a74   build: fixed a warning on OS X.
      adds  75774bd   Merge branch 'maint'
      adds  95dcf80   wx: Only call XInitThreads for linux
      adds  07ed547   wxgui: Make sure to only start the flow graph once all 
init is done
      adds  6b19c5d   volk: adding volk_malloc and volk_free functions to 
handle allocation of aligned memory.
      adds  44437ce   filter: switched from using fft::malloc to volk_malloc.
      adds  38d88e4   qtgui: switched from using fft::malloc to volk_malloc.
      adds  213f244   Merge branch 'volk_malloc'
       new  3391fa6   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/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]