[Vm-dev] VM Maker: CMakeVMMakerSqueak-tty.23.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 2 20:39:34 UTC 2014


Timothy M uploaded a new version of CMakeVMMakerSqueak to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMakerSqueak-tty.23.mcz

==================== Summary ====================

Name: CMakeVMMakerSqueak-tty.23
Author: tty
Time: 2 June 2014, 4:39:18.57 pm
UUID: 29e9778c-91ee-4cd0-bcb6-72c5a2477360
Ancestors: CMakeVMMakerSqueak-tty.22

SqueakCogCocoaIOSConfig generateWithSources works with this but not on tty.22 on fresh load.
Hopefully this fixes that.

=============== Diff against CMakeVMMakerSqueak-tty.22 ===============

Item was changed:
  SystemOrganization addCategory: #CMakeVMMakerSqueak!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-Tests'!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-Unix'!
  SystemOrganization addCategory: #'CMakeVMMakerSqueak-Android'!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-SunOS'!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-FreeBSD'!
  SystemOrganization addCategory: #'CMakeVMMakerSqueak-Builder'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-FreeBSD'!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-MacOS'!
  SystemOrganization addCategory: #'CMakeVMMakerSqueak-IOS'!
- SystemOrganization addCategory: #'CMakeVMMakerSqueak-Windows'!
  SystemOrganization addCategory: #'CMakeVMMakerSqueak-Libs'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-MacOS'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-SunOS'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-Tests'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-Unix'!
+ SystemOrganization addCategory: #'CMakeVMMakerSqueak-Windows'!

Item was changed:
  SqueakCocoaIOSConfig subclass: #SqueakCogFamilyCocoaIOSConfig
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'CMakeVMMakerSqueak-IOS'!
  
+ !SqueakCogFamilyCocoaIOSConfig commentStamp: 'tty 6/2/2014 15:00' prior: 0!
- !SqueakCogFamilyCocoaIOSConfig commentStamp: 'tty 5/22/2014 14:57' prior: 0!
  This is an abstract class for all Mac Cocoa Cog VMs family. That is, for all CogVMS (StackVM, CogVM, CogMTVM, etc). 
  
  For more information, check the class comments of all the superclasses.
+ 
+ 
+ 
+ 
+ 
  !

Item was changed:
  ----- Method: SqueakCogFamilyCocoaIOSConfig>>defaultExternalPlugins (in category 'plugins') -----
  defaultExternalPlugins 
  	^(self versionExternalPlugins),
  		#(
  		UUIDPlugin
  		FloatMathPlugin
  		AsynchFilePlugin
  		Mpeg3Plugin
  		CroquetPlugin
  		JoystickTabletPlugin
  		B3DAcceleratorPlugin
  		JPEGReadWriter2Plugin 
  		JPEGReaderPlugin
  		RePlugin
  		LocalePlugin
  		ObjectiveCPlugin
  		QuicktimePlugin
+ 	"	TestOSAPlugin  Broken?"
- 		TestOSAPlugin
  		SqueakSSLPlugin
  		SerialPlugin
  		MIDIPlugin
  	)!



More information about the Vm-dev mailing list