Re: [Mingw-w64-public] [PATCH] Add softmath mainly for ARM

2014-06-25 Thread Kai Tietz
Look great. Thanks, Kai 2014-06-25 23:22 GMT+02:00 André Hentschel : > Am 24.06.2014 22:28, schrieb Kai Tietz: >> 2014-06-22 14:38 GMT+02:00 André Hentschel : >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Am 21.06.2014 22:06, schrieb Kai Tietz: 2014-06-21 18:10 GMT+02:00 Andr

Re: [Mingw-w64-public] [PATCH] Add softmath mainly for ARM

2014-06-25 Thread André Hentschel
Am 24.06.2014 22:28, schrieb Kai Tietz: > 2014-06-22 14:38 GMT+02:00 André Hentschel : >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Am 21.06.2014 22:06, schrieb Kai Tietz: >>> 2014-06-21 18:10 GMT+02:00 André Hentschel : Am 21.06.2014 17:10, schrieb André Hentschel: > Hi,

Re: [Mingw-w64-public] [PATCH 0/5] strongSwan ported to Windows - Header patches

2014-06-25 Thread JonY
On 6/25/2014 22:16, JonY wrote: > On 6/25/2014 20:44, Martin Willi wrote: >> Hi, >> >> We successfully ported the strongSwan IPsec solution to the Windows >> platform using the MinGW-W64 toolchain. Many thanks to the MinGW-W64 >> developers for bringing GCC to Windows and making this port possible.

[Mingw-w64-public] LTO status?

2014-06-25 Thread mity
Hello, when I tried LTO (link time optiomization) the last time (gcc 4.8 or 4.7, I do not remember precisely), it did not work much for me (frequent crashes during my project build with LTO enabled). I know gcc dev team spent a lot of time on improving LTO in 4.9. So, what is LTO status in ming

Re: [Mingw-w64-public] [PATCH 0/5] strongSwan ported to Windows - Header patches

2014-06-25 Thread JonY
On 6/25/2014 20:44, Martin Willi wrote: > Hi, > > We successfully ported the strongSwan IPsec solution to the Windows > platform using the MinGW-W64 toolchain. Many thanks to the MinGW-W64 > developers for bringing GCC to Windows and making this port possible. > > For those interested, some early

Re: [Mingw-w64-public] [PATCH 2/5] fwptypes.h: Remove FWPM_DISPLAY_DATA0 type defintion

2014-06-25 Thread Ozkan Sezer
On 6/25/14, Martin Willi wrote: > As the prefix indicates, this type belongs to fwpmtypes.h, where it is > aready > defined. > --- > mingw-w64-headers/include/fwptypes.h | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/mingw-w64-headers/include/fwptypes.h > b/mingw-w64-headers/include

Re: [Mingw-w64-public] [PATCH 3/5] iketypes.h: Remove superfluous #endif

2014-06-25 Thread Ozkan Sezer
On 6/25/14, Martin Willi wrote: > Balances the #ifdef definition and fixes preprocessing the header. > --- > mingw-w64-headers/include/iketypes.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mingw-w64-headers/include/iketypes.h > b/mingw-w64-headers/include/iketypes.h > index 1abee3d..

Re: [Mingw-w64-public] [PATCH 4/5] ipsectypes.h: Begin IPSEC_TRANSFORM_TYPE enumeration at 1

2014-06-25 Thread Ozkan Sezer
On 6/25/14, Martin Willi wrote: > Compared to the original headers all values are off by one. > --- > mingw-w64-headers/include/ipsectypes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/include/ipsectypes.h > b/mingw-w64-headers/include/ipsectypes.h >

Re: [Mingw-w64-public] [PATCH 5/5] ipsectypes.h: Begin IPSEC_CIPHER_TYPE enumeration at 1

2014-06-25 Thread Ozkan Sezer
On 6/25/14, Martin Willi wrote: > Compared to the original headers all values are off by one. > --- > mingw-w64-headers/include/ipsectypes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/include/ipsectypes.h > b/mingw-w64-headers/include/ipsectypes.h >

Re: [Mingw-w64-public] [PATCH 1/5] netioapi.h: Use WINAPI call convention for PIPINTERFACE_CHANGE_CALLBACK

2014-06-25 Thread Ozkan Sezer
On 6/25/14, Martin Willi wrote: > --- > mingw-w64-headers/include/netioapi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/include/netioapi.h > b/mingw-w64-headers/include/netioapi.h > index ac92a7f..95f7f99 100644 > --- a/mingw-w64-headers/include/net

[Mingw-w64-public] [PATCH 3/5] iketypes.h: Remove superfluous #endif

2014-06-25 Thread Martin Willi
Balances the #ifdef definition and fixes preprocessing the header. --- mingw-w64-headers/include/iketypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-headers/include/iketypes.h b/mingw-w64-headers/include/iketypes.h index 1abee3d..8a27ff3 100644 --- a/mingw-w64-headers/include/

[Mingw-w64-public] [PATCH 2/5] fwptypes.h: Remove FWPM_DISPLAY_DATA0 type defintion

2014-06-25 Thread Martin Willi
As the prefix indicates, this type belongs to fwpmtypes.h, where it is aready defined. --- mingw-w64-headers/include/fwptypes.h | 5 - 1 file changed, 5 deletions(-) diff --git a/mingw-w64-headers/include/fwptypes.h b/mingw-w64-headers/include/fwptypes.h index 36c8340..d495b67 100644 --- a/m

[Mingw-w64-public] [PATCH 4/5] ipsectypes.h: Begin IPSEC_TRANSFORM_TYPE enumeration at 1

2014-06-25 Thread Martin Willi
Compared to the original headers all values are off by one. --- mingw-w64-headers/include/ipsectypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/ipsectypes.h b/mingw-w64-headers/include/ipsectypes.h index e01b47b..969a9b8 100644 --- a/mingw-w64-

[Mingw-w64-public] [PATCH 5/5] ipsectypes.h: Begin IPSEC_CIPHER_TYPE enumeration at 1

2014-06-25 Thread Martin Willi
Compared to the original headers all values are off by one. --- mingw-w64-headers/include/ipsectypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/ipsectypes.h b/mingw-w64-headers/include/ipsectypes.h index 969a9b8..1eb4abe 100644 --- a/mingw-w64-

[Mingw-w64-public] [PATCH 1/5] netioapi.h: Use WINAPI call convention for PIPINTERFACE_CHANGE_CALLBACK

2014-06-25 Thread Martin Willi
--- mingw-w64-headers/include/netioapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/netioapi.h b/mingw-w64-headers/include/netioapi.h index ac92a7f..95f7f99 100644 --- a/mingw-w64-headers/include/netioapi.h +++ b/mingw-w64-headers/include/netioap

[Mingw-w64-public] [PATCH 0/5] strongSwan ported to Windows - Header patches

2014-06-25 Thread Martin Willi
Hi, We successfully ported the strongSwan IPsec solution to the Windows platform using the MinGW-W64 toolchain. Many thanks to the MinGW-W64 developers for bringing GCC to Windows and making this port possible. For those interested, some early additional information is available at [1]. There are