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

commits at source.squeak.org commits at source.squeak.org
Mon Jun 16 20:16:45 UTC 2014


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

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

Name: CMakeVMMakerSqueak-tty.57
Author: tty
Time: 16 June 2014, 4:16:54.204 pm
UUID: dc373da5-7697-4345-8a44-df0d83a67d93
Ancestors: CMakeVMMakerSqueak-tty.56

added the configH[buildType] methods I forgot in last update.

Removed the mis-named xyzBuildDebugMultiThreaded as that is handled by xyzBuildMultiThreadedDebug per naming convention in SVN

=============== Diff against CMakeVMMakerSqueak-tty.56 ===============

Item was changed:
  ----- Method: CMakeVMMakerSqueakHowToCreateNewConfiguration class>>pages (in category 'accessing') -----
  pages
  	^#(step1 
  		step2 
  		step3 
  		step4 
  		step4a 
  		step4b 
  		step4c 
  		step4d 
  		step4e 
  		step4f 
  		step4g 
  		step4h 
  		step4i 
  		step4j 
  		step4k 
  		step4l 
+ 		step4m
  		step5 
  )!

Item was added:
+ ----- Method: CMakeVMMakerSqueakHowToCreateNewConfiguration class>>step4m (in category 'pages') -----
+ step4m
+ 	^HelpTopic
+ 		title:'Step4m configH'
+ 		contents:
+ 'TODO: summarize this
+ 
+ 
+ 
+ A Reminder: Consistent Naming Conventions Are Our Friends!!
+ 
+ '!

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>compilerFlagsDebugMultiThreaded (in category 'cmake config build type ') -----
- compilerFlagsDebugMultiThreaded
- 	self required!

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuild (in category 'headers generation') -----
+ configHBuild
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildAssert (in category 'headers generation') -----
+ configHBuildAssert
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildAssertITimerHeartbeat (in category 'headers generation') -----
+ configHBuildAssertITimerHeartbeat
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildDebug (in category 'headers generation') -----
+ configHBuildDebug
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildDebugITimerHeartbeat (in category 'headers generation') -----
+ configHBuildDebugITimerHeartbeat
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildITimerHeartbeat (in category 'headers generation') -----
+ configHBuildITimerHeartbeat
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildMultiThreaded (in category 'headers generation') -----
+ configHBuildMultiThreaded
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildMultiThreadedAssert (in category 'headers generation') -----
+ configHBuildMultiThreadedAssert
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was added:
+ ----- Method: TCPlatformConfigForSqueak>>configHBuildMultiThreadedDebug (in category 'headers generation') -----
+ configHBuildMultiThreadedDebug
+ 	"convenience method to customize configH for this buildType. default is self configH"
+ 	^self configH
+ !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>externalPluginsBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- externalPluginsBuildDebugMultiThreaded 
- 	"convenience method to customize plugins for this build.  default is self  externalPluins"
- 	^self externalPlugins
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>extraVMSettingsBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- extraVMSettingsBuildDebugMultiThreaded 
- 	self required!

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>internalPluginsBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- internalPluginsBuildDebugMultiThreaded 
- 	"convenience method to customize plugins for this build.  default is self  internalPluins"
- 	^self internalPlugins
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>postBuildActionsBuildDebugMultiThreaded: (in category 'cmake config build type ') -----
- postBuildActionsBuildDebugMultiThreaded: aMaker
- 	"convenience method for this buildType. default is self postBuildActions: aMaker"
- 	^self postBuildActions:aMaker
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>preferredIncludesBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- preferredIncludesBuildDebugMultiThreaded
- 	self required!

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>setExtraTargetPropertiesBuildDebugMultiThreaded: (in category 'cmake config build type ') -----
- setExtraTargetPropertiesBuildDebugMultiThreaded: aMaker
- 	"convenience method for this buildType. default is self setExtraTargetProperties"
- 	^self setExtraTargetProperties
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>setGlobalOptionsAfterDetermineSystemBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- setGlobalOptionsAfterDetermineSystemBuildDebugMultiThreaded 
- 	self required
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>setGlobalOptionsBuildDebugMultiThreaded: (in category 'cmake config build type ') -----
- setGlobalOptionsBuildDebugMultiThreaded: aMaker
- 	self required.!

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>setupDirectoriesBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- setupDirectoriesBuildDebugMultiThreaded 
- 	self required
- !

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>standardIncludesBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- standardIncludesBuildDebugMultiThreaded 
- 	self required!

Item was removed:
- ----- Method: TCPlatformConfigForSqueak>>thirdpartyLibsBuildDebugMultiThreaded (in category 'cmake config build type ') -----
- thirdpartyLibsBuildDebugMultiThreaded 
- 	"convenience method to customize third party libs for this buildType.  default is self  thirdpartyLibs"
- 	^self thirdpartyLibs
- !



More information about the Vm-dev mailing list