NazaraEngine/tests/UnitTests/Engine
SirLynix c303bf9283 Core/TaskScheduler: Use WorkStealingQueue::pop
steal() can incorrectly return nullptr even if the list is not empty in case of concurrent access, but push and pop are not threadsafe so we use a spinlock to prevent concurrent uses
2024-02-02 23:19:29 +01:00
..
Audio Remove spaces before line feed 2024-01-25 14:38:06 +01:00
Core Core/TaskScheduler: Use WorkStealingQueue::pop 2024-02-02 23:19:29 +01:00
Math Remove spaces before line feed 2024-01-25 14:38:06 +01:00
Network UnitTests: Replace Google DNS with Cloudflare DNS 2023-12-30 11:40:20 +01:00
Physics2D Fix unit tests 2023-08-12 14:43:59 +02:00
Utility Utility/ImageStream: Use Time class instead of UInt64 for frametime 2023-02-02 13:27:21 +01:00
ClientModules.hpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
Modules.hpp Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00