[OpenSmalltalk/opensmalltalk-vm] dfefae: CogVM source as per VMMaker.oscog-eem.2942

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

[OpenSmalltalk/opensmalltalk-vm] dfefae: CogVM source as per VMMaker.oscog-eem.2942

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: dfefae1b8aa4709b90c1cfa93c26f7a3a29ce8cd
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/dfefae1b8aa4709b90c1cfa93c26f7a3a29ce8cd
  Author: Eliot Miranda <[hidden email]>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M platforms/Cross/plugins/SoundPlugin/SoundPlugin.h
    M platforms/iOS/plugins/SoundPlugin/sqSqueakSoundCoreAudio.h
    M platforms/iOS/plugins/SoundPlugin/sqSqueakSoundCoreAudio.m
    M platforms/iOS/plugins/SoundPlugin/sqSqueakSoundCoreAudioAPI.m
    M platforms/unix/plugins/SoundPlugin/sqUnixSound.c
    M src/plugins/SoundPlugin/SoundPlugin.c

  Log Message:
  -----------
  CogVM source as per VMMaker.oscog-eem.2942

Add TerfVM-specific support to the SoundPlugin for retrieving a sound device's
UID. Use stackEphemeralStringValue: for marshalling device names. Implement
the support for macOS. [ci skip]