Sam Hocevar
6ff44b1829
build: use "win-*" instead of "windows-*" in build names so that they
appear shorter on the web page.
před 12 roky
Benjamin ‘Touky’ Huet
654e8bbfa3
Added ToukyDemo to sln.
před 12 roky
Sam Hocevar
3389ed69a2
build: move all games to a "games" subdirectory to clean up the root
directory layout mess.
před 12 roky
Sam Hocevar
7dd4bec8c7
build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.
před 12 roky
Sam Hocevar
78f7a303ff
build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.
před 12 roky
Sam Hocevar
de9be173e4
web: add a Bitten configuration for the public builds, and import the
verbatim bitten_config.html template for future modification.
před 12 roky
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).
před 12 roky
Sam Hocevar
85275834e2
build: a few hacks to allow building with MinGW on Windows.
před 12 roky
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.
před 12 roky
Sam Hocevar
98bd224ae8
build: ship a binary build of libcaca for Win32 and Win64.
před 12 roky
Sam Hocevar
06d9d00c34
win32: no longer ship GDI+ because MinGW ships a working version, including
for Win64.
před 12 roky
Sam Hocevar
6ebc4c88a7
build: do not use --host=none with NaCl; we can be more specific, eg. with
--host=i386 or --host=x86_64.
před 13 roky
Sam Hocevar
6743bb45cd
nacl: the Mandelbrot zoomer is starting to work on NaCl.
před 13 roky
Sam Hocevar
2edb8115e6
core: port all code to NativeClient. Nothing runs for now, but it builds.
před 13 roky
Sam Hocevar
fcbfba7a44
build: use xvfb-run to run the windows-i386 test suite on a non-mingw
build host.
před 13 roky
Sam Hocevar
fbdec834dd
image: add a GDI+ loader.
před 13 roky
Sam Hocevar
abbf9ba44c
build: fix a shitload of build errors introduced by the Image refactoring
and the OS X port.
před 13 roky
Sam Hocevar
73e9bfdd90
build: fix GLEW usage to use <glew.h>, not <GL/glew.h>.
před 13 roky
Sam Hocevar
b9e2be1914
build: disable "make check" on win64 because the version of Wine installed
on the autobuilders doesn't support it yet.
před 13 roky
Sam Hocevar
70e3ae8222
build: do not set --build if not really cross-compiling (eg. building for
mingw64 on mingw32).
před 13 roky
Sam Hocevar
7a3709ab53
build: move SDL_image and SDL_mixer binaries to an i686-only directory.
před 13 roky
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.
před 13 roky
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.
před 13 roky
Sam Hocevar
b9e28aa987
build: add debug information to lol-build output.
před 13 roky
Sam Hocevar
160102ba03
build: new lol-build script for easier autobuilds.
před 13 roky
Sam Hocevar
a374127e80
test: replace CppUnit with our LolUnit test suite.
CppUnit is really too large for our needs, would require to be precompiled
for many platforms, in all combinations of debug and release modes, with
additional variants for libstdc++ versions. We replace it with our own
lightweight implementation, LolUnit. Good riddance.
před 13 roky
Sam Hocevar
bf23a03ecd
contrib: add a precompiled Win32 version of CppUnit and update build system
accordingly.
před 13 roky
Sam Hocevar
f778f5352e
build: add iOS build rules to the XML configuration.
před 13 roky
Sam Hocevar
8493bedaaa
build: update Bitten configuration for Windows cross-compilation.
před 13 roky
Sam Hocevar
c8355d2821
web: tune Bitten configuration.
před 13 roky
Sam Hocevar
84ba156232
web: create bitten configuration for an amd64 slave.
před 13 roky
Sam Hocevar
560164e15f
Rename build scripts to build-linux and build-mingw.
před 14 roky
Sam Hocevar
3d0a16c0d3
Add a simple "build" script for people unfamiliar with bootstrap etc.
před 14 roky