- Jan 11, 2025
-
-
(cherry picked from commit d33b5a33)
-
- Jan 09, 2025
- Jan 08, 2025
-
-
(cherry picked from commit bd2a2c25)
-
(cherry picked from commit fd253442)
-
(cherry picked from commit 7e2f4421)
-
This will now fail on older, unsupported versions, but the test_monochrome_icon test would be pointless otherwise. (cherry picked from commit 0ab411a0)
-
(cherry picked from commit d2f07ffa)
-
(cherry picked from commit 658df7f2)
-
(cherry picked from commit ca7a246e)
-
(cherry picked from commit 839839b3)
-
They are constantly failing on Gitlab, and may be caused various race conditions around window focus, both in Wine and in Fvwm. It would be nice to fix them but it's been going for many years now and unlikely to be the case soon. (cherry picked from commit 85dac24e)
-
(cherry picked from commit 1fa229ca)
-
(cherry picked from commit 36a7ea77)
-
(cherry picked from commit 4bca7bb7)
-
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=55491 (cherry picked from commit 5f7094ff)
-
(cherry picked from commit 644780cd)
-
Michael Stefaniuc authored
There are too many commits at once in Stable.
-
Use the runner MAKEFLAGS instead. (cherry picked from commit a912eb80) Conflicts: tools/gitlab/build-clang
-
Two main changes: - VM configuration in build.yml for the executor. - The build-mac script is now architecture-agnostic. (cherry picked from commit b6fb9e5c)
-
So that they can be sent to a faster runner. (cherry picked from commit 3b3be668)
-
(cherry picked from commit 31e1e745)
-
(cherry picked from commit 834a88fc)
-
Fixes test failures introduced by the server upgrade. (cherry picked from commit d3ba9042)
-
(cherry picked from commit 0fa0b349)
-
- Jan 03, 2025
-
-
(cherry picked from commit 958617aa)
-
- Dec 02, 2024
-
-
musl itself expects to be configured to compile with either -ffloat-store or -fexcess-precision=standard - but when imported into Wine, those flags aren't used. This seems to be essential for getting reasonable precision from some math functions such as exp2() - without the expected precision truncation, the output value of exp2() can be off by as much as 0.2% in some cases. As Wine doesn't build the musl sources with those flags, use volatile to force storing/reloading floats in order to limit their intermediate precision, as musl expects. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56372 (cherry picked from commit 3607eae6)
-
- Nov 25, 2024
-
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56871 (cherry picked from commit 727472ab)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56763 (cherry picked from commit 75babad4)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56763 (cherry picked from commit 0d4d778b)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56763 (cherry picked from commit b23608ea)
-
(cherry picked from commit ae7cb868)
-
(cherry picked from commit 8e709239)
-
(cherry picked from commit 805d0c58)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52879 (cherry picked from commit 49457ccf)
-
- Nov 24, 2024
-
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56781 Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com> (cherry picked from commit 0da33d54)
-
(cherry picked from commit dcb5c97d)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49703 (cherry picked from commit bc0cd805)
-
The original code was very aspirational and didn't actually test much. (cherry picked from commit 0a5c9820)
-