- Aug 10, 2024
-
-
Alexandre Julliard authored
-
- Aug 06, 2024
-
-
clang will default to the host if no target is specified, which causes compile test failures if arch-specific CFLAGS are used for a non-host arch.
-
- Jul 28, 2024
-
-
Alexandre Julliard authored
-
- Jul 14, 2024
-
-
Alexandre Julliard authored
-
- Jul 09, 2024
-
-
Alexandre Julliard authored
-
- Jul 05, 2024
-
-
- Jun 28, 2024
-
-
Alexandre Julliard authored
-
- Jun 26, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Jun 24, 2024
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
It's Wine-specific anyway.
-
Alexandre Julliard authored
It's Wine-specific anyway.
-
Alexandre Julliard authored
It's Wine-specific anyway.
-
- 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.
-
-