Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-06 | TexturePacker: drop unused variable | MilhouseVH | |
2017-11-06 | TexturePacker: use C++ headers | MilhouseVH | |
2017-11-06 | [darwin] debugging doesn't work in Xcode with -Og flag | Rechi | |
2017-11-06 | [depends] bump libplist to 2.0.0 | Rechi | |
1.11 removed cmake build system 2.0.0 removed libxml2 dependency | |||
2017-11-01 | [JsonSchemabuilder] adjust version parsing | wsnipex | |
2017-10-30 | Merge pull request #12979 from Memphiz/highsierra | Kai Sommerfeld | |
[depends/osx] - fix the regex for finding the SDK verson ... | |||
2017-10-30 | [depends/osx] - fix the regex for finding the SDK verson suitable for the ↵ | Memphiz | |
running host (make both Major.Minor.Patch and Major.Minor strings work) - fixes compiling with xcode9 under MacOS High Sierra (10.13) | |||
2017-10-30 | FIX:[droid] pick proper toolchain gcc at configure time | Chris Koying Browet | |
2017-10-30 | [depends/native] - fix tar when built with xcode9 and run on sierra because ↵ | Memphiz | |
of unresolved symbol during lazy lookup | |||
2017-10-30 | [depends/samba] - fixed compile for tvos with ios/tvos 11 sdk (missing ↵ | Memphiz | |
crt_extensions.h) | |||
2017-10-30 | [depends/pythonmodule-pycryptodome] - use env compile options - fix native ↵ | Memphiz | |
flags leaking in from native python | |||
2017-10-30 | [depends] - allow ios sdk 11 | Memphiz | |
2017-10-30 | [depends/native] - determine current osx version and use this as deployment ↵ | Memphiz | |
target for the native depends (should force that binaries are actually able to run on the compiling host even when using newer sdk versions) | |||
2017-10-30 | [depends/native/autotools] - Added configure params for native toolchain ↵ | Lukas Obermann | |
with the new macosx sdk | |||
2017-10-30 | [depends/cmake-native] - Updated CMake to 3.9.4 and patched for macosx 10.13 | Lukas Obermann | |
2017-10-30 | [depends/libgcrypt] - fix o flag munging by supporting -Og (debug ↵ | Memphiz | |
optimisations). | |||
2017-10-30 | [depends] - Allow MacOSX 10.13 SDK | Lukas Obermann | |
2017-10-23 | [depends] bump curl to 7.56.1 | Rechi | |
2017-10-15 | bump ffmpeg to 3.4 | Rainer Hochecker | |
2017-10-11 | [depends] libgcrypt: fix Neon usage on armv7 | wsnipex | |
2017-10-11 | [depends] bump libgcrypt to 1.8.1 | Rechi | |
1.7.0 added 'asm: Allow building x86 and amd64 using old compilers' 1.7.0 added --disable-doc configure option 1.7.3 added __aarch64__ support in src/hwf-arm.c | |||
2017-10-11 | [depends] remove unused libgcrypt patches | Rechi | |
2017-10-09 | [depends] bump libgpg-error to 1.27 | Rechi | |
osx syscfg was added in version 1.25 | |||
2017-10-09 | [depends] bump gmp to 6.1.2 | Rechi | |
2017-10-08 | [depends] fix m4 crash for OSX 10.13 | Rechi | |
2017-10-08 | [depends] bump m4 to 1.4.18 | Rechi | |
2017-10-08 | FFmpeg: Bump to 3.3.4-Leia-Alpha-1 | Rechi | |
2017-10-08 | Merge pull request #12840 from FernetMenta/osx | Rechi | |
libcdio: add osx 10.13 patch | |||
2017-10-01 | [depends][android] fix NDK split (e6c79d3bee) | Rechi | |
use_ndk was renamed to use_ndk_path in configure.ac | |||
2017-09-27 | libcdio: add osx 10.13 patch | Rainer Hochecker | |
2017-09-09 | Remove dependency on (un)zip where unwarranted | Philipp Kerling | |
zip is only used for darwin codesigning. unzip is used both for codesigning and android. All other platforms do not use them, so no need to check for them. | |||
2017-09-08 | FFmpeg: Bump to 3.3.3-Leia-Alpha-1 | Rechi | |
2017-09-01 | Merge pull request #12747 from PIPplware/v18_rbpi_compilation | Wolfgang Schupp | |
FFMPEG: Fixes rbpi compilation | |||
2017-08-31 | [depends] bump alsa-lib to 1.1.4.1 | Rechi | |
2017-08-31 | [depends] alsa-lib: remove android specific patches | Rechi | |
alsa-lib isn't build for android since the switch to unified depends anymore | |||
2017-08-30 | [depends] bump zlib to 1.2.11 | Rechi | |
2017-08-30 | FFMPEG: Fixes rbpi compilation | Nuno Senica | |
2017-08-28 | [depends] bump dbus to 1.11.16 | Rechi | |
expat is a hard requirement since 1.7.4 | |||
2017-08-28 | [depends] build dbus for linux | Rechi | |
2017-08-26 | [depends] bump libxml2 to 2.9.4 | Rechi | |
2017-08-25 | Merge pull request #12638 from pkerling/gnutls-no-guile | Rechi | |
Explicitly disable guile in GnuTLS build | |||
2017-08-24 | [depends] bump libcdio-gplv3 to 0.94 | Rechi | |
cd-paranoia code got removed completely in version 0.90 | |||
2017-08-22 | [depends] bump fontconfig to 2.12.4 | Rechi | |
2017-08-16 | [depends] Integrate Wayland | Philipp Kerling | |
2017-08-13 | FIX: [pil] use env compile options | Chris Koying Browet | |
2017-08-13 | CHG: [droid] bump sdk to 24 | Chris "Koying" Browet | |
2017-08-13 | CHG: [droid] split SDK and NDK api level. They are unrelated | Chris Koying Browet | |
Use the NDK level for everything native paths related. SDK level is irrelevant. | |||
2017-08-11 | Merge pull request #12647 from Rechi/fixCmakeFindOsx | Rechi | |
[depends][osx] prioritize unix-style packages over OS X Frameworks | |||
2017-08-08 | Merge pull request #12644 from pkerling/depends-fix-m4-path | Rechi | |
Fix path autoconf-pre-depends looks in for m4 | |||
2017-08-07 | [depends][osx] prioritize unix-style packages over OS X Frameworks | Rechi | |