Sam Hocevar
3af7e62b6a
android: switch to NativeActivity instead of rolling our own Java crap;
no known regressions yet.
vor 11 Jahren
Sam Hocevar
e48dbfb8d9
build: activate the iPhone autobuilder.
vor 11 Jahren
Sam Hocevar
c83dfe7239
build: make sure the builds _and_ the autobuilds work around the
memory leak in OS X llvm-g++.
vor 11 Jahren
Sam Hocevar
756859b6b4
build: automatically allocate an X server number in the unit tests.
vor 11 Jahren
Sam Hocevar
f7d660533c
external: update SDL_image and SDL_mixer to 1.2.12 and add Win64 versions.
vor 11 Jahren
Sam Hocevar
6613dc3699
build: disable SDL output redirection and try to disable winedbg.exe.
vor 12 Jahren
Sam Hocevar
a4f4367877
build: do not launch weird Windows binaries when cross-compiling.
vor 12 Jahren
Sam Hocevar
a82e9421d5
build: try to build neercs on Android; far from ready yet.
vor 12 Jahren
Sam Hocevar
e70fcd05f8
build: upgrade glew binaries to 1.9.0 and rename the contrib directory
to external so as to avoid some autocompletion collisions with "configure".
vor 12 Jahren
Sam Hocevar
8c9a5d4779
build: add a script to automatically run bitten on Windows. Needs some tweaking
before it also runs on Linux or OS X.
vor 12 Jahren
Sam Hocevar
d953508b81
build: try to detect the number of CPU cores on Windows.
vor 12 Jahren
Sam Hocevar
1026860ac0
build: only pass -fno-exceptions -fno-rtti to the C++ compiler, never to
the C compiler (the Android build script did that).
vor 12 Jahren
Sam Hocevar
bb6e400457
android: explicitly load stlport_shared when initialising the native object.
vor 12 Jahren
Sam Hocevar
9b5880936c
build: tweak everything to allow building with SDL on the Raspberry Pi.
vor 12 Jahren
Sam Hocevar
44180ce402
build: switch the Android native build rules to autoconf; still a bit rough
but we can now create shared objects for each project; only the testsuite
is not building properly because of issues with STLport, and EglApp is
deactivated because AndroidApp should have precedence.
vor 12 Jahren
Sam Hocevar
ff34685ab7
build: try to autodetect the number of CPU threads available and tweak the
parallel builds accordingly.
vor 12 Jahren
Sam Hocevar
03e83798eb
build: fix the Raspberry Pi build and add a build script for it.
vor 12 Jahren
Sam Hocevar
1a118eda95
build: update Windows SDL binaries to 1.2.15.
vor 12 Jahren
Sam Hocevar
6ff44b1829
build: use "win-*" instead of "windows-*" in build names so that they
appear shorter on the web page.
vor 12 Jahren
Sam Hocevar
457045bb50
build: ensure that the Linux build machines are what they advertise, or
fail the build (if eg. we try to build an amd64 binary on i386).
vor 12 Jahren
Sam Hocevar
85275834e2
build: a few hacks to allow building with MinGW on Windows.
vor 12 Jahren
Sam Hocevar
9f8636705c
build: MinGW compilation fixes, rename libcaca.lib to caca.lib so that
g++ understands -lcaca directly; also add -DCACA_STATIC to the default flags.
vor 12 Jahren
Sam Hocevar
98bd224ae8
build: ship a binary build of libcaca for Win32 and Win64.
vor 12 Jahren
Sam Hocevar
06d9d00c34
win32: no longer ship GDI+ because MinGW ships a working version, including
for Win64.
vor 12 Jahren
Sam Hocevar
6ebc4c88a7
build: do not use --host=none with NaCl; we can be more specific, eg. with
--host=i386 or --host=x86_64.
vor 13 Jahren
Sam Hocevar
6743bb45cd
nacl: the Mandelbrot zoomer is starting to work on NaCl.
vor 13 Jahren
Sam Hocevar
2edb8115e6
core: port all code to NativeClient. Nothing runs for now, but it builds.
vor 13 Jahren
Sam Hocevar
fcbfba7a44
build: use xvfb-run to run the windows-i386 test suite on a non-mingw
build host.
vor 13 Jahren
Sam Hocevar
fbdec834dd
image: add a GDI+ loader.
vor 13 Jahren
Sam Hocevar
abbf9ba44c
build: fix a shitload of build errors introduced by the Image refactoring
and the OS X port.
vor 13 Jahren
Sam Hocevar
73e9bfdd90
build: fix GLEW usage to use <glew.h>, not <GL/glew.h>.
vor 13 Jahren
Sam Hocevar
b9e2be1914
build: disable "make check" on win64 because the version of Wine installed
on the autobuilders doesn't support it yet.
vor 13 Jahren
Sam Hocevar
70e3ae8222
build: do not set --build if not really cross-compiling (eg. building for
mingw64 on mingw32).
vor 13 Jahren
Sam Hocevar
7a3709ab53
build: move SDL_image and SDL_mixer binaries to an i686-only directory.
vor 13 Jahren
Sam Hocevar
53347d96e3
build: fix a typo in the mingw configuration sequence in lol-build and
add set -e to the build-mingw scripts to catch possible regressions.
vor 13 Jahren
Sam Hocevar
247af5b0b7
build: add a Win64 build of libSDL. Useless for now, because SDL_Image
and SDL_Mixer are needed and are a lot harder to build.
vor 13 Jahren
Sam Hocevar
b9e28aa987
build: add debug information to lol-build output.
vor 13 Jahren
Sam Hocevar
160102ba03
build: new lol-build script for easier autobuilds.
vor 13 Jahren