NazaraEngine/tests/UnitTests/Engine/Core
Jérôme Leclercq 79ec135af7
Optimize out a lot of std::string construction and allocations (#415)
Update CommandLineParameters.hpp

Update CommandLineParametersTests.cpp

Update WebContext.hpp

xmake check-files -f

Fix MaterialPassRegistry
2023-12-30 14:50:57 +01:00
..
AbstractHashTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
AlgorithmCoreTest.cpp Update for latest nazarautils update 2023-07-17 19:05:15 +02:00
ApplicationTest.cpp Reenable unit tests in release mode 2023-07-30 10:55:38 +02:00
BufferingTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
ByteArrayTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
ByteStreamTest.cpp Replace GetPlatformEndianness() by PlatformEndianness constexpr 2023-09-08 09:13:04 +02:00
ClockTest.cpp Core/Clock: Add Tick method 2023-12-18 12:15:08 +01:00
ColorTest.cpp Core/Color: Add ApproxEqual and make equality exact 2023-09-10 14:43:57 +02:00
CommandLineParametersTests.cpp Optimize out a lot of std::string construction and allocations (#415) 2023-12-30 14:50:57 +01:00
ErrorTest.cpp Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
FileTest.cpp Core/OpenMode: Rename ReadOnly/WriteOnly to Read/Write 2023-12-25 19:49:03 +01:00
ObjectHandleTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
ObjectRefTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
ParameterListTest.cpp Fix a bunch of warnings 2023-05-30 12:34:38 +02:00
PrimitiveListTest.cpp Core/PrimitiveList: Rework and inline the class 2023-11-26 21:27:24 +01:00
RefCountedTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
SerializationTest.cpp Fix unit tests 2023-08-12 14:43:59 +02:00
StringExtTest.cpp Minor improvements 2023-12-04 00:22:36 +01:00
TimeTest.cpp Core/Time: Add support for AsSeconds<integer> 2023-06-28 07:04:20 +02:00
UuidTest.cpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
VirtualDirectoryTest.cpp Core/OpenMode: Rename ReadOnly/WriteOnly to Read/Write 2023-12-25 19:49:03 +01:00