VM Maker: CMakeVMMaker-IgorStasenko.116.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-IgorStasenko.116.mcz

squeak-dev-noreply
 
Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/CMakeVMMaker-IgorStasenko.116.mcz

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

Name: CMakeVMMaker-IgorStasenko.116
Author: IgorStasenko
Time: 6 July 2011, 6:05:41 am
UUID: a649372e-b3a4-429b-8239-3453a1199149
Ancestors: CMakeVMMaker-IgorStasenko.115


- added new API in CPlatformConfig to ease building VMs with custom set of plugins.
Example:

StackMacOSConfig new
        addExternalPlugins: #( FT2Plugin );
        addInternalPlugins: #( UnixOSProcessPlugin );
        generateSources; generate.
       
- removed FT2Plugin from default external plugins in mac configs

- added initial support for building OSProcessPlugin on macs.
You should load the VMConstruction-Plugins-OSProcessPlugin.oscog-eem.30 from
http://www.squeaksource.com/OSProcessPlugin
(currently it can be built only as internal one, and not all tests are green)