Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 tahun lalu |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 tahun lalu |
Sam Lantinga
|
bd04459cde
Fix typos (thanks @qndel!)
|
1 tahun lalu |
Sam Lantinga
|
f3e419596b
Removed SDL_INIT_TIMER
|
1 tahun lalu |
Petar Popovic
|
d03c7cdf17
Removing extra semicolons
|
1 tahun lalu |
Petar Popovic
|
323b60abf1
SDL_test_harness.c: Fix warning -Wcast-function-type-strict
|
1 tahun lalu |
Petar Popovic
|
aa6a0be7a8
Fix warning: redefinition of typedef 'SDLTest_TestSuiteRunner'
|
1 tahun lalu |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
1 tahun lalu |
Anonymous Maarten
|
102b3b480b
SDL_test: move argument parsing into SDL_test
|
1 tahun lalu |
Anonymous Maarten
|
872608b8af
Don't allocate in SDLTest_GenerateRunSeed
|
1 tahun lalu |
Anonymous Maarten
|
2f4b2df595
SDL_test: pass data pointer to unit tests
|
1 tahun lalu |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 tahun lalu |
Sylvain
|
bd7d4a3752
Add comment about randomOrder and random seed
|
1 tahun lalu |
Sylvain
|
2428d906f1
Remove extra ';'
|
1 tahun lalu |
Sylvain
|
20a6193eaa
Run test suites and test cases in non-linear order (see libsdl-org#9303)
|
1 tahun lalu |
Sam Lantinga
|
2f5b20fcb5
Updated based on feedback from @JKaniarz
|
1 tahun lalu |
Sam Lantinga
|
a938e2b979
Replaced test framework random code with SDL random functions
|
1 tahun lalu |
Ozkan Sezer
|
e909c0360f
remove most of SDL_OutOfMemory() calls where SDL is the allocator.
|
1 tahun lalu |
Sam Lantinga
|
04be04c338
Removed mostly unused SDL_errorcode
|
1 tahun lalu |
Sam Lantinga
|
62221b3003
Fixed warning C4245: 'return': conversion from 'int' to 'SDL_TimerID', signed/unsigned mismatch
|
2 tahun lalu |
Sam Lantinga
|
4514aabb41
Fixed warning C4245: 'return': conversion from 'int' to 'Uint64', signed/unsigned mismatch
|
2 tahun lalu |
Simon McVittie
|
022ff075b9
test: When listing test-cases, say which ones are disabled
|
2 tahun lalu |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 tahun lalu |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 tahun lalu |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
2 tahun lalu |
luzpaz
|
37e567994d
Fix remaining typos (#7921)
|
2 tahun lalu |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 tahun lalu |
Sylvain
|
7afe735b5f
SDL_test: add more color when success/fail/skip
|
3 tahun lalu |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 tahun lalu |
Sylvain
|
f5dc1c0176
Add some color in testautomation logs!
|
3 tahun lalu |