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
|
2 年之前 |
Anonymous Maarten
|
474c8d0073
testautomation: don't do float equality tests
|
2 年之前 |
Sam Lantinga
|
2e465ae31b
Revert "Added SDL_nextafter() and SDL_nextafterf()"
|
2 年之前 |
Sam Lantinga
|
bc5d074818
Added SDL_nextafter() and SDL_nextafterf()
|
2 年之前 |
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.
|
3 年之前 |
Pierre Wendling
|
73d8d02629
Test: Fix Exp base case for Win32.
|
3 年之前 |
Pierre Wendling
|
6bd3e0b189
Test: Check sqrt and atan against the epsilon.
|
3 年之前 |
Pierre Wendling
|
cee47a9ebe
Test: Use inexact helper for log10 regular cases.
|
3 年之前 |
Pierre Wendling
|
a52b8580f0
Test: Tidy up test descriptions and documentation.
|
3 年之前 |
Pierre Wendling
|
4d7f12f6bd
Test: Add Atan2 tests to math suite.
|
3 年之前 |
Pierre Wendling
|
8ebe640a36
Test: Change inexact tests to use an epsilon.
|
3 年之前 |
Pierre Wendling
|
62fd6aad39
Test: Add Atan tests to math suite.
|
3 年之前 |
Pierre Wendling
|
6a6e93bc29
Test: Add +/-0.0 tests to Acos.
|
3 年之前 |
Pierre Wendling
|
6b4b6d8e59
Test: Add Asin tests to math suite.
|
3 年之前 |
Pierre Wendling
|
43f6983a24
Test: Add Acos tests to math suite.
|
3 年之前 |
Pierre Wendling
|
95f6edb9a5
Test: Refactor trigonometric tests into a helper.
|
3 年之前 |
Pierre Wendling
|
3b9f47b85f
Test: Remove early return in pow test.
|
3 年之前 |