[Mingw-w64-public] winpthreads

2015-07-27 Thread Alexey Pavlov
Hi, guys! Our users (MSYS2) report lot of crashes in different applications. We found that that crash are happen after upgrading winpthreads and caused one or both of two commits: Rewrite the pthread spin lock implementation - https://github.com/msys2/mingw-w64/commit/249898d9ae310959116efa333e

Re: [Mingw-w64-public] intsafe.h progress

2015-07-27 Thread David Grayson
Thanks, Jacek! Yes, I agree that it would be better to have a single header. --David On Mon, Jul 27, 2015 at 2:38 AM, Jacek Caban wrote: > Hi David, > > It's great to see the work on this. > > I took a quick look at your Git and I noticed that currently those > headers are split into a few oth

Re: [Mingw-w64-public] Linker problem with i686-5.1.0-posix-dwarf-rt_v4-rev0 version

2015-07-27 Thread Edward Diener
On 7/27/2015 5:00 AM, Ruben Van Boxem wrote: > 2015-07-27 8:54 GMT+02:00 Edward Diener >: > > On 7/24/2015 11:13 AM, Ruben Van Boxem wrote: > > 2015-07-24 17:03 GMT+02:00 Edward Diener > > >

Re: [Mingw-w64-public] intsafe.h progress

2015-07-27 Thread Jacek Caban
Hi David, It's great to see the work on this. I took a quick look at your Git and I noticed that currently those headers are split into a few other headers. It would be better to merge them in the final version. Otherwise we'd be introducing mingw-w64 specific headers and that's better avoided IM

[Mingw-w64-public] [PATCH] wrl: Added ComPtr implementation.

2015-07-27 Thread Jacek Caban
--- mingw-w64-headers/include/wrl/client.h | 290 +++ mingw-w64-headers/include/wrl/internal.h | 6 + 2 files changed, 296 insertions(+) diff --git a/mingw-w64-headers/include/wrl/client.h b/mingw-w64-headers/include/wrl/client.h index 3cc2685..5e3e0c3 100644 ---

Re: [Mingw-w64-public] Linker problem with i686-5.1.0-posix-dwarf-rt_v4-rev0 version

2015-07-27 Thread Ruben Van Boxem
2015-07-27 8:54 GMT+02:00 Edward Diener : > On 7/24/2015 11:13 AM, Ruben Van Boxem wrote: > > 2015-07-24 17:03 GMT+02:00 Edward Diener > >: > > > > On 7/24/2015 8:54 AM, Riot wrote: > > > Where are you defining your template, in the header or the sou