Skip to content

Releases: pharo-project/pharo-vm

v9.0.0

16 Jul 12:38
ea8a3bf
Compare
Choose a tag to compare

VM For the Release of Pharo9

v8.6.1

13 Oct 13:45
Compare
Choose a tag to compare
  • Improving stability
  • Adding new FFI primitives
  • Improving worker mode
  • Adding support to behave as old VM

v8.6.0-alpha

25 Sep 12:11
3cf4aab
Compare
Choose a tag to compare
  • Adding new primitives to FFI
  • Fixing Issues

v8.5.0-alpha

07 Aug 09:07
Compare
Choose a tag to compare
  • Adding the IDLE handling of events
  • Adding the ability to run the VM outside the main thread.

v8.4.0-alpha

30 Apr 16:35
fecd981
Compare
Choose a tag to compare

This new version includes:

  • Improved Readme
  • Possibility to limit the long stacks in stack dumps. Including a new parameter in the command line for doing so.
  • Changes required for the new Version of TFFI to support compatibility with the future split VM thread from the main thread.
  • Better handling of the printing of messages, using correctly the StdOut and StdErr
  • Adding a logging mechanism to centrally handling logging levels, format, and destinations.

dev-7-20200212-2

12 Feb 11:07
Compare
Choose a tag to compare
Adding B3D plugin dependencies

dev-7-20200212

12 Feb 10:25
Compare
Choose a tag to compare
Not signing in travis... we do it later

Version v8.3.0-alpha

28 Jan 09:16
Compare
Choose a tag to compare
  • Update TFFI to v1.2.0: Allowing better marshalling and callbacks from outside threads.
  • Update README.md
  • Add instructions on how to create a vmmaker image.
  • Fixing UnixOSProcessPlugin
  • Redefinition of squeakFileOffset
  • Generating include files as an artifact
  • Adding a configurable strategy for reading / writing the image
  • Building using Musl Libc
  • A cleaner implementation of the print to stdout and file.
  • OSX File Dialog
  • OSX icon customization
  • OSX customization for apps.
  • Adding build on GitHub actions

v8.2.0-alpha

13 Dec 10:50
3ae44dc
Compare
Choose a tag to compare
Merge pull request #55 from tesonep/fix-float-in-gcc-8.3

Fix Float in gcc 8.3