Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: pharo-project/threadedFFI-Plugin

v1.4.0

25 Sep 14:38
Compare
Choose a tag to compare

Building against latest VM headers

Version v1.3.1

07 May 12:18
Compare
Choose a tag to compare
  • Fixing problems with the detection of callbacks returning in bad order.
  • The plugin and the image code handles them gracefully.

Release v1.3.0

30 Apr 18:02
9776828
Compare
Choose a tag to compare

This version includes:

  • Support for having a MainThreadWorker
  • Integration with the IDLE VM
  • MainThreadWorker
  • Improvements in the performance of TFFI
  • Improvements in the handling of callbacks

Version v1.2.0

27 Jan 16:50
Compare
Choose a tag to compare
  • Adding the ability to correctly handling callbacks from different threads, with tests.
  • Update to be compatible with latest Pharo800 changes
  • Improving the execution in a different build directory
  • Using pools of semaphores to improve performance.

v1.1.2

07 Oct 10:21
Compare
Choose a tag to compare

Fixing the RPATH of the compiled libffi.

v1.1.1

02 Oct 09:51
Compare
Choose a tag to compare

Fixing the configuration in Linux

v1.1.0

02 Oct 08:23
Compare
Choose a tag to compare
  • Implementing the allocation and release of the parameters in a call.

v1.0.1

19 Sep 07:48
Compare
Choose a tag to compare
  • Improving the detection of invalid return sequence in callbacks.