[PD-cvs] externals/grill/flext bootstrap.sh,1.1,1.2 changes.txt,1.71,1.72 AUTHORS,1.2,NONE ChangeLog,1.1,NONE INSTALL,1.2,NONE NEWS,1.3,NONE README,1.1,NONE

Thomas Grill xovo at users.sourceforge.net
Thu Jan 27 05:57:27 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27306

Modified Files:
	bootstrap.sh changes.txt 
Removed Files:
	AUTHORS ChangeLog INSTALL NEWS README 
Log Message:
Fixes for Mac
fixed autoconf files
updates for batch mode
some more SIMD optimized functions


Index: bootstrap.sh
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/bootstrap.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bootstrap.sh	26 Oct 2004 20:03:23 -0000	1.1
--- bootstrap.sh	27 Jan 2005 04:57:25 -0000	1.2
***************
*** 2,5 ****
  
  aclocal \
! && automake --add-missing \
  && autoconf
--- 2,5 ----
  
  aclocal \
! && automake --foreign \
  && autoconf

--- INSTALL DELETED ---

--- ChangeLog DELETED ---

--- README DELETED ---

--- NEWS DELETED ---

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** changes.txt	26 Jan 2005 05:01:15 -0000	1.71
--- changes.txt	27 Jan 2005 04:57:25 -0000	1.72
***************
*** 31,34 ****
--- 31,35 ----
  - in ToOut check if we are inside dsp (and use ToQueue then...)
  - some restructuring and use symbols (rather the char *) natively for AddMethod* and AddAttrib* functions
+ - added some more SIMD functionality
  
  0.4.7:

--- AUTHORS DELETED ---





More information about the Pd-cvs mailing list