Update of /cvsroot/pure-data/externals/grill/pool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18950
Modified Files: help-pool.pd pool.help pool.vcproj readme.txt Log Message: better symbol handling fixed pool::priv init bug added seti, clri updated help and project files more inlined functions
Index: pool.help =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/pool.help,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvss28Uqf and /tmp/cvs7L4KvK differ
Index: pool.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/pool.vcproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pool.vcproj 30 Oct 2004 03:58:58 -0000 1.12 --- pool.vcproj 31 Oct 2004 04:59:26 -0000 1.13 *************** *** 157,161 **** Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories="F:\prog\audio\MaxWinSDK\c74support\max-includes,F:\prog\audio\MaxWinSDK\c74support\msp-includes,f:\prog\max\flext\source" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" --- 157,161 ---- Optimization="2" InlineFunctionExpansion="1" ! 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";..\flext\source" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" *************** *** 178,182 **** LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories=""F:\prog\audio\maxwinsdk\c74support\max-includes";"F:\prog\audio\MaxWinSDK\c74support\msp-includes";"f:\prog\max\flext\max-msvc"" ProgramDatabaseFile=".\pd-msvc/r/pool.pdb" ImportLibrary=".\max-msvc/r/pool.lib" --- 178,182 ---- LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories=""C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\max-includes";"C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\msp-includes";"f:\prog\max\flext\max-msvc"" ProgramDatabaseFile=".\pd-msvc/r/pool.pdb" ImportLibrary=".\max-msvc/r/pool.lib" *************** *** 223,227 **** Optimization="0" InlineFunctionExpansion="0" ! AdditionalIncludeDirectories="F:\prog\audio\MaxWinSDK\c74support\max-includes,F:\prog\audio\MaxWinSDK\c74support\msp-includes,f:\prog\max\flext\source" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" --- 223,227 ---- Optimization="0" InlineFunctionExpansion="0" ! 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";..\flext\source" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" *************** *** 241,249 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="maxapi.lib maxext.lib maxaudio.lib" OutputFile="max-msvc/d/pool.mxe" LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories=""F:\prog\audio\MaxWinSDK\c74support\max-includes\win-includes\debug";"F:\prog\audio\MaxWinSDK\c74support\msp-includes\win-includes\debug",f:\prog\max\flext\max-msvc" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\max-msvc/d/pool.pdb" --- 241,249 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="maxapi.lib maxaudio.lib" OutputFile="max-msvc/d/pool.mxe" LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories=""C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\max-includes";"C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\msp-includes";"f:\prog\max\flext\max-msvc"" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\max-msvc/d/pool.pdb"
Index: help-pool.pd =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/help-pool.pd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** help-pool.pd 30 Oct 2004 03:58:57 -0000 1.6 --- help-pool.pd 31 Oct 2004 04:59:26 -0000 1.7 *************** *** 1,3 **** ! #N canvas 4 3 939 709 12; #X msg 296 105 set 1 2 3; #X obj 238 631 print K; --- 1,3 ---- ! #N canvas 4 3 943 713 12; #X msg 296 105 set 1 2 3; #X obj 238 631 print K; *************** *** 8,12 **** #X msg 296 164 set A l m; #X msg 297 195 set 2 34; ! #X msg 427 307 clr A; #X msg 429 105 get A; #X msg 429 130 get 2; --- 8,12 ---- #X msg 296 164 set A l m; #X msg 297 195 set 2 34; ! #X msg 427 297 clr A; #X msg 429 105 get A; #X msg 429 130 get 2; *************** *** 17,21 **** ; #X msg 31 234 absdir $1; ! #X text 426 287 clear value; #X text 425 83 get value; #X obj 336 576 print C; --- 17,21 ---- ; #X msg 31 234 absdir $1; ! #X text 426 277 clear value; #X text 425 83 get value; #X obj 336 576 print C; *************** *** 190,194 **** #X restore 716 606 pd clip; #X text 715 439 more commands:; ! #X obj 298 389 r $0-pool; #X text 174 517 data is shared among pool objects with the same name ; --- 190,194 ---- #X restore 716 606 pd clip; #X text 715 439 more commands:; ! #X obj 237 444 r $0-pool; #X text 174 517 data is shared among pool objects with the same name ; *************** *** 233,237 **** #X obj 427 205 nbx 5 14 -1e+037 1e+037 0 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0 256; ! #X text 297 309 set but don't replace; #X text 294 256 set value at index; #X msg 295 276 seti 3 Uhu; --- 233,237 ---- #X obj 427 205 nbx 5 14 -1e+037 1e+037 0 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0 256; ! #X text 297 323 set but don't replace; #X text 294 256 set value at index; #X msg 295 276 seti 3 Uhu;
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/readme.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** readme.txt 30 Oct 2004 03:58:58 -0000 1.20 --- readme.txt 31 Oct 2004 04:59:26 -0000 1.21 *************** *** 93,96 **** --- 93,97 ---- - added "seti" message to set elements at index - added "clri" message to erase elements at index + - fixed bad bug: pool::priv was not initialized
0.2.0: