[OpenSmalltalk/opensmalltalk-vm] 5e24e3: avoid alloca redefinition for MSVC

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

[OpenSmalltalk/opensmalltalk-vm] 5e24e3: avoid alloca redefinition for MSVC

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 5e24e37c391e9abe43a2c777e494470eb72fb2b9
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5e24e37c391e9abe43a2c777e494470eb72fb2b9
  Author: Nicolas Cellier <[hidden email]>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  avoid alloca redefinition for MSVC

alloca is already defined in MSVC  <malloc.h> at least since MSVC 2010


  Commit: a7c3d7671c555fb60803e9a766b61c1d8fc47cbd
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a7c3d7671c555fb60803e9a766b61c1d8fc47cbd
  Author: Nicolas Cellier <[hidden email]>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32DirectInput.c

  Log Message:
  -----------
  Give a chance to use DirectInput 8

It's not easy to use DX7 from latest available SDK in MSVC (DirectX June 2010 edition)
Microsoft has a strict deprecation policy making the old SDK very hard to find
The one we commited on github (legaly?) lack 64bits support.

It's a lot easier in mingw!!!


  Commit: db168ff6406b704875666285c5b062fcdf0d230b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/db168ff6406b704875666285c5b062fcdf0d230b
  Author: Nicolas Cellier <[hidden email]>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M .travis_deploy.sh

  Log Message:
  -----------
  Merge origin/Cog


  Commit: e34dbb258b8a64b7967122dab4c131fe5efe5048
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e34dbb258b8a64b7967122dab4c131fe5efe5048
  Author: Nicolas Cellier <[hidden email]>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  isnan is not provided by MSVC < 2015


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/44089b684aa6...e34dbb258b8a