Commit graph

6761 commits

Author SHA1 Message Date
Alexandre Julliard
ac1ff67cfd server: Use an explicit union instead of a typedef for select operations. 2024-11-18 21:35:50 +01:00
Alexandre Julliard
ab399468c2 server: Use an explicit union instead of a typedef for IRP params. 2024-11-18 21:34:40 +01:00
Alexandre Julliard
6f5e34ad14 server: Use an explicit union instead of a typedef for debug event data. 2024-11-18 21:33:42 +01:00
Alexandre Julliard
180ba49cee server: Use an explicit union instead of a typedef for hardware input. 2024-11-18 21:32:53 +01:00
Alexandre Julliard
ce946e57db server: Use an explicit union instead of a typedef for message data. 2024-11-18 21:29:14 +01:00
Alexandre Julliard
576d7e24cd server: Use an explicit struct instead of a typedef for async I/O data. 2024-11-15 16:25:10 +01:00
Alexandre Julliard
305ec347dc server: Use an explicit struct instead of a typedef for user APCs. 2024-11-15 16:25:10 +01:00
Alexandre Julliard
4c0103e58c server: Use an explicit union instead of a typedef for APC results. 2024-11-15 16:25:10 +01:00
Alexandre Julliard
1137a10ef7 server: Use an explicit union instead of a typedef for APC calls. 2024-11-15 16:25:10 +01:00
Alexandre Julliard
eae7db4fa4 server: Simplify updating the protocol version. 2024-11-15 16:25:09 +01:00
Alexandre Julliard
75e2ec479b server: Move the generated part of trace.c to a separate header. 2024-11-15 16:25:09 +01:00
Alexandre Julliard
45953cdbec server: Move the generated part of request.h to a separate header. 2024-11-15 16:25:09 +01:00
Jacek Caban
f47da4307f winegcc: Pass -fms-hotpatch to the linker.
The -fms-hotpatch flag is relevant for both the compiler and the linker.
2024-11-14 11:10:28 +01:00
Alexandre Julliard
786cf5a20b nls: Update locale data to CLDR version 46. 2024-11-13 15:05:23 +01:00
Alexandre Julliard
9accb76341 tools: Download all Unicode data files before generating anything. 2024-11-13 15:05:23 +01:00
Jacek Caban
0872e3c1ff winegcc: Skip --no-default-config in find_libgcc.
The default config provides a valid way of defining the default compiler’s libgcc (or its equivalent).
Future llvm-mingw will use it instead of shell wrappers.
2024-11-04 13:37:58 +01:00
Alexandre Julliard
3f88cea441 winetest: Get default tag and URL from Gitlab CI variables. 2024-10-21 16:38:12 +02:00
Zhiyi Zhang
f9d5d6342d gitlab: Update generated files for static analysis. 2024-10-18 13:52:53 +02:00
Alexandre Julliard
ca7ae7fb0a tools: Update the install-sh script. 2024-10-17 13:46:55 +02:00
Alexandre Julliard
daa09526f8 makefiles: Use llvm-strip in MSVC mode. 2024-10-17 13:35:50 +02:00
Rémi Bernon
530b3f1694 gitlab: Use winetest JUnit output mode. 2024-10-16 20:00:19 +02:00
Alexandre Julliard
ce7350627c widl: Use plain inline instead of defining a macro.
The included headers already use 'inline' so it has to be supported.
2024-10-16 15:57:22 +02:00
Alexandre Julliard
473b18164e gitlab: Add a daily mac build.
This is useful for Mono tests.
2024-10-08 13:57:14 +02:00
Alexandre Julliard
4ed0a3c25d gitlab: Add a daily sast build. 2024-10-08 13:56:28 +02:00
Alexandre Julliard
7aef4bc6db gitlab: Add support for static analysis using Clang. 2024-10-07 16:44:46 +02:00
Alexandre Julliard
a912eb809b gitlab: Remove make -j options.
Use the runner MAKEFLAGS instead.
2024-10-02 22:37:59 +02:00
Alexandre Julliard
7c3fda0b0f tools: Formatting tweaks in the man pages. 2024-10-02 17:00:40 +02:00
Alexandre Julliard
fd5e16ad2e tools: Upgrade the config.guess/config.sub scripts. 2024-10-01 21:25:42 +02:00
Alexandre Julliard
3b3be668f4 gitlab: Add 'build' tag on Linux build jobs.
So that they can be sent to a faster runner.
2024-10-01 21:24:29 +02:00
Nikolay Sivov
0502e7a975 unicode: Update to Unicode 16.0.0. 2024-10-01 21:10:45 +02:00
Alexandre Julliard
e82e9ec393 widl: Output statements contained inside modules. 2024-09-27 16:24:29 +02:00
Hans Leidekker
be505da487 winedump: Dump CLR metadata. 2024-09-23 11:02:42 +02:00
Brendan Shanks
7037201214 wrc: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-09-19 21:39:33 +02:00
Brendan Shanks
b6aed99a75 wmc: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-09-19 21:39:33 +02:00
Brendan Shanks
1d8ef42a75 winebuild: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-09-19 21:39:33 +02:00
Brendan Shanks
070e393146 widl: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-09-19 21:39:33 +02:00
Brendan Shanks
37307535a2 sfnt2fon: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-09-19 21:39:33 +02:00
Alexandre Julliard
ec2e77c63f configure: Remove some no longer needed program checks. 2024-09-19 15:02:35 +02:00
Jacek Caban
d5051524fd tools: Use /proc/self/exe in get_bindir on Cygwin targets. 2024-09-16 23:07:49 +02:00
Jacek Caban
62d49fd48c tools: Use GetModuleFileNameA in get_bindir on Windows targets. 2024-09-16 23:07:49 +02:00
Jacek Caban
311609f12c widl: Use alias qualified names in winrt mode in write_type_left.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55347
2024-09-16 23:07:49 +02:00
Huw Davies
af3f67a5f4 widl: Avoid using sprintf() to add a single character. 2024-09-06 21:03:41 +02:00
Tim Clem
a3f737f614 nsiproxy: Implement UDP table on top of a server call. 2024-09-06 11:15:26 +02:00
Tim Clem
9085bc7b87 nsiproxy: Implement TCP table on top of a server call. 2024-09-06 11:15:26 +02:00
Rémi Bernon
6a9396549e gitlab: Install FFmpeg development libraries. 2024-09-03 23:25:09 +02:00
Esme Povirk
99595f9517 mscoree: Update Wine Mono to 9.3.0. 2024-08-30 21:09:38 +02:00
Huw Davies
cbe443295d winedump: Remove unused variable. 2024-08-27 20:46:58 +02:00
Huw Davies
5695b3a40c widl: Remove unused variable. 2024-08-27 20:46:48 +02:00
Eric Pouech
b1be17f827 winedump: Get rid of GCC warning.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-08-21 23:13:28 +02:00
Billy Laws
51b2558b73 configure: Don't use CPPFLAGS for PE cross targets. 2024-08-15 11:44:49 +02:00