[OpenSmalltalk/opensmalltalk-vm] b8fba4: Get the B3DAcceleratorPlugin to compile under the ...

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

[OpenSmalltalk/opensmalltalk-vm] b8fba4: Get the B3DAcceleratorPlugin to compile under the ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b8fba4cbd8739620ec6001871be47d95feec1a22
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b8fba4cbd8739620ec6001871be47d95feec1a22
  Author: Eliot Miranda <[hidden email]>
  Date:   2018-03-05 (Mon, 05 Mar 2018)

  Changed paths:
    M build.macos64x64/squeak.cog.spur.immutability/plugins.ext
    M build.macos64x64/squeak.cog.spur/plugins.ext
    M build.macos64x64/squeak.sista.spur/plugins.ext
    M build.macos64x64/squeak.stack.spur/plugins.ext
    M platforms/iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.m
    M platforms/iOS/vm/SqueakPureObjc_Prefix.pch

  Log Message:
  -----------
  Get the B3DAcceleratorPlugin to compile under the ARC regime on 64-bit Mac OS X.
THIS NEEDS REVIEW!!


Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] b8fba4: Get the B3DAcceleratorPlugin to compile under the ...

Tobias Pape
 
Hi Eliot

> On 05.03.2018, at 21:16, GitHub <[hidden email]> wrote:
>
>  Branch: refs/heads/Cog
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: b8fba4cbd8739620ec6001871be47d95feec1a22
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b8fba4cbd8739620ec6001871be47d95feec1a22
>  Author: Eliot Miranda <[hidden email]>
>  Date:   2018-03-05 (Mon, 05 Mar 2018)
>
>  Changed paths:
>    M build.macos64x64/squeak.cog.spur.immutability/plugins.ext
>    M build.macos64x64/squeak.cog.spur/plugins.ext
>    M build.macos64x64/squeak.sista.spur/plugins.ext
>    M build.macos64x64/squeak.stack.spur/plugins.ext
>    M platforms/iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.m
>    M platforms/iOS/vm/SqueakPureObjc_Prefix.pch
>
>  Log Message:
>  -----------
>  Get the B3DAcceleratorPlugin to compile under the ARC regime on 64-bit Mac OS X.
> THIS NEEDS REVIEW!!
>

Looks good from a distance :)

Best regards
        -Tobias