Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 41728b3c | 2014-08-20 01:21:45 | Fixed the cmake-guided static analysis and use it by default. The configure script fails on it on Mac OS X, now, for whatever reason. Hopefully gets our static analysis buildslave running again! | ||
| c1d29725 | 2014-07-07 11:13:19 | Fixed indentation for pnacl configuration | ||
| 61fea2a8 | 2014-06-21 11:16:26 | Removed references to Raspberry Pi | ||
| 87980526 | 2014-06-20 22:38:36 | Added script for buildbot to use on NaCl target. | ||
| 3b217eef | 2014-06-20 11:50:31 | Fix another NaCl warning | ||
| 553cc07e | 2014-06-20 10:59:51 | Initialize nacl_io, removes SDL_NaClMount/Umount It's just easier to use nacl_io's mount/umount directly. | ||
| 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 | ||
| dd27ebed | 2014-04-19 02:26:12 | Turn off Wayland support for Raspberry Pi on the buildbot. It's picking up the system headers instead of the RPi build files. Theoretically, we _can_ support Wayland on this platform, though, as there _is_ a Raspberry Pi port out there... | ||
| 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. | ||
| 6123f15e | 2014-03-28 09:59:32 | Raspberry Pi builds should upload as .tar.xz instead of .tar.bz2. Makes the archive about 40-50% smaller! | ||
| 6ca11273 | 2014-03-19 22:43:30 | Minor comment cleanups in checker-buildbot.sh | ||
| 7b893acd | 2014-03-19 16:02:25 | Don't overwrite SDL_dynapi.h in checker-buildbot.sh. | ||
| 055d5679 | 2014-03-19 15:25:27 | Make checker-buildbot.sh work just about anywhere Clang is installed. | ||
| ff3f49f0 | 2014-03-19 13:22:09 | Reenable static builds for now with static analysis. | ||
| 7b785625 | 2014-03-19 03:29:14 | Buildbot static analysis script: use configure script instead of cmake. | ||
| 80bb859c | 2014-03-19 03:04:04 | Just build shared libraries for static analysis. Building the static libs just does the same work twice. | ||
| f53d1669 | 2014-03-19 00:58:32 | Added a script to let buildslaves run Clang static analysis. | ||
| ea333d2e | 2014-03-10 00:26:40 | Turn off Mir support in the buildbot Raspberry Pi script. | ||
| 45f785f0 | 2013-12-15 00:21:42 | Enable ccache for Raspberry Pi buildbot script. | ||
| f848adff | 2013-11-29 10:06:08 | Improve Android pause/resume behavior. | ||
| 2f6198ed | 2013-11-17 11:07:55 | Fixes building for RPi using --no-undefined | ||
| f8e1d350 | 2013-11-13 09:41:21 | Updated androidbuild.sh to enable parallel builds and ndk-build parameters | ||
| 0b7c69fe | 2013-11-05 20:07:39 | Adds Joystick support for Android This bumps the build SDK level to 12 (up from 10). Runtime requirements remain the same (at API level < 12 joystick support is disabled). Also enables building SDL for armv7 and x86. | ||
| 9a0954c5 | 2013-10-11 10:58:05 | Do a full sysroot for the Raspberry Pi buildbot. This gets us ALSA and X11, etc. | ||
| 69e1e779 | 2013-10-10 02:37:36 | Raspberry Pi build script: let caller specify final tarball name. | ||
| 6b2291d1 | 2013-10-10 02:06:14 | Fixed tarball name in Raspberry Pi build script. | ||
| 4f305b85 | 2013-10-10 01:46:39 | Added script that the buildbot will use for cross-compiling to Raspberry Pi. | ||
| 24f23771 | 2013-10-09 10:29:01 | Adds test framework to Android.mk and a simple utility to build Android projects | ||
| 9ceed73d | 2013-09-28 13:28:19 | Raspberry Pi support (also unified UDEV and EVDEV support) | ||
| dad42067 | 2013-08-12 11:13:50 | Fixes #2022, do not resume on Android when surfaceChanged If the app is in landscape mode and the user presses the power button, a pause is followed immediately by a surfaceChanged event because the lock screen is shown in portrait mode. This triggers a "false" resume. So, we just pause and resume following the onWindowFocusChanged events. Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before blocking the event pump. | ||
| 1ad936eb | 2013-08-11 19:56:43 | Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen. |