aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
AgeCommit message (Collapse)Author
2017-11-08[rbpi] buildsteps: switch to platform raspberry-pi2wsnipex
2017-11-08[depends] fix rbpi toolchain usagewsnipex
2017-11-02[win10] buildsteps: do not make nsis installer for uwp + cosmeticsAnton Fedchin
2017-11-02[win10] build binary addons for uwpAnton Fedchin
2017-10-20msys2: change dirs for uwpAnton Fedchin
2017-10-20buildsteps: adapt download-dependencies.bat scriptsAnton Fedchin
2017-10-20BuildDependencies: re-arrange packages on the fly for new format.Anton Fedchin
The structure of a package will be changed with the following rules: system/*.* -> /bin project/BuildDependencies/bin/*.* -> /bin project/BuildDependencies/include/*.* -> /include project/BuildDependencies/lib/*.* -> /lib project/BuildDependencies/win32/*.* -> /<root> project/BuildDependencies/x64/*.* -> /<root>
2017-10-19Revert "[buildtools][windows] fail if patch doesn't succeed"Rechi
This reverts commit cd6702402057f2d7b602fb6ef1cf030dff9da9a5.
2017-10-15[buildtools][windows] fail if patch doesn't succeedRechi
2017-10-15bump ffmpeg to 3.4Rainer Hochecker
2017-09-07Fixed issues with Win64 build failing to build ffmpegNick Little
2017-08-19[buildsteps] Add linux64-waylandPhilipp Kerling
2017-08-13CHG: [droid] bump sdk to 24Chris "Koying" Browet
2017-08-13CHG: [droid] split SDK and NDK api level. They are unrelatedChris Koying Browet
Use the NDK level for everything native paths related. SDK level is irrelevant.
2017-07-25[buildtools] windows: add uwp toolsAnton Fedchin
2017-07-25[buildtools] windows: re-factor tools/buildsteps/windowsAnton Fedchin
2017-07-18Merge pull request #12511 from Montellese/fix_mingwlibsSascha Montellese
[win32] fix make-mingwlibs.bat
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[buildsteps] windows: unify output of make-mingwlibs.batmontellese
2017-07-17[ffmpeg] fix BASE_URL for make-mingwlibs.batmontellese
2017-06-25Merge pull request #12298 from Memphiz/ios64Memphiz
[ios/ios64] - bump xcode and sdk to fix ios64 compilation
2017-06-21[windows][mingwlibs] change installdirectory to ↵Rechi
project/BuildDependencies/mingwlibs/$ARCHITECTURE
2017-06-21[windows][mingwlibs] don't run build in background processRechi
2017-06-18Merge pull request #12304 from koying/droidfixCmakeLChris Browet
FIX: [droid;cmake] cleaner binaddons packaging
2017-06-17FIX: [droid;cmake] cleaner binaddons packagingChris Koying Browet
2017-06-16Merge pull request #12256 from Memphiz/jenkins_docsMemphiz
[jenkins/docs] - added README for setting up a jenkins build slave
2017-06-15[bluray][win32] Enable BD-J support.ace20022
2017-06-14[ios/ios64] - use Xcode 7.2 and iOS SDK 9.2Memphiz
2017-06-14[jenkins] - add xcode_app to the depends hash - so in case xcode depends get ↵Memphiz
rebuild
2017-06-14[jenkins] - allow to override the used xcode appMemphiz
2017-06-10[jenkins/docs] - added README for setting up a jenkins build slave on mac os ↵Memphiz
(for building ios and osx with jenkins)
2017-06-05[android] bump to NDK 14bMartijn Kaijser
2017-05-17[buildsteps][windows] postfix setup filename with architectureRechi
2017-05-15[buildsteps][windows] download-msys2: disable build32 if build64 specifiedRechi
split long lines into multiple lines, otherwise a goto label may not be found
2017-05-14windows: rename fmpeg_options to ffmpeg_optionsRainer Hochecker
2017-05-12ffmpeg options: drop enable-memalign-hackRainer Hochecker
dropped by ffmpeg
2017-05-11[buildsteps][windows] download ffmpeg, gnutls & libdvd* to a location not ↵Rechi
cleaned by prepare-env
2017-05-11[buildsteps][windows] git clean optimizationsRechi
- remove directories with .git subdirectory - don't remove vcredist
2017-05-08[buildsteps][windows] add x64Rechi
2017-05-08[windows][installer] set InstallDir for x64Rechi
2017-05-02[buildsteps][windows] run-tests: use 64-bit toolset if availableRechi
2017-05-01[buildsteps][windows] fix BuildSetup.bat after 0a14316Rechi
- Jenkins passes nobinaryaddons as 5th parameter - allow to run make-addons before BuildSetup and also keep them
2017-04-29[buildsteps][windows] add old path forwarding scriptsRechi
Allows to build with the same jenkins buildsteps v17 and master.
2017-04-29[buildsteps][windows] run-testsRechi
2017-04-29[buildsteps][windows] BuildSetup.batRechi
2017-04-29[buildsteps][windows] make-addonsRechi
2017-04-29[buildsteps][windows] bootstrap-addonsRechi
2017-04-29[buildsteps][windows] make-mingwlibsRechi
2017-04-29[buildsteps][windows] downloadRechi
2017-04-29[buildsteps][windows] prepare-envRechi