[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 6474d5: Compile SqueakSSL for Squeak VM on windows 32bits

GitHub noreply at github.com
Wed Aug 30 11:17:05 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 6474d573fb3c9ad6c703a599a532bf6e471ccc2b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/6474d573fb3c9ad6c703a599a532bf6e471ccc2b
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
    M .appveyor.yml
    M build.win32x86/squeak.cog.spur/plugins.ext
    M build.win32x86/squeak.cog.v3/plugins.ext
    M build.win32x86/squeak.sista.spur/plugins.ext
    M build.win32x86/squeak.stack.spur/plugins.ext
    M build.win32x86/squeak.stack.v3/plugins.ext

  Log Message:
  -----------
  Compile SqueakSSL for Squeak VM on windows 32bits

Note: use the mingw64-%MINGW_ARCH%-openssl package provided by cygwin for cross compilation to mingw target
contrarily to pharo-vm which recompile openssl from source

Note2: the plugin does not compile yet on win64, types have to be reviewed (int does not match sqInt for example)


  Commit: baa70862014d3bb510f2edf7465e857c645be0e4
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/baa70862014d3bb510f2edf7465e857c645be0e4
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
    M build.win64x64/squeak.cog.spur/plugins.ext
    M build.win64x64/squeak.stack.spur/plugins.ext
    M platforms/Cross/plugins/SqueakSSL/SqueakSSL.h

  Log Message:
  -----------
  Fix a SqueakSSL prototype for LLP64 and thus compile on win64 Squeak VM


  Commit: 7aaf2d605d0378ab8cf843d9a737a76ed196a55a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/7aaf2d605d0378ab8cf843d9a737a76ed196a55a
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M .appveyor.yml
    M build.win32x86/squeak.cog.spur/plugins.ext
    M build.win32x86/squeak.cog.v3/plugins.ext
    M build.win32x86/squeak.sista.spur/plugins.ext
    M build.win32x86/squeak.stack.spur/plugins.ext
    M build.win32x86/squeak.stack.v3/plugins.ext
    M build.win64x64/squeak.cog.spur/plugins.ext
    M build.win64x64/squeak.stack.spur/plugins.ext
    M platforms/Cross/plugins/SqueakSSL/SqueakSSL.h

  Log Message:
  -----------
  Merge pull request #149 from OpenSmalltalk/CompileSqueakSSLOnWindows

Compile SqueakSSL plugin on windows


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/7dff21160652...7aaf2d605d03


More information about the Vm-dev mailing list