New Cog VM Hudson builds available

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

New Cog VM Hudson builds available

Igor Stasenko
 
Hello,
i just finished integrating stuff from various sources  [1].

Here the changes list:

CMakeVMMaker

- a build results (for all platforms) are now stored in
<rootDir>/results subdir by default,
instead of <rootDir>/build/results

- a configuration to load VMMaker and all dependencies is now loading
a CMakeVMMaker package with corresponding version
(the codegen-scripts/LoadVMMaker.st in source code repository are
changed accordingly).

It means, that now, ConfigurationOfCog contains all information, what
should be loaded into image
to make it prepared for building VMs. So, every time you want to build
VMs using new CMakeVMMaker package version,
you should release a new ConfigurationOfCog version which refers to
that package.

ConfigurationOfCog:
- it now contains version 1.6 to load latest VMMaker & friends into image.

the configuration loads

VMMaker-oscog-IgorStasenko.56
and using
CMakeVMMaker-IgorStasenko.74

for building VMs.

VMs:

- signaling input semaphore on Windows
- disabling module loading support primitives
(you can now use Smalltalk disableModuleLoading , Smalltalk
loadModule: aModuleName)
- fixes from Eliot  (based on VMMaker-oscog.54).


You can check the full changes log at [2].

P.P.S. many thanks to Mariano for testing/fixing and pushing changes.


[1] http://gitorious.org/~abrabapupa/cogvm/sig-cog/commit/356b589498162e549ae248f206c4e0274b33f84b
[2] http://gitorious.org/~abrabapupa/cogvm/sig-cog/commits/master


--
Best regards,
Igor Stasenko AKA sig.