SFML/test
Chris Thrasher c8c8673259 Pass sf::Vector2<T>s by value
As a rule of thumb, if the type is less than or equal to the CPU
register width times two then you ought to pass it by value. This
will lead to more efficient code generation.
2024-07-19 10:33:00 -06:00
..
Audio Use [[nodiscard]] in more places 2024-06-27 15:12:15 -06:00
Graphics Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00
install Remove default empty state of sf::FileInputStream 2024-06-11 07:31:09 -05:00
Network Remove unnecessary static casts 2024-06-05 11:54:36 -06:00
System Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00
TestUtilities Replace Rect members left, top, width, height by position and size 2024-06-16 02:48:53 +02:00
Window Stop running tests that sometimes hang indefinitely 2024-07-17 17:12:58 -06:00
CMakeLists.txt Add tests for Audio module types 2024-05-16 12:06:21 -06:00