[PD-cvs] externals/grill/py py.vcproj,1.6,1.7 readme.txt,1.16,1.17

Thomas Grill xovo at users.sourceforge.net
Mon Jun 21 16:04:16 CEST 2004


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

Modified Files:
	py.vcproj readme.txt 
Log Message:
 ""

Index: py.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/py.vcproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** py.vcproj	21 Oct 2003 02:38:31 -0000	1.6
--- py.vcproj	21 Jun 2004 14:04:14 -0000	1.7
***************
*** 89,93 ****
  				Optimization="0"
  				AdditionalIncludeDirectories="c:\programme\audio\pd\src;f:\prog\max\flext\source;C:\Programme\prog\Python23\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;_USEFLEXTBINDING"
  				BasicRuntimeChecks="3"
  				RuntimeLibrary="1"
--- 89,93 ----
  				Optimization="0"
  				AdditionalIncludeDirectories="c:\programme\audio\pd\src;f:\prog\max\flext\source;C:\Programme\prog\Python23\include"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS"
  				BasicRuntimeChecks="3"
  				RuntimeLibrary="1"
***************
*** 104,111 ****
  				Name="VCLinkerTool"
  				AdditionalDependencies="pd.lib pthreadVC.lib"
! 				OutputFile=".\pd-msvc\td/py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:/programme/audio/pd/bin;"..\flext\pd-msvc";"f:\prog\packs\Python-2.3.2\PCbuild""
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/py.pdb"
--- 104,111 ----
  				Name="VCLinkerTool"
  				AdditionalDependencies="pd.lib pthreadVC.lib"
! 				OutputFile="$(outdir)/py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:/programme/audio/pd/bin;"..\flext\pd-msvc";"f:\prog\packs\Python-2.3.4\PCbuild""
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/py.pdb"

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** readme.txt	26 Mar 2004 03:27:49 -0000	1.16
--- readme.txt	21 Jun 2004 14:04:14 -0000	1.17
***************
*** 91,94 ****
--- 91,99 ----
  - FIX: crash if script or class names are non-strings
  - FIX: long multi-line doc strings are now printed correctly
+ - FIX: message "doc+" for class/instance __doc__ now working
+ - FIX: improved/debugged handling of reference counts
+ - FIX: _pyext._send will now send anythings if feasible
+ - CHANGE: no more finalization - it's really not necessary...
+ - FIX: calling from unregistered threads (like flext helper thread) now works
  
  0.1.2:
***************
*** 139,142 ****
--- 144,148 ----
  - make a pygui object where Tkinter draws to the PD canvas...
  - stop individual threads
+ - Python type for symbols
  
  tests:





More information about the Pd-cvs mailing list