Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22965
Modified Files: changes.txt config-pd-linux.txt flext.doxy flext.vcproj make-files.txt Log Message: ""
Index: config-pd-linux.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-linux.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** config-pd-linux.txt 8 Nov 2003 03:35:34 -0000 1.23 --- config-pd-linux.txt 23 Apr 2004 22:14:11 -0000 1.24 *************** *** 9,13 **** # if it is a system include path (like /usr/local/include) # you should leave it blank (as e.g. g++ 3.2 complains about it) ! PDPATH=/usr/src/pd-0.37-0/src
# where is the SndObj include directory? --- 9,13 ---- # if it is a system include path (like /usr/local/include) # you should leave it blank (as e.g. g++ 3.2 complains about it) ! PDPATH=/usr/src/pd-0.37-1/src
# where is the SndObj include directory?
Index: flext.doxy =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.doxy,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** flext.doxy 12 Dec 2003 22:46:39 -0000 1.9 --- flext.doxy 23 Apr 2004 22:14:11 -0000 1.10 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = flext ! PROJECT_NUMBER = "version 0.4.5" OUTPUT_DIRECTORY = f:/prog/max/flext/doc/ OUTPUT_LANGUAGE = English --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = flext ! PROJECT_NUMBER = "version 0.4.6" OUTPUT_DIRECTORY = f:/prog/max/flext/doc/ OUTPUT_LANGUAGE = English
Index: make-files.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/make-files.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** make-files.txt 20 Jul 2003 02:36:32 -0000 1.9 --- make-files.txt 23 Apr 2004 22:14:11 -0000 1.10 *************** *** 1,14 **** ! SRCS=flbase.cpp flext.cpp flbuf.cpp fldsp.cpp fllib.cpp flxlet.cpp flattr.cpp flattr_ed.cpp flsupport.cpp \ ! flutil.cpp flatom.cpp flatom_pr.cpp flthr.cpp fltimer.cpp flsimd.cpp flout.cpp \ ! flatom_app.cpp flatom_part.cpp flitem.cpp flmeth.cpp flmsg.cpp \ ! flproxy.cpp flqueue.cpp flbind.cpp
- HDRS=flprefix.h flstdc.h flbase.h flclass.h flext.h flsupport.h fldsp.h flinternal.h \ - fldefs.h fldefs_hdr.h fldefs_setup.h \ - fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \ - fldefs_attrcb.h fldefs_attrvar.h fldefs_attradd.h
SRCS_SNDOBJ=flsndobj.cpp HDRS_SNDOBJ=flsndobj.h SRCS_STK=flstk.cpp HDRS_STK=flstk.h --- 1,19 ---- ! SRCS= \ ! flbase.cpp flext.cpp flbuf.cpp fldsp.cpp fllib.cpp \ ! flxlet.cpp flattr.cpp flattr_ed.cpp flsupport.cpp \ ! flutil.cpp flatom.cpp flatom_pr.cpp flthr.cpp fltimer.cpp flsimd.cpp flout.cpp \ ! flatom_app.cpp flatom_part.cpp flitem.cpp flmeth.cpp flmsg.cpp \ ! flproxy.cpp flqueue.cpp flbind.cpp ! HDRS= \ ! flprefix.h flstdc.h flbase.h flclass.h flext.h flsupport.h flmap.h fldsp.h flinternal.h \ ! fldefs.h fldefs_hdr.h fldefs_setup.h \ ! fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \ ! fldefs_attrcb.h fldefs_attrvar.h fldefs_attradd.h
SRCS_SNDOBJ=flsndobj.cpp HDRS_SNDOBJ=flsndobj.h + SRCS_STK=flstk.cpp + HDRS_STK=flstk.h
Index: flext.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** flext.vcproj 6 Mar 2004 03:25:47 -0000 1.26 --- flext.vcproj 23 Apr 2004 22:14:11 -0000 1.27 *************** *** 3311,3314 **** --- 3311,3317 ---- </File> <File + RelativePath=".\source\flmap.h"> + </File> + <File RelativePath="source\flmspbuffer.h"> </File>
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** changes.txt 23 Apr 2004 02:32:55 -0000 1.45 --- changes.txt 23 Apr 2004 22:14:11 -0000 1.46 *************** *** 29,32 **** --- 29,33 ---- - fixed bug with attribute dumping - default arguments for object construction (types float0,int0,t_symtype0 for FLEXT_NEW*) + - added flext::sym__ for empty symbol ""
0.4.5: