summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-0/+4
* fix bug #5394 - define _DARWIN_C_SOURCE only if not already definedOzkan Sezer2020-12-121-1/+3
* Added SDL_wcscasecmp() and SDL_wcsncasecmp()Sam Lantinga2020-11-241-0/+2
* Added SDL_crc32()Sam Lantinga2020-11-161-0/+2
* SDL_stdinc.h: define _DARWIN_C_SOURCE on macOS for memset_pattern4()Ozkan Sezer2020-10-291-0/+4
* stdinc: Let Clang static analysis see more C runtime functions.Ryan C. Gordon2020-06-281-1/+19
* stdlib: Add SDL_trunc and SDL_truncfRyan C. Gordon2020-04-101-0/+2
* Fixed bug 5001 - Feature request: SDL_isupper & SDL_islowerSam Lantinga2020-03-021-0/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()Sam Lantinga2019-11-201-1/+4
* added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)Ozkan Sezer2019-11-201-0/+2
* stdinc: On macOS and iOS, use memset_pattern4() for SDL_memset4().Ryan C. Gordon2019-09-041-1/+3
* Fix bug 4746 - introduce SDL_zeroa macro.Ozkan Sezer2019-07-311-0/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2018-08-091-0/+1
* SDL_expEthan Lee2018-08-041-0/+2
* SDL_stdinc.h: move the alloca() includes before begin_code.hOzkan Sezer2018-05-101-23/+22
* add SDL_log10 and SDL_log10f to include and dynapisezero2018-02-081-0/+2
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Added SDL_fmod() and SDL_fmodf()Sam Lantinga2017-11-041-0/+2
* Added float versions of SDL's math functionsSam Lantinga2017-11-041-0/+11
* Added min/max macros for the sized SDL datatypesSam Lantinga2017-10-161-0/+16
* Fixed compiler warningSam Lantinga2017-10-121-1/+1
* Added functions to query and set the SDL memory allocation functions:Sam Lantinga2017-10-121-0/+31
* Fixed bug 3780 - GCC 7 implicit fallthrough warningsSam Lantinga2017-09-061-4/+4
* Added wchar.h to fix build on some platforms with new wcs* functionsSam Lantinga2017-08-131-0/+3
* Added SDL_wcscmp()Sam Lantinga2017-08-131-0/+1
* Make compile-time assert error messages more clear.Ryan C. Gordon2017-06-101-1/+1
* Fixed comments in headers for doxygen output.Philipp Wiesemann2017-06-041-1/+1
* stdlib: added SDL_utf8strlen().Ryan C. Gordon2017-05-291-0/+1
* Fix some more compiler warnings on armcc.Ryan C. Gordon2017-03-031-0/+7
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.hSam Lantinga2016-10-071-3/+0
* Fixed bug 3336 - Failure to build with MinGW-w64Sam Lantinga2016-10-011-0/+7
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Make SDL_stdinc.h work when compiling with -Wundef (thanks, Ben!).Ryan C. Gordon2015-04-081-1/+1
* Fixed SDL_PRI?64 for 64-bit Linux.Ryan C. Gordon2015-03-021-0/+8
* Clang static analysis builds should use C runtime directly.Ryan C. Gordon2015-01-051-5/+33
* ugh.. stray characterEdward Rudd2014-12-031-1/+0
* fix SDL_PRIs64 on windows compilers.. (should end in d)Edward Rudd2014-12-031-1/+2
* switch to use SDL_PRI* macros for long long formatting everywhere.Edward Rudd2014-12-031-0/+18
* Removed SDL_round() because the license wasn't compatible with zlibSam Lantinga2014-08-171-1/+0
* Added SDL_round(), contributed by Benoit Pierre - thanks!Sam Lantinga2014-08-161-0/+1
* Don't redefine standard macros, use SDL specific macros instead to avoid comp...Sam Lantinga2014-06-231-8/+12
* commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5Sam Lantinga2014-06-211-0/+17
* Fixed typo in source comment.Philipp Wiesemann2014-06-081-1/+1
* Added SDL_sqrtf(), SDL_tan(), SDL_tanf()Sam Lantinga2014-06-071-0/+3