Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-27 | configure.ac: remove GLib option | Max Kellermann | |
Not used anymore. | |||
2015-06-03 | {android,win32}/build.py: allow overriding shared path via environment | Max Kellermann | |
2015-06-03 | {android,win32}/build.py: move tarballs to subdirectory "download" | Max Kellermann | |
2015-05-05 | {android,win32}/build.py: upgrade Boost to 1.58 | Max Kellermann | |
2015-05-05 | {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL | Max Kellermann | |
2015-01-26 | Merge branch 'v0.19.x' | Max Kellermann | |
2015-01-22 | android/build.py: use os.path.abspath() to build mpd_path | Max Kellermann | |
Fixes a bug that occurs when runing "build.py" from inside the "android" directory. | |||
2015-01-16 | configure.ac: prepare for 0.19.9 | Max Kellermann | |
2015-01-14 | Merge tag 'v0.19.8' | Max Kellermann | |
2015-01-09 | android/build.py: prepend "./" to "configure" if path is empty | Max Kellermann | |
Fixes in-tree build when the script is called as "android/build.py" and not "./android/build.py". | |||
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-12-23 | Merge branch 'v0.19.x' | Max Kellermann | |
2014-12-23 | configure.ac: prepare for 0.19.8 | Max Kellermann | |
2014-12-23 | android: release v0.19.7 | Max Kellermann | |
2014-12-17 | {win32,android}/build.py: add the host triple to the lib paths | Max Kellermann | |
Allow multiple targets to share a library directory tree. | |||
2014-12-08 | android/build: enable cpudetect for ffmpeg | Thomas Guillem | |
2014-12-08 | Merge tag 'v0.19.6' | Max Kellermann | |
2014-12-08 | release v0.19.6v0.19.6 | Max Kellermann | |
2014-12-08 | android/build.py: update FFmpeg to 2.5 | Max Kellermann | |
2014-12-04 | android/build.py: enable Vorbis and httpd | Max Kellermann | |
These do not require GLib anymore. | |||
2014-11-28 | android/build.py: update ffmpeg 2.4.3, curl 7.39 | Max Kellermann | |
2014-11-28 | android: update libFLAC to 1.3.1 | Max Kellermann | |
Due to security vulnerabilities. | |||
2014-11-26 | release v0.19.5v0.19.5 | Max Kellermann | |
2014-11-24 | android: release v0.19.4 | Max Kellermann | |
Android releases were missing since 0.19.1. | |||
2014-11-24 | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c) | Max Kellermann | |
2014-10-19 | release v0.19.1v0.19.1 | Max Kellermann | |
2014-10-10 | release v0.19v0.19 | Max Kellermann | |
2014-09-16 | android/Bridge: add shutdown() | Thomas Guillem | |
Break the mainloop and terminate run call. | |||
2014-07-30 | android build 5 | Max Kellermann | |
2014-07-30 | android/Main: indicate when the native code has quit | Max Kellermann | |
Let the user know that MPD has failed. Not the best thing to do, but better than pretending it still runs. | |||
2014-07-30 | android/Loader: fix indent | Max Kellermann | |
2014-07-14 | Android: generate icon from SVG | Max Kellermann | |
2014-06-21 | android build 4 | Max Kellermann | |
2014-06-21 | android/build.py: add Boost | Max Kellermann | |
2014-06-21 | android/build.py: upgrade CURL to 7.37.0 | Max Kellermann | |
2014-06-21 | android/build.py: upgrade ffmpeg to 2.2.3 | Max Kellermann | |
2014-06-21 | android/build.py: upgrade libogg to 1.3.2 | Max Kellermann | |
2014-06-21 | android/build.py: remove unused parameter from class FfmpegProject | Max Kellermann | |
2014-03-02 | android build 3 | Max Kellermann | |
2014-03-02 | android/build.py: enable ffmpeg | Max Kellermann | |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | |
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir(). | |||
2014-03-01 | android/build.py: enable libid3tag | Max Kellermann | |
2014-03-01 | android: use "strip" from the Android NDK | Max Kellermann | |
2014-03-01 | android: enable database plugins | Max Kellermann | |
2014-03-01 | android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGE | Max Kellermann | |
We're not using external storage yet, but as soon as we will, we only need to read music files, not write them. | |||
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | |
2014-02-24 | android/build.py: add project parameter "cppflags" | Max Kellermann | |
2014-02-24 | android/build.py: add parameter that specifies a subdirectory | Max Kellermann | |
2014-02-22 | android build 2 | Max Kellermann | |
2014-02-22 | android/build.py: add libopus | Max Kellermann | |