[PD-cvs] externals/grill/flext changes.txt, 1.84, 1.85 flext.vcproj, 1.48, 1.49 package.txt, 1.10, 1.11

Thomas Grill xovo at users.sourceforge.net
Mon Aug 22 21:20:29 CEST 2005


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

Modified Files:
	changes.txt flext.vcproj package.txt 
Log Message:
adapted for pd-devel 0.39
- better handling of click callback
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
added flfeatures.h for compile-time version-specific feature detection
changes for devel_0_39 support


Index: package.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/package.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** package.txt	19 Apr 2005 13:29:51 -0000	1.10
--- package.txt	22 Aug 2005 19:20:27 -0000	1.11
***************
*** 34,38 ****
  	flproxy.cpp flqueue.cpp flbind.cpp flmap.cpp
  HDRS= \
! 	flprefix.h flstdc.h flbase.h flclass.h flext.h flsupport.h flmap.h fldsp.h flinternal.h flcontainers.h \
  	fldefs.h fldefs_hdr.h fldefs_setup.h \
  	fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \
--- 34,40 ----
  	flproxy.cpp flqueue.cpp flbind.cpp flmap.cpp
  HDRS= \
! 	flext.h flprefix.h flstdc.h flinternal.h flfeatures.h \
! 	flbase.h flclass.h flsupport.h fldsp.h \
! 	flmap.h flcontainers.h \
  	fldefs.h fldefs_hdr.h fldefs_setup.h \
  	fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \
***************
*** 44,47 ****
  
  SRCS_STK=flstk.cpp
- 
  HDRS_STK=flstk.h
--- 46,48 ----

Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** flext.vcproj	30 Jul 2005 21:59:31 -0000	1.48
--- flext.vcproj	22 Aug 2005 19:20:27 -0000	1.49
***************
*** 123,129 ****
  				Optimization="0"
  				AdditionalIncludeDirectories="c:\data\pd\pd-cvs\src;c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_PD;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS;xFLEXT_ATTRHIDE;xFLEXT_NOATTREDIT"
  				BasicRuntimeChecks="3"
! 				RuntimeLibrary="1"
  				RuntimeTypeInfo="TRUE"
  				UsePrecompiledHeader="2"
--- 123,129 ----
  				Optimization="0"
  				AdditionalIncludeDirectories="c:\data\pd\pd-cvs\src;c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_PD;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS;xFLEXT_ATTRHIDE;xFLEXT_NOATTREDIT;_WIN32_WINNT=0x501"
  				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
  				RuntimeTypeInfo="TRUE"
  				UsePrecompiledHeader="2"
***************
*** 692,696 ****
  				EnableFiberSafeOptimizations="FALSE"
  				AdditionalIncludeDirectories=""C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\max-includes";"C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\msp-includes";c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_MAX;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS"
  				StringPooling="TRUE"
  				RuntimeLibrary="1"
--- 692,696 ----
  				EnableFiberSafeOptimizations="FALSE"
  				AdditionalIncludeDirectories=""C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\max-includes";"C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\msp-includes";c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_MAX;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS;_WIN32_WINNT=0x501"
  				StringPooling="TRUE"
  				RuntimeLibrary="1"

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** changes.txt	30 Jul 2005 21:59:30 -0000	1.84
--- changes.txt	22 Aug 2005 19:20:27 -0000	1.85
***************
*** 15,18 ****
--- 15,19 ----
  - better handling of click callback
  - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
+ - added header file flfeatures.h for compile-time detection of version-specific features
  
  0.5.0:





More information about the Pd-cvs mailing list