build-scripts


Log

Author Commit Date CI Message
Edward Rudd b88ca1b4 2015-02-10T16:28:56 the last parameter of XChangeProperty is the number of elements.. and when the element format is 32.. the element is "long" so we have 5 long elements here. Yes this seems confusing as on mac+linux Long is either 32 or 64bits depending on the architecture, but this is how the X11 protocol is defined. Thus 5 is the correct value for the nelts here. Not 5 or 10 depending on the architecture. More info on the confusion https://bugs.freedesktop.org/show_bug.cgi?id=16802
Philipp Wiesemann b48e54aa 2015-01-26T22:00:29 Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.
Ryan C. Gordon 629c13fb 2014-12-24T13:23:48 Actually fix Unix scripts this time. :)
Ryan C. Gordon 20863682 2014-12-24T13:13:19 I don't know if Unix scripts are useful at all on Emscripten, but fix them up.
Ryan C. Gordon fc405167 2014-12-24T13:03:20 A little more work on the Emscripten buildbot script. Should upload tarballs now, etc.
Ryan C. Gordon f4bd828a 2014-12-24T12:49:35 Added buildbot script for Emscripten port.
Ryan C. Gordon fe40a172 2014-12-18T00:19:52 Initial merge of Emscripten port! With this commit, you can compile SDL2 with Emscripten ( http://emscripten.org/ ), and make your SDL-based C/C++ program into a web app. This port was due to the efforts of several people, including: Charlie Birks, Sathyanarayanan Gunasekaran, Jukka Jyl?nki, Alon Zakai, Edward Rudd, Bruce Mitchener, and Martin Gerhardy. (Thanks, everyone!)
Ryan C. Gordon ec6b9b27 2014-12-04T02:24:22 Fixed some paths in the new buildbot windows zipper script.
Ryan C. Gordon 5789cb4a 2014-12-04T02:09:07 Added a script to handle packing up Windows builds for the buildbot.
David Ludwig 70438be2 2014-12-03T10:55:23 WinRT: fixed bug whereby SDL would override an app's default orientation WinRT apps can set a default, preferred orientation via a .appxmanifest file. SDL was overriding this on app startup, and making the app use all possible orientations (landscape and portrait). Thanks to Eric Wing for the heads up on this!
Philipp Wiesemann 9c398852 2014-11-22T22:20:40 Corrected header file documentation comment.
Ryan C. Gordon 8366bbdd 2014-11-14T11:21:15 Fixed gcc-fat.sh failing to build Objective-C sources correctly. This would fail if the compiler was given a .m file _and_ no "-o" option; it would fail to automatically calculate the correct .o filename in this situation. Thanks to Ethan Lee for the help tracking this one down!
David Ludwig b561f203 2014-11-03T13:07:51 WinRT: removed '-' from build script file names Most of the other build scripts don't include a '-' in their file names. This change makes the WinRT build scripts use the same convention.
David Ludwig f055ea70 2014-11-03T08:58:49 WinRT: added scripts to build Release copies of SDL for all WinRT variants These variants include: - Windows 8.0 for x86 - Windows 8.0 for x64 - Windows 8.0 for ARM - Windows 8.1 for x86 - Windows 8.1 for x64 - Windows 8.1 for ARM - Windows Phone 8.0 for x86 (for use with the Windows Phone emulator) - Windows Phone 8.0 for ARM - Windows Phone 8.1 for x86 (for use with the Windows Phone emulator) - Windows Phone 8.1 for ARM
Pierre-Loup A. Griffais 24c86b55 2014-09-11T19:24:42 [X11] Reconcile logical keyboard state with physical state on FocusIn since the window system doesn't do it for us like other platforms. This prevents sticky keys and missed keys when going in and out of focus, for example Alt would appear to stick if switching away from an SDL app with Alt-Tab and had to be pressed again. CR: Sam
Ryan C. Gordon 41728b3c 2014-08-20T01: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!
Sam Lantinga c1d29725 2014-07-07T11:13:19 Fixed indentation for pnacl configuration
Sam Lantinga 61fea2a8 2014-06-21T11:16:26 Removed references to Raspberry Pi
Ryan C. Gordon 87980526 2014-06-20T22:38:36 Added script for buildbot to use on NaCl target.
Gabriel Jacobo 3b217eef 2014-06-20T11:50:31 Fix another NaCl warning
Gabriel Jacobo 553cc07e 2014-06-20T10:59:51 Initialize nacl_io, removes SDL_NaClMount/Umount It's just easier to use nacl_io's mount/umount directly.
Gabriel Jacobo 93aabd32 2014-06-06T18:33:17 Adds missing Makefile for NACL test and a couple of smaller fixes
Gabriel Jacobo 1e352d79 2014-06-06T15:45:59 Chrome's Native Client backend implementation
Ryan C. Gordon dd27ebed 2014-04-19T02: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...
David Ludwig 3dcb451f 2014-04-09T21: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.
Ryan C. Gordon 6123f15e 2014-03-28T09:59:32 Raspberry Pi builds should upload as .tar.xz instead of .tar.bz2. Makes the archive about 40-50% smaller!
Ryan C. Gordon 6ca11273 2014-03-19T22:43:30 Minor comment cleanups in checker-buildbot.sh
Ryan C. Gordon 7b893acd 2014-03-19T16:02:25 Don't overwrite SDL_dynapi.h in checker-buildbot.sh.
Ryan C. Gordon 055d5679 2014-03-19T15:25:27 Make checker-buildbot.sh work just about anywhere Clang is installed.
Ryan C. Gordon ff3f49f0 2014-03-19T13:22:09 Reenable static builds for now with static analysis.
Ryan C. Gordon 7b785625 2014-03-19T03:29:14 Buildbot static analysis script: use configure script instead of cmake.
Ryan C. Gordon 80bb859c 2014-03-19T03:04:04 Just build shared libraries for static analysis. Building the static libs just does the same work twice.
Ryan C. Gordon f53d1669 2014-03-19T00:58:32 Added a script to let buildslaves run Clang static analysis.
Ryan C. Gordon ea333d2e 2014-03-10T00:26:40 Turn off Mir support in the buildbot Raspberry Pi script.
Ryan C. Gordon 45f785f0 2013-12-15T00:21:42 Enable ccache for Raspberry Pi buildbot script.
Gabriel Jacobo f848adff 2013-11-29T10:06:08 Improve Android pause/resume behavior.
Gabriel Jacobo 2f6198ed 2013-11-17T11:07:55 Fixes building for RPi using --no-undefined
Gabriel Jacobo f8e1d350 2013-11-13T09:41:21 Updated androidbuild.sh to enable parallel builds and ndk-build parameters
Gabriel Jacobo 0b7c69fe 2013-11-05T20: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.
Ryan C. Gordon 9a0954c5 2013-10-11T10:58:05 Do a full sysroot for the Raspberry Pi buildbot. This gets us ALSA and X11, etc.
Ryan C. Gordon 69e1e779 2013-10-10T02:37:36 Raspberry Pi build script: let caller specify final tarball name.
Ryan C. Gordon 6b2291d1 2013-10-10T02:06:14 Fixed tarball name in Raspberry Pi build script.
Ryan C. Gordon 4f305b85 2013-10-10T01:46:39 Added script that the buildbot will use for cross-compiling to Raspberry Pi.
Gabriel Jacobo 24f23771 2013-10-09T10:29:01 Adds test framework to Android.mk and a simple utility to build Android projects
Gabriel Jacobo 9ceed73d 2013-09-28T13:28:19 Raspberry Pi support (also unified UDEV and EVDEV support)
Gabriel Jacobo dad42067 2013-08-12T11: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.
Sam Lantinga 1ad936eb 2013-08-11T19: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.