dolphin/Source/UnitTests
Joshua Vandaële f8b85edd0c
Qt: Better wayland detection to enforce xcb
In certain cases, the platform can be "wayland-egl", "wayland-xcomposite", and other values for which I haven't found a full list yet. Instead of matching only "wayland", we now look for "wayland" anywhere in the `QT_QPA_PLATFORM` string in a case-insensitive manner.

Acknowledgements:
`CaseInsensitiveContains`' implementation was heavily inspired by GNU's non-standard glibc `strcasestr` function, which can be found here licensed under GPLv2 or later: https://ftp.gnu.org/gnu/libc/
2025-08-04 19:34:31 +02:00
..
Common Qt: Better wayland detection to enforce xcb 2025-08-04 19:34:31 +02:00
Core CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from non-CPU thread. 2025-06-29 20:55:43 -05:00
VideoCommon Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindings 2025-06-07 17:50:34 -05:00
CMakeLists.txt UnitTests: Delete output Sys folder before copying to it 2024-08-16 21:09:10 +02:00
StubHost.cpp GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
UnitTests.vcxproj RetroAchievements: Updated PatchAllowlistTest to generate new allowlist 2025-05-21 21:38:34 -04:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00