Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12604
Modified Files: build.txt changes.txt flext.vcproj Log Message: fixed faulty assertion fixed buggy memory deallocation for AtomListStatic
Index: flext.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** flext.vcproj 12 Dec 2005 00:18:19 -0000 1.53 --- flext.vcproj 14 Mar 2006 17:13:44 -0000 1.54 *************** *** 123,127 **** Optimization="0" AdditionalIncludeDirectories="c:\data\prog\packs\pthreads\include;"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="1" --- 123,127 ---- Optimization="0" AdditionalIncludeDirectories="c:\data\prog\packs\pthreads\include;"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;xFLEXT_USECMEM" BasicRuntimeChecks="3" RuntimeLibrary="1"
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** changes.txt 15 Dec 2005 23:04:06 -0000 1.93 --- changes.txt 14 Mar 2006 17:13:44 -0000 1.94 *************** *** 27,30 **** --- 27,31 ---- - added message bundle functionality (to send more messages over the thread boundary to arrive at the same logical time) - fixed dangerous spot (also memory leak) with message queuing + - fixed buggy freeing of memory for AtomListStatic
0.5.0:
Index: build.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/build.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.txt 6 Dec 2005 21:52:25 -0000 1.11 --- build.txt 14 Mar 2006 17:13:44 -0000 1.12 *************** *** 131,134 **** --- 131,135 ----
+ After editing the files you will have to run the build script again to ensure that flext is built.
After successfully building everything, you can install flext with (under Windows) *************** *** 137,140 **** --- 138,142 ---- bash build.sh pd gcc install
+ You will probably have to have superuser rights in order to install things into the default location.