Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22846
Modified Files:
changes.txt flext.cw makefile.pd-mingw
Log Message:
""
Index: flext.cw
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.cw,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
Binary files /tmp/cvsc3OBMQ and /tmp/cvswIoNnB differ
Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** changes.txt 23 Apr 2004 22:14:11 -0000 1.46
--- changes.txt 21 Jun 2004 13:58:13 -0000 1.47
***************
*** 14,17 ****
--- 14,23 ----
Version history:
+ 0.4.7:
+ - added flext::GetBool (just because flext::GetInt has been there for a while)
+ - added bool to usable types for creation arguments
+ - protection for SIMD routines with count=0
+ - support exceptions for setup functions, object creation and destruction, method handling
+
0.4.6:
- added a text edit window for list attributes
Index: makefile.pd-mingw
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/makefile.pd-mingw,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile.pd-mingw 23 Feb 2004 03:27:45 -0000 1.2
--- makefile.pd-mingw 21 Jun 2004 13:58:18 -0000 1.3
***************
*** 59,63 ****
TARGET_SD=$(TARGDIR)/$(NAME)_d.dll
! TARGETS=$(TARGET) $(TARGET_D) $(TARGET_T) $(TARGET_TD) $(TARGET_S) $(TARGET_SD)
--- 59,63 ----
TARGET_SD=$(TARGDIR)/$(NAME)_d.dll
! TARGETS=$(TARGET) $(TARGET_D) # $(TARGET_T) $(TARGET_TD) $(TARGET_S) $(TARGET_SD)