aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2019-10-07[Android] Use JNI instead NDK MediaCrypto for secure decoder checkpeak3d
2019-10-06[depends] bump libbluray to 1.1.2Rechi
- build static - enable metadata support (libxml2) - enable font support (freetype2) - add fontconfig dependency
2019-10-04[ios/tvos] Refactor darwin_embedded platforms in configure.acfuzzard
refactor/update configure.ac for ios/tvos platforms Remove tvos simulator as not implemented at this stage Update found_sdk grep to better handle finding updated sdk versions. Update platform_ldflags to point to correct location
2019-10-04[iOS/tvOS] Update xcode attributes in Toolchain*.cmake.inSylvain CECCHETTO
Update xcode attributes for ios/tvos in Toolchain.cmake.in files Add appletvos platform to Toolchain_binaddons.cmake.in file
2019-10-04Merge pull request #16259 from fuzzard/ios_cmakebuildsysfuzzard
[ios/cmakebuildsys] Add features to cmakebuildsys + jenkins ios xcodebuild
2019-10-03[cmakebuildsys\ios] generator option (GEN) + docsfuzzard
Xcode is now the only supported cmake generator for ios. make build no longer available for ios, removed from docs updated jenkins buildsteps for ios to use xcodebuild macos/tvos docs for cmakebuildsys updated for use with xcodebuild Cleanup of cmake and darwin/support scripts to use existing default variables from xcode project instead of defining additional.
2019-10-03[cmakebuildsys] Add build_dir option + Docsfuzzard
Allow supplying BUILD_DIR option to cmakebuildsys to define build location. Default will fall back to <source>/build if not supplied.
2019-10-02[modernize] use-overrideRechi
2019-09-26[modernize] use-equals-defaultRechi
2019-09-25Merge pull request #16668 from tmm1/xcode11Kai Sommerfeld
add support for xcode 11
2019-09-23fix configure with xcode 11Aman Gupta
2019-09-20Merge pull request #13034 from wsnipex/cmake_cpp14Wolfgang Schupp
Cmake cpp14
2019-09-19[depends] bump fribidi to 1.0.5Rechi
2019-09-16[cmake] Enable C++14 support for coreChristian Fetzer
Also remove the FindCXX11.cmake module and make use of CMake techniques to specify the necessary compiler flags.
2019-09-16[modernize] use-emplaceRechi
2019-09-16[depends] check for c++14 supportwsnipex
2019-09-10[depends] bump fontconfig to 2.13.1Rechi
2019-09-09[depends] bump freetype2 to 2.10.1Rechi
2019-09-07bump androidjni sha (fix Display::isHdr()peak3d
2019-09-05[Android] Implement HDR display enable for ffmpeg decoded streamspeak3d
2019-09-02[Android] Update build (4.1 -> 5.4.1) and SDK (26 -> 28) versionspeak3d
2019-09-01[depends] bump flatbuffers to 1.11.0Rechi
2019-08-22[depends] build libplist staticRechi
2019-08-21[buildsteps] add tvOS binary add-onsRechi
2019-08-21[buildsteps] fix pathChanged comment after 2876b9c0d6Rechi
2019-08-15[depends] bump expat to 2.2.7Rechi
2019-08-13Merge pull request #16461 from fritsch/4.0.4-Leia-18.4Peter Frühberger
FFmpeg: Bump to 4.0.4-Leia-18.4
2019-08-09FFmpeg: Bump to 4.0.4-Leia-18.4fritsch
2019-08-08[osx] convert objc code to ARC but leave UPnP's wrapper of autorelease pool ↵Andrey Filipenkov
as is
2019-08-07[depends] bump curl to 7.65.3Rechi
2019-07-19[android] use ndk 20Rechi
2019-07-19[android] symplify ndk naming workaroundRechi
2019-07-19[cleanup] remove unused variables after 5f5d8c8649Rechi
2019-07-19[cleanup] remove outdated GDBPATH android ndk workaroundsRechi
To set the ARCH value the make override directive would be needed as ARCH is set via a command argument, but the ARCH value passed from cmake is never used.
2019-07-19[cleanup] remove unused android libc replacementsRechi
2019-07-19[toolchain] add CMAKE_NMRechi
2019-07-19[depends] configure: move checking host programs upRechi
2019-07-19[depends] configure: move checking build programs upRechi
2019-07-18[ios/build] rename core_system_name to darwin_embeddedfuzzard
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME
2019-07-12[iOS] fix Xcode genration for armv7 cpuRechi
2019-07-12[iOS] use CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET instead of ↵Rechi
hardcoded min version
2019-07-09[format] fix include orderRechi
2019-07-09[cosmetics] fix include format for system & lib headersRechi
2019-07-02[fix] use gas-preprocessor as as for armv7 on iosRechi
fixes the instant crash on ios armv7 after c084d2d
2019-06-25[depends] bump zlib to 1.2.11Rechi
2019-06-25[depends] bump yasm to 1.3.0Rechi
2019-06-25[depends] bump xz to 5.2.4Rechi
2019-06-25[depends] bump swig to 4.0.0Rechi
2019-06-25[depends] bump python3 to 3.7.3Rechi
2019-06-25[depends] bump pkg-config to 0.29.2Rechi