Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-11 Thread Koehne Kai
> -Original Message- > From: Erik van Pienbroek [mailto:e...@vanpienbroek.nl] > Sent: Thursday, September 12, 2013 12:40 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers > > Erik van Pienbroek schreef op di 10-09-20

Re: [Mingw-w64-public] libwinpthreads mutexes

2013-09-11 Thread Kai Tietz
Hi, 2013/9/12 Vadim : > Hi, > I am investigating performance problems in binary compiled with mingw-w64, > and libwinpthreads mutex comes at the top of my profile. > Looking at the code, it appears as if mutexes are implemented using Windows > semaphores? Is this right? Yes, that is right. > Does

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-09-11 Thread Eric Blake
On 08/29/2013 11:38 AM, Erik van Pienbroek wrote: > > This mass rebuild was done using winpthreads instead of the old > pthreads-w32 implementation. In Fedora itself winpthreads isn't > used by default yet, but it will be introduced in Fedora 20 once > all build failures which are caused by it ar

[Mingw-w64-public] libwinpthreads mutexes

2013-09-11 Thread Vadim
Hi, I am investigating performance problems in binary compiled with mingw-w64, and libwinpthreads mutex comes at the top of my profile. Looking at the code, it appears as if mutexes are implemented using Windows semaphores? Is this right? Does anybody know why critical sections weren't used instea

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-11 Thread Erik van Pienbroek
Erik van Pienbroek schreef op di 10-09-2013 om 20:25 [+0200]: > qt5-qtbase: > --- > > /builddir/build/BUILD/qtbase-opensource-src-5.1.1/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp:236:8: > error: redefinition of 'struct IEnumShellItems' > DECLARE_INTERFACE_(IEnumShellItems, I

[Mingw-w64-public] [Patch] intrinsics __shiftleft128 __shiftright128

2013-09-11 Thread dw
__shiftright128 & __shiftleft128: Re-written as asm, moved from library-only to intrin-impl.h. Note that the code that is being replaced would not always return the same results as MS's intrinsics. This patch resolves this issue as well as producing more efficient code. dw Index: mingw-w64-

Re: [Mingw-w64-public] [patch] xaudio2

2013-09-11 Thread Ozkan Sezer
On 9/11/13, Kai Tietz wrote: > Sorry ... > > Patch is ok. > > Thanks, > Kai Pushed. -- O.S. -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for

Re: [Mingw-w64-public] [patch] xaudio2

2013-09-11 Thread Kai Tietz
Sorry ... Patch is ok. Thanks, Kai -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT

Re: [Mingw-w64-public] [patch] xaudio2

2013-09-11 Thread Kai Tietz
-- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation

[Mingw-w64-public] [patch] xaudio2

2013-09-11 Thread Ozkan Sezer
xaudio2 2.0...2.7 dlls never exported anything useful, only those DllCanUnloadNow, DllGetClassObject, DllRegisterServer, and DllUnregisterServer entries which are not exports that someone linksto a dll for. So I suggest that we do a svn remove lib32/xaudio*.def lib64/xaudio*.def and also re

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-11 Thread Jacek Caban
On 09/11/13 10:22, Kai Tietz wrote: > 2013/9/11 Jacek Caban : >> On 09/10/13 20:35, Jacek Caban wrote: >>> On 9/10/13 8:25 PM, Erik van Pienbroek wrote: wine-gecko: --- ../../widget/windows/JumpListBuilder.o: In function `ZN7mozilla6widget15JumpListBuilderC2Ev': >>>

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-11 Thread Kai Tietz
2013/9/11 Jacek Caban : > On 09/10/13 20:35, Jacek Caban wrote: >> On 9/10/13 8:25 PM, Erik van Pienbroek wrote: >>> wine-gecko: >>> --- >>> >>> ../../widget/windows/JumpListBuilder.o: In function >>> `ZN7mozilla6widget15JumpListBuilderC2Ev': >>> /builddir/build/BUILD/mingw-wine-gecko-2.21/

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-11 Thread Jacek Caban
On 09/10/13 20:35, Jacek Caban wrote: > On 9/10/13 8:25 PM, Erik van Pienbroek wrote: >> wine-gecko: >> --- >> >> ../../widget/windows/JumpListBuilder.o: In function >> `ZN7mozilla6widget15JumpListBuilderC2Ev': >> /builddir/build/BUILD/mingw-wine-gecko-2.21/wine-mozilla-2.21/widget/windows/

Re: [Mingw-w64-public] [Patch] intrinsics __movsb

2013-09-11 Thread Kai Tietz
Patch is ok. Thanks, Kai -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Impleme