SFML/test/System
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
..
Angle.test.cpp Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00
Clock.test.cpp Make sf::Clock pausable 2023-06-02 11:32:04 -06:00
Config.test.cpp Switch to Catch2 2023-05-13 12:38:11 -06:00
Err.test.cpp Switch to Catch2 2023-05-13 12:38:11 -06:00
FileInputStream.test.cpp Use [[nodiscard]] in more places 2024-06-27 15:12:15 -06:00
MemoryInputStream.test.cpp Remove default empty state of sf::MemoryInputStream 2024-06-10 08:11:28 -05:00
Sleep.test.cpp Switch to Catch2 2023-05-13 12:38:11 -06:00
String.test.cpp Remove unnecessary static casts 2024-06-05 11:54:36 -06:00
Time.test.cpp Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00
Vector2.test.cpp Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00
Vector3.test.cpp Fix typo in sf::Vector3<T> type trait tests 2024-01-14 19:19:37 -07:00