Re: [Mingw-w64-public] [PATCH] headers: Define MapViewOfFile2 as inline function

2025-04-11 Thread Jacek Caban
On 11.04.2025 22:24, Biswapriyo Nath wrote: Subject: [PATCH] headers: Define MapViewOfFile2 as inline function As doucumented byhttps://github.com/MicrosoftDocs/sdk-api/commit/9173247d41163f99453c8169c517da359d2f64b4 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/memoryapi.h |

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add ARM64EC setjmp and longjmp implementation

2025-04-11 Thread Jacek Caban
On 11.04.2025 23:34, Jacek Caban wrote: Based on Wine code by Alexandre Julliard. --- mingw-w64-crt/Makefile.am| 8 ++- mingw-w64-crt/misc/arm64ec/longjmp.c | 30 mingw-w64-crt/misc/arm64ec/setjmp.c | 104 +++ mingw-w64-crt/misc/longjmp.S

[Mingw-w64-public] [PATCH 1/2] headers: Use __builtin_sponentry for setjmp when available.

2025-04-11 Thread Jacek Caban
Instead of for specific architectures. Fixes setjmp on ARM64EC. --- mingw-w64-headers/crt/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/setjmp.h b/mingw-w64-headers/crt/setjmp.h index 2dc7d8739..f5208a0dc 100644 --- a/mingw-w64-headers/crt/setjm

[Mingw-w64-public] [PATCH 2/2] crt: Add ARM64EC setjmp and longjmp implementation

2025-04-11 Thread Jacek Caban
Based on Wine code by Alexandre Julliard. --- mingw-w64-crt/Makefile.am| 8 ++- mingw-w64-crt/misc/arm64ec/longjmp.c | 30 mingw-w64-crt/misc/arm64ec/setjmp.c | 104 +++ mingw-w64-crt/misc/longjmp.S | 2 + mingw-w64-crt/misc/setjmp.S

[Mingw-w64-public] [PATCH] headers: Define MapViewOfFile2 as inline function

2025-04-11 Thread Biswapriyo Nath
From 4893a2ff032a04b22c473c81b775af863d8feace Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Apr 2025 20:22:39 + Subject: [PATCH] headers: Define MapViewOfFile2 as inline function As doucumented by https://github.com/MicrosoftDocs/sdk-api/commit/9173247d41163f99453c8169c517da3

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread Martin Storsjö
On Fri, 11 Apr 2025, LIU Hao wrote: 在 2025-4-11 15:59, Martin Storsjö 写道: On Wed, 9 Apr 2025, Jacek Caban wrote: LGTM. I think it's a good idea to include it. I've been using it for a while, and it's proven very useful. Thanks! If nobody minds this, I'll go ahead and merge this soon. LGT

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread Jacek Caban
On 11.04.2025 17:10, NightStrike wrote: On Wed, Apr 9, 2025, 07:16 Martin Storsjö wrote: This adds an optional github actions workflow, with a number of smoke test verifications of mingw-w64: - With an existing release of llvm-mingw, rebuild all the runtimes - This done for the CRT configura

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread NightStrike
On Wed, Apr 9, 2025, 07:16 Martin Storsjö wrote: > This adds an optional github actions workflow, with a number of > smoke test verifications of mingw-w64: > - With an existing release of llvm-mingw, rebuild all the runtimes > - This done for the CRT configurations ucrtbase, ucrt and msvcrt > -

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread LIU Hao
在 2025-4-11 15:59, Martin Storsjö 写道: On Wed, 9 Apr 2025, Jacek Caban wrote: LGTM. I think it's a good idea to include it. I've been using it for a while, and it's proven very useful. Thanks! If nobody minds this, I'll go ahead and merge this soon. LGTM, too. -- Best regards, LIU Hao Op

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread Martin Storsjö
On Wed, 9 Apr 2025, Jacek Caban wrote: On 9.04.2025 13:15, Martin Storsjö wrote: This adds an optional github actions workflow, with a number of smoke test verifications of mingw-w64: - With an existing release of llvm-mingw, rebuild all the runtimes - This done for the CRT configurations ucr