summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-0/+1
2018-08-04SDL_expEthan Lee1-0/+2
2018-05-10SDL_stdinc.h: move the alloca() includes before begin_code.hOzkan Sezer1-23/+22
2018-02-08add SDL_log10 and SDL_log10f to include and dynapisezero1-0/+2
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-11-04Added SDL_fmod() and SDL_fmodf()Sam Lantinga1-0/+2
2017-11-04Added float versions of SDL's math functionsSam Lantinga1-0/+11
2017-10-16Added min/max macros for the sized SDL datatypesSam Lantinga1-0/+16
2017-10-12Fixed compiler warningSam Lantinga1-1/+1
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-0/+31
2017-09-06Fixed bug 3780 - GCC 7 implicit fallthrough warningsSam Lantinga1-4/+4
2017-08-13Added wchar.h to fix build on some platforms with new wcs* functionsSam Lantinga1-0/+3
2017-08-13Added SDL_wcscmp()Sam Lantinga1-0/+1
2017-06-10Make compile-time assert error messages more clear.Ryan C. Gordon1-1/+1
2017-06-04Fixed comments in headers for doxygen output.Philipp Wiesemann1-1/+1
2017-05-29stdlib: added SDL_utf8strlen().Ryan C. Gordon1-0/+1
2017-03-03Fix some more compiler warnings on armcc.Ryan C. Gordon1-0/+7
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-10-07Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.hSam Lantinga1-3/+0
2016-10-01Fixed bug 3336 - Failure to build with MinGW-w64Sam Lantinga1-0/+7
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-04-08Make SDL_stdinc.h work when compiling with -Wundef (thanks, Ben!).Ryan C. Gordon1-1/+1
2015-03-02Fixed SDL_PRI?64 for 64-bit Linux.Ryan C. Gordon1-0/+8
2015-01-05Clang static analysis builds should use C runtime directly.Ryan C. Gordon1-5/+33
2014-12-03ugh.. stray characterEdward Rudd1-1/+0
2014-12-03fix SDL_PRIs64 on windows compilers.. (should end in d)Edward Rudd1-1/+2
2014-12-03switch to use SDL_PRI* macros for long long formatting everywhere.Edward Rudd1-0/+18
2014-08-17Removed SDL_round() because the license wasn't compatible with zlibSam Lantinga1-1/+0
2014-08-16Added SDL_round(), contributed by Benoit Pierre - thanks!Sam Lantinga1-0/+1
2014-06-23Don't redefine standard macros, use SDL specific macros instead to avoid comp...Sam Lantinga1-8/+12
2014-06-21commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5Sam Lantinga1-0/+17
2014-06-08Fixed typo in source comment.Philipp Wiesemann1-1/+1
2014-06-07Added SDL_sqrtf(), SDL_tan(), SDL_tanf()Sam Lantinga1-0/+3
2014-06-04Added annotations to help code analysis toolsSam Lantinga1-12/+56
2014-03-09Integrated David Ludwig's support for Windows RTSam Lantinga1-0/+10
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-28WinRT: merged with latest SDL 2.x/HG codeDavid Ludwig1-1/+3
2013-11-24Added SDL_vsscanf().Ryan C. Gordon1-0/+1
2013-11-16Fixed bug 2245 - add SDL_acos and SDL_asinSam Lantinga1-0/+2
2013-11-03Clarified that SDL_memset4 is a 32-bit assignment and fixed a compiler warningSam Lantinga1-1/+1
2013-10-27WinRT: merged with SDL 2.0.1 codebaseDavid Ludwig1-4/+4
2013-08-27WinRT: more "Windows RT" to "WinRT" renamingDavid Ludwig1-1/+1
2013-08-13WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0David Ludwig1-0/+3
2013-08-12WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)David Ludwig1-429/+25
2013-08-21OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo1-4/+4
2013-08-21OCD fixes: Adds a space before */Gabriel Jacobo1-4/+4
2013-07-09Made the SDL_memset4() comment even clearer so we don't accidentally replace ...Sam Lantinga1-1/+1