| Commit message (Expand) | Author | Files | Lines |
2015-11-23 | {android,win32}/build.py: move code to python/build/libs.pyHEADmaster | Max Kellermann | 1 | -101/+10 |
2015-11-23 | {android,win32}/build.py: move code to python/build/dirs.py | Max Kellermann | 1 | -7/+1 |
2015-11-21 | win32/build.py: move class ZlibProject to build/zlib.py | Max Kellermann | 1 | -19/+1 |
2015-11-21 | {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py | Max Kellermann | 1 | -48/+1 |
2015-11-21 | {android,win32}/build.py: FfmpegProject detects CPU and OS | Max Kellermann | 1 | -2/+19 |
2015-11-21 | {android,win32}/build.py: move class BoostProject to build/boost.py | Max Kellermann | 1 | -29/+2 |
2015-11-21 | {android,win32}/build.py: move class AutotoolsProject to build/autotools.py | Max Kellermann | 1 | -42/+1 |
2015-11-21 | {android,win32}/build.py: move class Project to build/project.py | Max Kellermann | 1 | -53/+1 |
2015-11-20 | {android,win32}/build.py: add tarball_path and src_path to toolchain class | Max Kellermann | 1 | -18/+22 |
2015-11-20 | win32/build.py: restore option "out_of_tree" | Max Kellermann | 1 | -3/+7 |
2015-11-20 | {android,win32}/build.py: move common code to python/build/ | Max Kellermann | 1 | -55/+7 |
2015-11-20 | {android,win32}/build.py: fix missing rename | Max Kellermann | 1 | -1/+1 |
2015-11-20 | {android,win32}/build.py: add toolchain classes | Max Kellermann | 1 | -78/+82 |
2015-11-17 | {android,win32}/build.py: upgrade FFmpeg to 2.8.2 | Max Kellermann | 1 | -2/+2 |
2015-10-27 | {android,win32}/build.py: upgrade Boost to 1.59.0 | Max Kellermann | 1 | -2/+2 |
2015-10-27 | {android,win32}/build.py: upgrade FFmpeg to 2.8.1 | Max Kellermann | 1 | -2/+2 |
2015-10-27 | {android,win32}/build.py: upgrade CURL to 7.45.0 | Max Kellermann | 1 | -2/+2 |
2015-06-27 | configure.ac: remove GLib option | Max Kellermann | 1 | -1/+0 |
2015-06-03 | {android,win32}/build.py: allow overriding shared path via environment | Max Kellermann | 1 | -2/+7 |
2015-06-03 | {android,win32}/build.py: move tarballs to subdirectory "download" | Max Kellermann | 1 | -1/+1 |
2015-06-03 | win32/build.py: build zlib in-tree | Max Kellermann | 1 | -8/+10 |
2015-05-05 | {android,win32}/build.py: upgrade Boost to 1.58 | Max Kellermann | 1 | -2/+2 |
2015-05-05 | {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL | Max Kellermann | 1 | -6/+6 |
2015-01-27 | win32/build.py: fix IndexError when no command-line arguments are given | Max Kellermann | 1 | -1/+1 |
2015-01-26 | win32/build.py: use os.path.abspath() to build mpd_path | Max Kellermann | 1 | -1/+1 |
2015-01-14 | win32/build.py: prepend "./" to "configure" if path is empty | Max Kellermann | 1 | -1/+1 |
2014-12-17 | win32/build.py: add option "--64" for a x64 build | Max Kellermann | 1 | -0/+4 |
2014-12-17 | {win32,android}/build.py: add the host triple to the lib paths | Max Kellermann | 1 | -3/+5 |
2014-12-16 | win32/build.py: remove unused variable "build_arch" | Max Kellermann | 1 | -3/+0 |
2014-12-09 | win32/build.py: script that cross-compiles to Windows | Max Kellermann | 1 | -83/+50 |
2014-12-08 | android/build: enable cpudetect for ffmpeg | Thomas Guillem | 1 | -1/+0 |
2014-12-08 | android/build.py: update FFmpeg to 2.5 | Max Kellermann | 1 | -2/+2 |
2014-12-04 | android/build.py: enable Vorbis and httpd | Max Kellermann | 1 | -4/+0 |
2014-11-28 | android/build.py: update ffmpeg 2.4.3, curl 7.39 | Max Kellermann | 1 | -4/+4 |
2014-11-28 | android: update libFLAC to 1.3.1 | Max Kellermann | 1 | -2/+2 |
2014-11-24 | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c) | Max Kellermann | 1 | -2/+2 |
2014-11-20 | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c) | Max Kellermann | 1 | -2/+2 |
2014-06-21 | android/build.py: add Boost | Max Kellermann | 1 | -1/+34 |
2014-06-21 | android/build.py: upgrade CURL to 7.37.0 | Max Kellermann | 1 | -2/+2 |
2014-06-21 | android/build.py: upgrade ffmpeg to 2.2.3 | Max Kellermann | 1 | -2/+3 |
2014-06-21 | android/build.py: upgrade libogg to 1.3.2 | Max Kellermann | 1 | -2/+2 |
2014-06-21 | android/build.py: remove unused parameter from class FfmpegProject | Max Kellermann | 1 | -1/+0 |
2014-03-02 | android/build.py: enable ffmpeg | Max Kellermann | 1 | -0/+58 |
2014-03-01 | android/build.py: enable libid3tag | Max Kellermann | 1 | -0/+8 |
2014-03-01 | android: use "strip" from the Android NDK | Max Kellermann | 1 | -1/+4 |
2014-03-01 | android: enable database plugins | Max Kellermann | 1 | -1/+0 |
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -0/+1 |
2014-02-24 | android/build.py: add project parameter "cppflags" | Max Kellermann | 1 | -2/+5 |
2014-02-24 | android/build.py: add parameter that specifies a subdirectory | Max Kellermann | 1 | -4/+8 |
2014-02-22 | android/build.py: add libopus | Max Kellermann | 1 | -0/+8 |