[PD-cvs] externals/grill/flext changes.txt,1.26,1.27 config-pd-linux.txt,1.21,1.22 flext.vcproj,1.19,1.20

xovo at users.sourceforge.net xovo at users.sourceforge.net
Fri Oct 17 04:38:11 CEST 2003


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1:/tmp/cvs-serv31410

Modified Files:
	changes.txt config-pd-linux.txt flext.vcproj 
Log Message:
 ""

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** changes.txt	2 Oct 2003 02:32:47 -0000	1.26
--- changes.txt	17 Oct 2003 02:38:09 -0000	1.27
***************
*** 35,38 ****
--- 35,39 ----
  - added support for patcher arguments for attributes (use # instead of $ to save them with a patch)
  - moved memory functions and console output from flext to super-base-class flext_root and derived all helper classes from that
+ - changed FLEXT_THREAD_X: wrappers doesn't delete the passed data pointer anymore -> the called method is responsible for that (and it knows the type....)
  
  0.4.4:

Index: config-pd-linux.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-linux.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** config-pd-linux.txt	3 Oct 2003 02:32:48 -0000	1.21
--- config-pd-linux.txt	17 Oct 2003 02:38:09 -0000	1.22
***************
*** 13,21 ****
  # where is the SndObj include directory?
  # (leave blank or comment out to disable SndObj support)
! SNDOBJ=/usr/local/include #/SndObj
  
  # where is the STK include directory?
  # (leave blank or comment out to disable STK support)
! STK=/usr/src/stk-4.1.1/include
  
  # where should flext libraries be built?
--- 13,21 ----
  # where is the SndObj include directory?
  # (leave blank or comment out to disable SndObj support)
! #SNDOBJ=/usr/local/include
  
  # where is the STK include directory?
  # (leave blank or comment out to disable STK support)
! #STK=/usr/src/stk-4.1.1/include
  
  # where should flext libraries be built?

Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** flext.vcproj	19 Sep 2003 02:32:53 -0000	1.19
--- flext.vcproj	17 Oct 2003 02:38:09 -0000	1.20
***************
*** 226,230 ****
  				Optimization="2"
  				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="c:\programme\audio\pd-0.37\src,f:\prog\audio\sndobj\include,f:\prog\audio\stk\include"
  				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_USE_SIMD"
  				StringPooling="TRUE"
--- 226,230 ----
  				Optimization="2"
  				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\audio\sndobj\include,f:\prog\audio\stk\include"
  				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_USE_SIMD"
  				StringPooling="TRUE"






More information about the Pd-cvs mailing list