| Commit message (Expand) | Author | Files | Lines |
2015-11-21 | {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py | Max Kellermann | 1 | -45/+1 |
2015-11-21 | {android,win32}/build.py: FfmpegProject detects CPU and OS | Max Kellermann | 1 | -3/+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 | -40/+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 | -17/+22 |
2015-11-20 | {android,win32}/build.py: move common code to python/build/ | Max Kellermann | 1 | -49/+6 |
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 | -103/+113 |
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-10-27 | android/build.py: switch to LLVM/clang 3.6 | Max Kellermann | 1 | -1/+1 |
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-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-22 | android/build.py: use os.path.abspath() to build mpd_path | Max Kellermann | 1 | -1/+1 |
2015-01-16 | configure.ac: prepare for 0.19.9 | Max Kellermann | 1 | -2/+2 |
2015-01-09 | android/build.py: prepend "./" to "configure" if path is empty | Max Kellermann | 1 | -1/+1 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 3 | -3/+3 |
2014-12-23 | configure.ac: prepare for 0.19.8 | Max Kellermann | 1 | -2/+2 |
2014-12-23 | android: release v0.19.7 | Max Kellermann | 1 | -2/+2 |
2014-12-17 | {win32,android}/build.py: add the host triple to the lib paths | Max Kellermann | 1 | -12/+13 |
2014-12-08 | android/build: enable cpudetect for ffmpeg | Thomas Guillem | 1 | -1/+0 |
2014-12-08 | release v0.19.6 | Max Kellermann | 1 | -2/+2 |
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-26 | release v0.19.5 | Max Kellermann | 1 | -2/+2 |
2014-11-24 | android: release v0.19.4 | 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-10-19 | release v0.19.1 | Max Kellermann | 1 | -2/+2 |
2014-10-10 | release v0.19 | Max Kellermann | 1 | -2/+2 |
2014-09-16 | android/Bridge: add shutdown() | Thomas Guillem | 1 | -0/+1 |
2014-07-30 | android build 5 | Max Kellermann | 1 | -2/+2 |
2014-07-30 | android/Main: indicate when the native code has quit | Max Kellermann | 1 | -5/+18 |
2014-07-30 | android/Loader: fix indent | Max Kellermann | 1 | -12/+12 |
2014-07-14 | Android: generate icon from SVG | Max Kellermann | 1 | -0/+0 |
2014-06-21 | android build 4 | 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 3 | Max Kellermann | 1 | -2/+2 |