Chris Thrasher
|
6aabb75bcf
|
Fix sf::Image tests
Bitten by a copy pasta error. We can't test for exact pixel values
since jpeg compression changes pixel values slightly.
|
2023-10-21 12:44:51 -05:00 |
|
Chris Thrasher
|
1c037e1cba
|
Add tests for sf::Image::saveToFile
|
2023-10-20 23:53:18 -05:00 |
|
Chris Thrasher
|
bb1a465e50
|
Add cppcoreguidelines-pro-type-member-init clang-tidy check
This marks another good step towards systematically rooting out
undefined behavior in the form of reading uninitialized memory.
|
2023-10-17 21:41:36 -05:00 |
|
Chris Thrasher
|
62c376ffa5
|
Remove unnecessary parentheses
|
2023-08-21 09:07:32 -06:00 |
|
Chris Thrasher
|
c9d9f84a0e
|
Add tests for sf::Image::loadFromFile
|
2023-08-04 19:26:30 -06:00 |
|
Chris Thrasher
|
53e2fab582
|
Prefer named colors
|
2023-05-25 17:08:42 -06:00 |
|
Chris Thrasher
|
f6dfc04938
|
Switch to Catch2
|
2023-05-13 12:38:11 -06:00 |
|
Chris Thrasher
|
fb1cfdc48d
|
Add misc-const-correctness clang-tidy check
|
2023-05-04 16:22:03 -06:00 |
|
Jonny Paton
|
e4bffe5b84
|
Rename test files to be unique
|
2022-10-23 16:39:12 +02:00 |
|