Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 月之前 |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
7 月之前 |
Anonymous Maarten
|
ff1e252413
testautomation: remove SDLTest_TestCaseFp casts
|
7 月之前 |
Anonymous Maarten
|
a919774fe4
Build with -Wfloat-conversion + fix all warnings
|
10 月之前 |
Petar Popovic
|
4ecea42fb0
testautomation_math.c: use isinf(V) instead of fpclassify(V) == FP_INFINITE
|
1 年之前 |
Simon McVittie
|
7c089f4e57
testautomation_math: Fix misleading log output
|
1 年之前 |
Simon McVittie
|
b66dba2a9d
test: Don't accept results that are much less than expected
|
1 年之前 |
Anonymous Maarten
|
f1f9e27128
testautomation_math: do relative comparison + more precise correct trigonometric values
|
1 年之前 |
Simon McVittie
|
babca704e0
testautomation: Don't expect exp to yield exact floating point results
|
1 年之前 |
Sam Lantinga
|
8f20ef5b43
Re-enable C runtime with Mingw, and disable the problematic math test
|
1 年之前 |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 年之前 |
Simon McVittie
|
6248472c0c
test: Accept small numerical differences in more mathematical tests
|
1 年之前 |
Anonymous Maarten
|
474c8d0073
testautomation: don't do float equality tests
|
1 年之前 |
Sam Lantinga
|
2e465ae31b
Revert "Added SDL_nextafter() and SDL_nextafterf()"
|
1 年之前 |
Sam Lantinga
|
bc5d074818
Added SDL_nextafter() and SDL_nextafterf()
|
1 年之前 |
Anonymous Maarten
|
d392ce516a
testautomation_math: avoid equality tests with INFINITY
|
2 年之前 |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
2 年之前 |
Sam Lantinga
|
6cfe4f2ba8
Fixed documentation errors in testautomation_math.c
|
2 年之前 |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
2 年之前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 年之前 |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 年之前 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 年之前 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 年之前 |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 年之前 |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
2 年之前 |
Sam Lantinga
|
199423612c
Updated test programs with SDL_M_PI*
|
2 年之前 |
Pierre Wendling
|
6784d84c9d
N3DS: Fix `-Wformat` warnings in tests.
|
2 年之前 |
Pierre Wendling
|
73d8d02629
Test: Fix Exp base case for Win32.
|
2 年之前 |
Pierre Wendling
|
6bd3e0b189
Test: Check sqrt and atan against the epsilon.
|
2 年之前 |
Pierre Wendling
|
cee47a9ebe
Test: Use inexact helper for log10 regular cases.
|
2 年之前 |