Age | Commit message (Expand) | Author |
2021-01-21 | python/build/libs.py: build CURL with OpenSSL support | Max Kellermann |
2021-01-19 | python/build/ffmpeg.py: remove obsolete -no-integrated-as workaround | Max Kellermann |
2020-06-10 | {android,win32}/build.py: enable the GME decoder plugin | Max Kellermann |
2020-05-27 | {android,win32}/build.py: build libmodplug and WildMidi | Max Kellermann |
2020-05-07 | android/build.py: use -fpic instead of -fPIC on ARM/Aarch64 | Max Kellermann |
2020-05-07 | android/build.py: use -mfpu=vfpv3-d16 on ARMv7 | Max Kellermann |
2020-01-12 | android/build.py: support x86_64 builds | Max Kellermann |
2020-01-12 | android/build.py: drop -lmstackrealign | Max Kellermann |
2020-01-12 | android/build.py: add -Wl,--exclude-libs=ALL | Max Kellermann |
2020-01-12 | android/build.py: add -fno-faddrsig and -lmstackrealign | Max Kellermann |
2020-01-12 | android/build.py: drop --sysroot, -isystem, -L, ... | Max Kellermann |
2020-01-12 | android/build.py: append API level to LLVM triple | Max Kellermann |
2020-01-12 | android/build.py: drop "-none" from llvm_triple | Max Kellermann |
2020-01-12 | android/build.py: remove obsolete dict key android_api_level | Max Kellermann |
2019-05-03 | android/build.py: link ARMv7 binary with libunwind | Max Kellermann |
2018-10-23 | Merge tag 'v0.20.22' | Max Kellermann |
2018-10-23 | android/build.py: improved libc++ linker flags (for NDK r18) | Max Kellermann |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-08-17 | android/build.py: add aarch64 support | Max Kellermann |
2018-08-17 | android: raise minSdkVersion to 21 | Max Kellermann |
2018-08-17 | android/build.py: add variable "android_api_level" | Max Kellermann |
2018-08-17 | android/build.py: enable libexpat for the "curl" storage plugin | Max Kellermann |
2018-05-12 | python/build/libs.py: add libmpdclient | Max Kellermann |
2018-03-04 | android/build.py: support the x86 ABI | Max Kellermann |
2018-03-04 | android/build.py: add ABI parameter | Max Kellermann |
2018-03-04 | android/build.py: convert ndk_arch to local variable | Max Kellermann |
2018-02-24 | android/build.py: disable libmad | Max Kellermann |
2018-02-20 | python/build/libs.py: add libnfs | Max Kellermann |
2018-02-10 | android: require SDK version 14 | Max Kellermann |
2018-02-10 | android/build.py: add -mfpu=vfp, explicitly disabling NEON | Max Kellermann |
2018-01-19 | android/build.py: add -fpic | Max Kellermann |
2018-01-19 | android/build.py: simplify libc++ flags | Max Kellermann |
2018-01-19 | {android,win32}/build.py: move "-O* -g" to common_flags | Max Kellermann |
2018-01-04 | android/build.py: enable function/data sections in static libraries | Max Kellermann |
2017-12-12 | android/build.py: support NDK r16 | Max Kellermann |
2017-07-19 | {android,win32}/build.py: concatenate variables from the command line | Max Kellermann |
2017-03-01 | android/build.py: build with libc++ instead of GNU libstdc++ | Max Kellermann |
2016-10-26 | android/build.py: always build with clang | Max Kellermann |
2016-10-26 | android/build.py: drop LLVM version from path | Max Kellermann |
2016-10-26 | android/build.py: pass architecture/CPU flags to the linker | Max Kellermann |
2016-10-26 | python/build/autotools: pass RANLIB to configure | Max Kellermann |
2015-11-23 | {android,win32}/build.py: move code to python/build/libs.py | Max Kellermann |
2015-11-23 | {android,win32}/build.py: move code to python/build/dirs.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: FfmpegProject detects CPU and OS | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class BoostProject to build/boost.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class AutotoolsProject to build/autotools.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class Project to build/project.py | Max Kellermann |
2015-11-20 | {android,win32}/build.py: add tarball_path and src_path to toolchain class | Max Kellermann |
2015-11-20 | {android,win32}/build.py: move common code to python/build/ | Max Kellermann |