[OpenSmalltalk/opensmalltalk-vm] 3e80bd: Issue 20294 Add FileAttributesPlugin to the linux ...

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

[OpenSmalltalk/opensmalltalk-vm] 3e80bd: Issue 20294 Add FileAttributesPlugin to the linux ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3e80bdb1574d90fe07af086164d3fc8fb34e94e6
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3e80bdb1574d90fe07af086164d3fc8fb34e94e6
  Author: AlistairGrant <[hidden email]>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    A platforms/win32/plugins/FileAttributesPlugin/sqWin32File.h

  Log Message:
  -----------
  Issue 20294 Add FileAttributesPlugin to the linux 32 bit VM

Add the windows support code for the FileAttributesPlugin:

platforms/win32/plugins/FileAttributesPlugin/sqWin32File.h


  Commit: 1680d9443be60c826d38d0638f6298c2223a1122
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1680d9443be60c826d38d0638f6298c2223a1122
  Author: AlistairGrant <[hidden email]>
  Date:   2017-08-26 (Sat, 26 Aug 2017)

  Changed paths:
    A platforms/win32/plugins/FileAttributesPlugin/Makefile.plugin
    R platforms/win32/plugins/FileAttributesPlugin/sqWin32File.h

  Log Message:
  -----------
  Issue 20294: Single copy of sqWin32File.h

Use Makefile.plugin so that FileAttributesPlugin references FilePlugin's
sqWin32File.h instead of copying the file.


  Commit: b351fe0edeac5d1fa19107f0bc7a166888db5f78
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b351fe0edeac5d1fa19107f0bc7a166888db5f78
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    A platforms/win32/plugins/FileAttributesPlugin/Makefile.plugin

  Log Message:
  -----------
  Merge pull request #147 from akgrant43/20294-Add-FileAttributesPlugin

Issue 20294 Add FileAttributesPlugin to the linux 32 bit VM

Integrator note:
it's from pharo issue tracker https://pharo.fogbugz.com/f/cases/20294/ 
and this commit fix the compilation on win32
The corresponding plugin remains to be integrated in VMMaker


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/8cff18901ab9...b351fe0edeac