Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
3 years ago |
Ozkan Sezer
|
990fb668f7
tests: several -Wwrite-strings fixes.
|
3 years ago |
Ozkan Sezer
|
c7aa04d03e
SDL_test_harness.c: avoid -Wwrite-strings
|
3 years ago |
Sam Lantinga
|
c2dd50a9a0
Fixed whitespace
|
3 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 years ago |
Jay Petacat
|
c760c02c6c
Fix some format specifier warnings
|
5 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 years ago |
Sylvain Becker
|
b458d7a28f
Readability: remove redundant cast to the same type
|
6 years ago |
Ryan C. Gordon
|
aa0a6518a2
test: Fixed compiler warning on Visual Studio.
|
6 years ago |
Sam Lantinga
|
791df27a30
Fixed compiler warning on Android
|
6 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 years ago |
Ozkan Sezer
|
08de74ec49
use the 'aborts' pragma of Watcom for SDL_NORETURN functions
|
7 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
7 years ago |
Sam Lantinga
|
b0b3da7702
Added a function to clean up test text drawing
|
8 years ago |
Ryan C. Gordon
|
ae667da638
Fixed a bunch of compiler warnings.
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 years ago |
Ryan C. Gordon
|
40c2a6fb55
Fixed more compiler warnings.
|
9 years ago |
Sam Lantinga
|
818d1d3e80
Fixed bug 1646 - Warnings from clang with -Weverything
|
9 years ago |
Sam Lantinga
|
c1e292fcf8
Fixed build error with missing function prototype in the SDL_test_harness.h header
|
9 years ago |
Sam Lantinga
|
57d01d7d67
Patch from Sylvain to fix clang warnings
|
9 years ago |
Philipp Wiesemann
|
f4d33fcbba
Fixed compile warnings in test library about formats strings not being literals.
|
9 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
9 years ago |
Philipp Wiesemann
|
4679195dbf
Fixed memory leak in test harness.
|
10 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |
Andreas Schiffler
|
ac112e5f09
Fix option for forced run of disabled tests in test harness
|
11 years ago |
Sam Lantinga
|
3344db40ff
Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings
|
11 years ago |
Sam Clegg
|
7e52722dfd
Fix compiler warnings in Native Client and Linux builds.
|
11 years ago |
Brandon Schaefer
|
04a0836b1a
Turns out visualstudio does not like PRIu64, soo lets just cast it to llu.
|
11 years ago |
Brandon Schaefer
|
1f71676906
Fix warnings, only major one being an SDL_SetError not providing enough arguments.
|
11 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |