Re: [Mingw-w64-public] [PATCH] Add missing D3D11_CS_* variables

2017-01-23 Thread Ismail Donmez
Thanks a lot! Next time I'll send IDL patches to Wine first. Cheers, ismail On Mon, Jan 23, 2017 at 3:25 PM, Jacek Caban <ja...@codeweavers.com> wrote: > Hi Ismail, > > On 20.01.2017 10:14, Ismail Donmez wrote: >> ping? >> >> On Thu, Jan 12, 2017 at 10:14 A

Re: [Mingw-w64-public] [PATCH] Add missing D3D11_CS_* variables

2017-01-20 Thread Ismail Donmez
ping? On Thu, Jan 12, 2017 at 10:14 AM, Ismail Donmez <ism...@i10z.com> wrote: > Attached patch adds the missing D3D11_CS_* variables to d3d11.h, these > are needed to compile the angle [0] project. > > [0] https://github.com/google/angle >

[Mingw-w64-public] [PATCH] Add missing D3D11_CS_* variables

2017-01-12 Thread Ismail Donmez
Attached patch adds the missing D3D11_CS_* variables to d3d11.h, these are needed to compile the angle [0] project. [0] https://github.com/google/angle Regards, ismail From cd61f9067b342c8fcf418d724dff4bccbebfaa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?=

Re: [Mingw-w64-public] Announcing v5.0-rc2

2016-03-31 Thread Ismail Donmez
Hi, JonY writes: > > v5.0-rc2 is released! THIS IS A TEST VERSION. > > Notable fixes since rc1: > * Fixed a wscanf/scanf mem leak. > * Fix inconsistent x86 fpu precision across threads, hopefully. > * Closing file handle created by mkstemp should no longer have the file > deleted.

Re: [Mingw-w64-public] Fix mkstemp implementation

2016-03-02 Thread Ismail Donmez
Dongsheng Song writes: > > On Wed, Mar 2, 2016 at 2:10 AM, İsmailDönmez i10z.com> wrote: > > I just tested the relevant Windows function _mkstemp_s > > (https://msdn.microsoft.com/en-us/library/t8ex5e91.aspx) and it does not > > remove the temp file on close. > > > > Also

[Mingw-w64-public] Fix mkstemp implementation

2016-03-01 Thread Ismail Donmez
Hi, mingw-w64's current mkstemp implementation wrongly uses _O_TEMPORARY which doesn't make sense. Here is a patch from openSUSE we apply to fix it: From: Jan Engelhardt Date: 2015-03-31 18:57:45.887248277 +0200 References: https://sourceforge.net/p/mingw-w64/bugs/471/ When

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-22 Thread Ismail Donmez
Hi, JonY writes: > > Hello developers, > > Do you have anything important to commit before I branch v5.x off master? > > There is also going to be another v4.x bugfix release soon for those who > want stability. Just one reminder, please also release a zip file for Windows people

Re: [Mingw-w64-public] release possible

2016-02-15 Thread Ismail Donmez
Jacek Caban writes: > > Hi, > > FWIW, new Wine Gecko has been released lately, which also depends on git > master and I'm not sure how hard backporting required fixes will be. I'm > sure that having a release would make distro's life easier. With my distro maintainer hat on, it

[Mingw-w64-public] Please use gnu style tarballs for releases

2015-11-03 Thread Ismail Donmez
Hi, Currently mingw-w64 release tarballs are using the posix tar format which is the default for gnu tar for some time. But there is a bad consequence, neither WinRAR or 7-zip can handle posix tar archives correctly. So for the upcoming releases I suggest using tar --format=gnu which will use