NazaraEngine/tests
SirLynix b69c0bb444 Core/TaskScheduler: Fix deadlock when exiting
If a worker was not given a task, it could happen to ignore the exit signal (for example if it's set before the worker started, causing it to clear the notifier boolean and test it again before checking m_running)
2024-02-04 13:43:55 +01:00
..
ComputeParticlesTest Core: Rework TaskScheduler (WIP) 2024-01-31 16:42:25 +01:00
ComputeTest Remove spaces before line feed 2024-01-25 14:38:06 +01:00
GraphicsTest Rename AppComponent classes (AppEntitySystemComponent => EntitySystemAppComponent) 2024-01-24 16:50:04 +01:00
PresentModeTest Rename AppComponent classes (AppEntitySystemComponent => EntitySystemAppComponent) 2024-01-24 16:50:04 +01:00
RenderTest Rename AppComponent classes (AppEntitySystemComponent => EntitySystemAppComponent) 2024-01-24 16:50:04 +01:00
SchedulerBenchmark Cleanup code 2024-02-02 17:31:12 +01:00
Std140Debug Replace OpenGL headers by opengl-headers xmake package 2024-01-24 16:34:22 +01:00
UnitTests Core/TaskScheduler: Fix deadlock when exiting 2024-02-04 13:43:55 +01:00
xmake.lua Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00