[OpenSmalltalk/opensmalltalk-vm] a09d03: 21234-Add-FileAttributesPlugin-to-win64x64

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

[OpenSmalltalk/opensmalltalk-vm] a09d03: 21234-Add-FileAttributesPlugin-to-win64x64

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

  Changed paths:
    M build.win64x64/pharo.cog.spur/plugins.ext

  Log Message:
  -----------
  21234-Add-FileAttributesPlugin-to-win64x64

Add FileAttributesPlugin to build.win64x64/pharo.cog.spur/plugins.ext

All pharo.cog.spur platforms are now compiling FileAttributesPlugin.


  Commit: b19d2e26f14a5bcf71cecf9c822024b334d74fde
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b19d2e26f14a5bcf71cecf9c822024b334d74fde
  Author: AlistairGrant <[hidden email]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c

  Log Message:
  -----------
  Use _WIN32 (not WIN32) to check for Windows platform.

WIN32 is only defined for Windows 32 bit, while _WIN32 should be defined
for both Windows 32 bit and 64 bit.

Changed the slang code to not use the option: pragma in
offsetStatBufTimesForWIN32 as it currently doesn't understand _WIN32.


  Commit: bd3ff1ac56911b1ecf3ff88d921a9cb6f602946f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/bd3ff1ac56911b1ecf3ff88d921a9cb6f602946f
  Author: Fabio Niephaus <[hidden email]>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
    M build.win64x64/pharo.cog.spur/plugins.ext
    M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c

  Log Message:
  -----------
  Merge pull request #212 from akgrant43/21234-Add-FileAttributesPlugin-to-win64x64

21234-Add-FileAttributesPlugin-to-win64x64


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/436a9a17d237...bd3ff1ac5691