Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ce84813a | 2014-06-21 11:24:06 | commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5 Author: Sam Clegg <sbc@chromium.org> Date: Fri Jun 20 12:52:11 2014 Fix win32 build which was failing due to missing PRIs64. This change adds definitions for the C99 PRIs16 and PRIu64 which are missing from <stdint.h> on at last win32 and possibly other platforms. These already existed in testgesture.c so I removed them from there also. | ||
| ea93820e | 2014-06-09 17:25:03 | Fixed format string faults in audio tests. They were found by the recent code annotations. | ||
| efa2d058 | 2014-06-08 18:18:13 | Fixes audio for Native Client, and other fixes... - SDL_NaClMount, SDL_NaClUmount - Default mounting of https at / in SDL's main function - More documentation in README-nacl.txt | ||
| cde32ccc | 2014-06-07 18:20:25 | Fixed compile warnings | ||
| 0ddd252f | 2014-06-07 17:25:56 | Fixed initializing test event queue | ||
| 5907cfaa | 2014-06-07 17:25:35 | Fixed another loopwave crash with no command line arguments | ||
| a93474a2 | 2014-06-07 17:09:32 | Fixed loopwave crash with no command line arguments | ||
| 93aabd32 | 2014-06-06 18:33:17 | Adds missing Makefile for NACL test and a couple of smaller fixes | ||
| 1e352d79 | 2014-06-06 15:45:59 | Chrome's Native Client backend implementation | ||
| 8d11db2f | 2014-05-29 22:48:10 | Added missing stdio include in test program. | ||
| 3a803358 | 2014-05-29 22:44:08 | Fixed use of uninitialized variable warning in test program. | ||
| 9bc47465 | 2014-05-18 21:11:30 | Changed C++ style comments. | ||
| ca11d7c8 | 2014-05-17 22:02:25 | Changed C++ style comments to fix pedantic warnings. | ||
| f565d81a | 2014-05-10 15:57:09 | A few more ANDROID for __ANDROID__ replacements | ||
| 548a0ee7 | 2014-05-05 22:21:26 | __ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK. | ||
| d9ffe549 | 2014-04-26 12:29:40 | Fixed the inertia effect in the test program | ||
| 65c82148 | 2014-04-19 15:28:13 | Removed global variable from test program. | ||
| 353feb5c | 2014-04-17 22:40:57 | Fixed bug 2475 - Incorrect SDL_Log() format specifiers in test/testgesture.c rettichschnidi The floats should not be interpreted as integers. Patch against the current head attached. | ||
| 3dcb451f | 2014-04-09 21:29:19 | Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad. |