Re: [Mingw-w64-public] gfortran, open mp and floating point precision

2015-02-02 Thread K. Frank
Hi Carl (and Pieter)! On Mon, Feb 2, 2015 at 5:29 PM, Carl Kleffner wrote: > The Windows ABI - see https://msdn.microsoft.com/en-us/library/ms235286.aspx > - differes from the > System V ABI - see http://www.x86-64.org/documentation/abi.pdf. > > MingW-W64 sets the x87 FPU control word register to

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Martell Malone
> > Martell, would you mind to take care for those two patch/bug reports too? > On the first one I don't have time to check them all right this minute I will add it to my todo list. https://sourceforge.net/p/mingw-w64/bugs/437/ For the second one however shouldn't we be using d2d1.idl from wine

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Martell, would you mind to take care for those two patch/bug reports too? Cheers, Kai 2015-02-02 23:42 GMT+01:00 Martin Mitáš : > > > Hi, > > Dne 2. 2. 2015 v 23:15 Martell Malone napsal(a): >> Previously dx11 and dxgi1.2 GUID's were missing from libuuid. > > yes, mingw-w64's libuuid.a is very

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Yes, by standard JonY cherry-picks them. Kai 2015-02-02 23:56 GMT+01:00 Martell Malone : > I'll commit it now then :) > > How do commits get into the 4.x branch btw ? > Does jon_y cherry pick them himself ? > > > On Mon, Feb 2, 2015 at 10:52 PM, Kai Tietz wrote: >> >> Patch looks fine to me. >>

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Martin Mitáš
Hi, Dne 2. 2. 2015 v 23:15 Martell Malone napsal(a): > Previously dx11 and dxgi1.2 GUID's were missing from libuuid. yes, mingw-w64's libuuid.a is very incomplete. Reminds me this: https://sourceforge.net/p/mingw-w64/bugs/437/ And this: https://sourceforge.net/p/mingw-w64/pat

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Martell Malone
I'll commit it now then :) How do commits get into the 4.x branch btw ? Does jon_y cherry pick them himself ? On Mon, Feb 2, 2015 at 10:52 PM, Kai Tietz wrote: > Patch looks fine to me. > > Thanks, > Kai > > 2015-02-02 23:15 GMT+01:00 Martell Malone : > > Hi, > > > > Please review. > > Previou

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Patch looks fine to me. Thanks, Kai 2015-02-02 23:15 GMT+01:00 Martell Malone : > Hi, > > Please review. > Previously dx11 and dxgi1.2 GUID's were missing from libuuid. > > Kind Regards > Martell > > -- > Dive into the

Re: [Mingw-w64-public] gfortran, open mp and floating point precision

2015-02-02 Thread Carl Kleffner
The Windows ABI - see https://msdn.microsoft.com/en-us/library/ms235286.aspx - differes from the System V ABI - see http://www.x86-64.org/documentation/abi.pdf. MingW-W64 sets the x87 FPU control word register to extended precision. The 'standard' for Windows however is 'double precision'. See ht

[Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Martell Malone
Hi, Please review. Previously dx11 and dxgi1.2 GUID's were missing from libuuid. Kind Regards Martell 0001-added-missing-d3d-GUID-to-libuuid.patch Description: Binary data -- Dive into the World of Parallel Programmin

[Mingw-w64-public] [PATCH] dxgi 1.2 missing functions and defines patch

2015-02-02 Thread Martell Malone
Hey guys, Here is the first of the 2 patches dx11 patches I hope to have merged before 4.0 is tagged. While i did rewrite the whole idl from scratch I didn't want to remove jacek's copyright so I just appended my name to it. There is one quesion I have about the patch The function DuplicateOutp

Re: [Mingw-w64-public] Mass rebuild report for January 30 2015

2015-02-02 Thread Martell Malone
> > If it's holding v4, then we should probably just commit it and not wait > for Wine. Please commit the patch, but make sure it lands on Wine later, > because otherwise it would disappear after the next sync to Wine. Okay I'll submit them shortly for review :) On Mon, Feb 2, 2015 at 10:19 AM,

Re: [Mingw-w64-public] Mass rebuild report for January 30 2015

2015-02-02 Thread Jacek Caban
On 02/01/15 20:27, Martell Malone wrote: > > OK, will go ahead with v4.0.0 shortly if there are no objections. > > I'm trying to get d3d11 idl additions into wine atm which jacek will > pull into mingw-w64. > VLC needs this for the new dx11-vout. > Would it be possible to hold off a day or two