Package: pd-creb / 0.9.2+darcs20151027-1

Metadata

Package Version Patches format
pd-creb 0.9.2+darcs20151027-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_makeflags.patch | (download)

Makefile.config.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 allow additional cflags/ldflags
 so we can inject hardening flags
fix invalid t_int use.patch | (download)

modules++/biquadseries~.cc | 4 2 + 2 - 0 !
modules++/blosc~.cc | 36 18 + 18 - 0 !
modules++/filterortho~.cc | 4 2 + 2 - 0 !
modules/bdiag~.c | 4 2 + 2 - 0 !
modules/bfft~.c | 26 13 + 13 - 0 !
modules/bitsplit~.c | 8 4 + 4 - 0 !
modules/blocknorm~.c | 10 5 + 5 - 0 !
modules/bwin~.c | 4 2 + 2 - 0 !
modules/cheby~.c | 6 3 + 3 - 0 !
modules/cmath.c | 16 8 + 8 - 0 !
modules/diag~.c | 4 2 + 2 - 0 !
modules/dist~.c | 4 2 + 2 - 0 !
modules/dwt.c | 46 23 + 23 - 0 !
modules/dynwav~.c | 6 3 + 3 - 0 !
modules/eadsr~.c | 4 2 + 2 - 0 !
modules/ead~.c | 6 3 + 3 - 0 !
modules/ear~.c | 4 2 + 2 - 0 !
modules/eblosc~.c | 18 9 + 9 - 0 !
modules/fdn~.c | 46 23 + 23 - 0 !
modules/ffpoly.c | 16 8 + 8 - 0 !
modules/junction~.c | 8 4 + 4 - 0 !
modules/lattice~.c | 16 8 + 8 - 0 !
modules/matrix~.c | 6 3 + 3 - 0 !
modules/permut~.c | 18 9 + 9 - 0 !
modules/qmult~.c | 4 2 + 2 - 0 !
modules/qnorm~.c | 4 2 + 2 - 0 !
modules/ramp~.c | 6 3 + 3 - 0 !
modules/resofilt~.c | 4 2 + 2 - 0 !
modules/sawtooth~.c | 6 3 + 3 - 0 !
modules/scrollgrid1D~.c | 6 3 + 3 - 0 !
modules/xfm~.c | 6 3 + 3 - 0 !
31 files changed, 178 insertions(+), 178 deletions(-)

 fix crashes due to mis-allocation of memory
 (t_int) is incompatible with (int)
 ...and should *never* be used as an integer numeric type!
creb_object.patch | (download)

modules/setup.c | 48 48 + 0 - 0 !
1 file changed, 48 insertions(+)

 provide [creb] object
 so the library can be loaded by creating the object