Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread NightStrike
On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels wrote: > > dunno ? he might need it for building some library for msvc in which > case sjlj is pretty much the only thing that works besides maybe seh. > sjlj is extensively tested on windows it was the first exception model > avaliable to us with ming

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Ralph Engels
dunno ? he might need it for building some library for msvc in which case sjlj is pretty much the only thing that works besides maybe seh. sjlj is extensively tested on windows it was the first exception model avaliable to us with mingw and many years it did its job just fine :), it is a bit sl

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread NightStrike
On Wed, Sep 15, 2021 at 5:52 PM Kacvinsky, Tom wrote: > I find I am in need of building a GCC with Ada and UCRT support, but this > time with SJLJ > exception handling instead of SEH. Does there exist a gcc package for MSYS2 > that has > SJLJ support? Why do you need SJLJ? It's slower and les

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Ralph Engels
Here you go https://sourceforge.net/projects/cbadvanced/files/bootstrap/sjlj%20bootstrap/ just install the same as you do with any other msys2 package :). Den 16-09-2021 kl. 13:33 skrev Kacvinsky, Tom: Ralph, Do you have Ada support in your kit? Because I am going to need an Ada compiler to

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Kacvinsky, Tom
Ralph, Do you have Ada support in your kit? Because I am going to need an Ada compiler to built the new compiler with UCRT support. Thanks, Tom > -Original Message- > From: Kacvinsky, Tom > Sent: Thursday, September 16, 2021 6:23 AM > To: 'Ralph Engels' ; mingw-w64- > pub...@lists.sour

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Kacvinsky, Tom
> -Original Message- > From: Ralph Engels > Sent: Thursday, September 16, 2021 2:31 AM > To: mingw-w64-public@lists.sourceforge.net; Kacvinsky, Tom > > Subject: Re: [Mingw-w64-public] SJLJ GCC > > I do have a private fork of the msys2 mingw repository using sjlj exceptions, > unfortunat

[Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2021-09-16 Thread Steve Lhomme
* IDCompositionFilterEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionfiltereffect * IDCompositionSaturationEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionsaturationeffect * IDCompositionGaussianBlurEffect: https://doc