Commit Graph

9 Commits (d1f2f5f1465eaabcd7ac0f220b72d0816c3325e7)

Author SHA1 Message Date
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
3 years ago
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors
Mostly fixing unused *, implicit conversion, braced scalar init,
fpermissive, and some others.

Some Clang errors likely remain in video_core, and std::ranges is still
a pertinent issue in shader_recompiler

shader_recompiler: cmake: Force bracket depth to 1024 on Clang
Increases the maximum fold expression depth

thread_worker: Include condition_variable

Don't use list initializers in control flow

Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
4 years ago
ameerj 75059c46d6 thread_worker: Fix compile time error
state is unused in the branch where with_state is false
4 years ago
ReinUsesLisp 0ddbbb64e5 common/thread_worker: Stop workers on stop_token when waiting 4 years ago
ReinUsesLisp da34d37044 common/thread_worker: Add support for stateful threads 4 years ago
FernandoS27 a10e112e64 common/thread_worker: Fix data race 4 years ago
ReinUsesLisp bf5b5c1bf4 common/thread_worker: Use unique function 4 years ago
ReinUsesLisp f28dd32275 common/thread_worker: Add wait for requests method 4 years ago
bunnei 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. 4 years ago