Re: [Mingw-w64-public] Migration from SF and port from Autotools

2023-04-04 Thread Mateusz Mikuła
Dnia wtorek, 4 kwiecień 2023 20:37:20 (+02:00), Jacek Caban via Mingw-w64-public napisał(a): > On 3/31/23 18:24, NightStrike wrote: > > > > > > On Thu, Mar 30, 2023, 06:45 Jacek Caban via Mingw-w64-public wrote: > > > > On 3/20/23 16:44, مهدي شينون wrote: > > > Hi everyone, > > >

Re: [Mingw-w64-public] Migration from SF and port from Autotools

2023-04-04 Thread Jacek Caban via Mingw-w64-public
On 3/31/23 18:24, NightStrike wrote: On Thu, Mar 30, 2023, 06:45 Jacek Caban via Mingw-w64-public wrote: On 3/20/23 16:44, مهدي شينون wrote: > Hi everyone, > > > Could you please consider migrating your project to another host other > than sourcefoge where people

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add mi import library

2023-04-04 Thread LIU Hao
在 2023-04-03 13:19, Biswapriyo Nath 写道: From 1e84335f246b5aeb1ca1ad29907f5918c52e3a7e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 3 Apr 2023 10:25:46 +0530 Subject: [PATCH 2/2] crt: Add mi import library Required forhttps://github.com/cloudbase/PyMI.git Signed-off-by: Biswapriyo

Re: [Mingw-w64-public] [PATCH] headers: Add noreturn attributes to the _assert/_wassert functions

2023-04-04 Thread LIU Hao
在 2023-04-03 19:03, Martin Storsjö 写道: This allows the compiler to understand that constructs such as assert(0) won't return. This fixes warnings (treated as errors) about a missing return in https://github.com/llvm/llvm-project/blob/llvmorg-16.0.0/libcxxabi/test/cxa_vec_new_overflow_PR41395.pas

Re: [Mingw-w64-public] SDKDDKVer.h default target version

2023-04-04 Thread LIU Hao
在 2023/4/4 12:22, Jeremy Drake via Mingw-w64-public 写道: However, in mingw-w64, including SDKDDKVer.h doesn't result in the highest available Windows platform, or even the default as specified to mingw-w64-headers' configure script. It seems to hardcode a default of "WS03" aka 0x0502. Do you ha