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 "pure-data".
The branch, master has been updated via b59ec86f0276cab4ea77fb3f5d6ad4a71658f791 (commit) via cef188cc95dcad22a4284f878802d5eee17ea1f5 (commit) via f4a42e827816ff400950809edbde907cf5fcf9df (commit) via 4d4630a33a17fd62644a8173b767591c481ab150 (commit) from f5efaa6347270fbbe552cb4e25ec21f77a7223f3 (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 b59ec86f0276cab4ea77fb3f5d6ad4a71658f791 Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 6 19:03:39 2014 -0700
switch from mayer FFT to Ooura one.
commit cef188cc95dcad22a4284f878802d5eee17ea1f5 Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 6 17:26:14 2014 -0700
make d_fft_fftsg.c compilable as float or double
commit f4a42e827816ff400950809edbde907cf5fcf9df Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 6 17:02:30 2014 -0700
switch to fftsg from mayer (after some debugging)
commit 4d4630a33a17fd62644a8173b767591c481ab150 Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 6 13:55:26 2014 -0700
fixed data properties dialog to stay open when hit 'send'
-----------------------------------------------------------------------
Summary of changes: src/Makefile.am | 5 +- src/d_fft_fftsg.c | 370 +++--- src/d_fft_fftw.c | 13 + src/d_fft_mayer.c | 423 ------- src/d_fftroutine.c | 1000 --------------- src/d_fftsg_h.c | 3447 ---------------------------------------------------- src/g_readwrite.c | 48 +- src/g_template.c | 5 - src/makefile.gnu | 2 +- src/makefile.mac | 2 +- src/makefile.mingw | 2 +- src/makefile.msvc | 2 +- 12 files changed, 247 insertions(+), 5072 deletions(-) delete mode 100644 src/d_fft_mayer.c delete mode 100644 src/d_fftroutine.c delete mode 100644 src/d_fftsg_h.c
hooks/post-receive