[PD-cvs] externals/grill/flext changes.txt,1.64,1.65 flext.vcproj,1.36,1.37

Thomas Grill xovo at users.sourceforge.net
Fri Dec 31 05:58:31 CET 2004


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

Modified Files:
	changes.txt flext.vcproj 
Log Message:
fix for showing attributes on select (and recreate the object on edit)
reconsidered flext::buffer:Update
build system for flext-based externals
added object construction and destruction flags


Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** flext.vcproj	18 Dec 2004 05:00:55 -0000	1.36
--- flext.vcproj	31 Dec 2004 04:58:28 -0000	1.37
***************
*** 274,278 ****
  				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_USE_SIMD"
  				StringPooling="TRUE"
--- 274,278 ----
  				Optimization="2"
  				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="c:\programme\audio\pd\src;c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include"
  				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLEXT_SYS=2;FLEXT_USE_SIMD"
  				StringPooling="TRUE"
***************
*** 647,651 ****
  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_MAX;FLEXT_USE_SIMD;FLEXT_EXPORTS"
  				StringPooling="TRUE"
! 				RuntimeLibrary="1"
  				StructMemberAlignment="2"
  				EnableEnhancedInstructionSet="1"
--- 647,651 ----
  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_MAX;FLEXT_USE_SIMD;FLEXT_EXPORTS"
  				StringPooling="TRUE"
! 				RuntimeLibrary="0"
  				StructMemberAlignment="2"
  				EnableEnhancedInstructionSet="1"

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** changes.txt	17 Dec 2004 05:01:15 -0000	1.64
--- changes.txt	31 Dec 2004 04:58:28 -0000	1.65
***************
*** 25,28 ****
--- 25,30 ----
  - added general atom outlet functions To{Sys,Out,Queue}Atom
  - added build system for flext-based externals
+ - flags for object construction and destruction phase (Initing() and Exiting())
+ - reconsidered flext::buffer::Update
  
  0.4.7:





More information about the Pd-cvs mailing list