SFML/test/System
Chris Thrasher c0a6cf1f0c Remove unnecessary lossy conversions in test utilities
Both ApproxVec and ApproxDeg accept a double then convert that to
a float just to then convert it back to a double. We can save an
extra lossy conversion by just accepting a float instead of a double
in the first place.
2022-05-04 09:03:04 +02:00
..
Angle.cpp Apply compiler warnings to tests 2022-05-02 08:39:02 +02:00
Clock.cpp Remove unnecessary includes from public-facing headers 2022-02-10 21:05:49 +00:00
Err.cpp Add tests for sf::err 2022-05-02 09:53:04 +02:00
FileInputStream.cpp Remove GCC 8 workarounds 2022-02-17 00:40:29 +00:00
Time.cpp Apply compiler warnings to tests 2022-05-02 08:39:02 +02:00
Vector2.cpp Remove unnecessary lossy conversions in test utilities 2022-05-04 09:03:04 +02:00
Vector3.cpp Use operator<< for printing during test failure 2022-01-07 20:04:54 +01:00