- Jun 21, 2024
-
-
Xcode 15.3 adds a new linker flag ('-no_huge') which allows the loader to use zero-fill sections to reserve the areas currently being reserved by the preloader. This means the preloader is no longer needed (a good thing, since it's heavily dependent on private APIs). The preloader will still be used when Xcode <15.3 is being used, or when building for i386 (32-bit for 10.14 and earlier).
-
-
-
-
This is already the default for all Mac binaries targeting 10.7 or later.
-
-
-
- Jun 14, 2024
-
-
Alexandre Julliard authored
-
- Jun 03, 2024
-
-
Needed by Photoshop 2024.
-
- May 31, 2024
-
-
Alexandre Julliard authored
-
- May 17, 2024
-
-
Alexandre Julliard authored
-
- May 14, 2024
-
-
-
Implementations are guarded by native function pointer checks but all functions have been present in libodbc for a very long time, so it doesn't appear to be needed anymore. The loading code checks the LIB_ODBC_DRIVER_MANAGER environment variable to allow the user to override the system version of the library. This can be achieved by other means, if it's still needed.
-
Alexandre Julliard authored
It was dropped in cda2886f. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56665
-
- May 03, 2024
-
-
Alexandre Julliard authored
-
- Apr 30, 2024
-
-
-
Alexandre Julliard authored
Based on a patch by Jacek Caban.
-
- Apr 19, 2024
-
-
Alexandre Julliard authored
-
- Apr 05, 2024
-
-
Alexandre Julliard authored
-
- Mar 25, 2024
-
-
- Mar 22, 2024
-
-
Alexandre Julliard authored
-
-
- Mar 21, 2024
-
-
Alexandre Julliard authored
-
- Mar 11, 2024
-
-
Clang enables -Wenum-conversion by default anyway, we add it to CFLAGS to enable them on GCC. When explicitly enabled, Clang also enables additional warnings. Some of those warnings, like -Wenum-enum-conversion, are too strict to be practical with win32, so avoid enabling them.
-
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56411
-
- Mar 08, 2024
-
-
Alexandre Julliard authored
-
- Mar 06, 2024
-
-
Introduce the internal wayland_gl_drawable object, which associates a window (and its backing Wayland surface) with an EGL surface.
-
The driver performs basic EGL initialization.
-
- Feb 27, 2024
-
-
- Feb 23, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
PE code requires hardware floating point.
-
Alexandre Julliard authored
They are not needed for PE builds.
-
- Feb 17, 2024
-
-
Alexandre Julliard authored
-
- Feb 14, 2024
-
-
This only matches with digitizer devices for now, it could later be used for HID mice but for now we use a different path for that.
-
- Feb 13, 2024
-
-
- Feb 09, 2024
-
-
Alexandre Julliard authored
-
- Feb 06, 2024
-
-
autoconf 2.72 disabled the time size increase when LARGEFILE macro is being used: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=cf09f48841b66fe76f606dd6018bb3a93242a7c9 That change can cause 32-bit Wine to return EOVERFLOW when running stat() on a file in certain edge cases (which causes some files to be skipped leading to applications failing to run properly). This change was tested with both autoconf 2.71 and 2.72 to make sure nothing broke there.
-
- Feb 01, 2024
- Jan 31, 2024
-
-
Alexandre Julliard authored
-