aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/windows
AgeCommit message (Collapse)Author
2020-07-28Updated build scripts for Visual Studio 2019 compatibilitythexai
2020-06-19FFmpeg: Bump to 4.3-Matrix-Alpha1Lukas Rusak
2020-05-28[windows] BuildSetup.bat: use a platform-specific kodi-build directorymontellese
2020-04-16[windows] enable libdav1d in the ffmpeg buildLukas Rusak
2020-03-05[windows] patch to enable pthreads compat layer for w32threadsphunkyfish
2020-03-05[windows] refresh ffmpeg patches and add -p1 to patch commandphunkyfish
2020-02-18FFmpeg: Bump to 4.2.2-Matrix-Alpha1Lukas Rusak
2019-09-10[Buildsteps] Fix URL for list of Kodi mirrorsAndre Meyering
- "/list.html" does not exist anymore - "/timestamp.txt?mirrorlist" should be used instead
2019-04-17[builddeps/win10] change file extension of uwp package.Anton Fedchin
2019-04-16[win10] bump SDK to v10.0.17763.0Anton Fedchin
2019-01-14Add missing POP to return to the calling directory after errorKostas Andrianos
2018-11-03FFmpeg: Bump to 4.0.3-Leia-Beta5Rechi
2018-11-02[windows] bump OpenSSL to 1.1.1Rechi
2018-11-02[windows] build FFmpeg staticRechi
2018-11-01[windows] correct FFmpeg rebuild detection after 7353860Rechi
2018-10-16[windows] make-addons: remove surrounding quotation marksRechi
This allows to pass a regex without having to escape the special characters multiple times
2018-10-13[windows] support ADDON_SRC_PREFIX & ADDONS_DEFINITION_DIR in make-addonsRechi
2018-10-13[windows] pass ADDONS_TO_BUILD only if give as argumentRechi
cmake already has the logic to check which addons exist
2018-10-12[tools] windows: prevent env corruption from multiple vswhere.cmd callsTyler Szabo
2018-10-09[tools] windows: check errorlevel after vswhere.batTyler Szabo
2018-07-27[license] Nuke copying.txt. It's a copy of LICENSE.mdh.udo
2018-07-03[LICENSE] Update content to markdownh.udo
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2018-06-28FFmpeg: Bump to 4.0.1-Leia-Alpha-3Rechi
2018-06-12[tools] nuke whitespaceh.udo
2018-06-05[tools] win32: build ffmpeg with openssl instead of schannelAnton Fedchin
2018-04-19[buildsteps] windows: fix ffmpeg 4.0 buildAnton Fedchin
2018-04-19bump ffmpeg to 4.0Rainer Hochecker
2018-02-20[win10] bump SDK versionAnton Fedchin
2018-01-24convert CRLF to LF line endingsRechi
2018-01-11Adds vswhere as a package.Pär Björklund
Will try to find vs2017 and fall back to vs2015 in case it's not found. SDK version is still hard coded and pinned to 14393 to avoid any breakage on jenkins.
2017-12-26[win10] copy appxsym next to appx and cer filesAnton Fedchin
2017-12-26Revert "[uwp] copy appxsym next to appx and cer files"Martijn Kaijser
2017-12-25[uwp] copy appxsym next to appx and cer filesMartijn Kaijser
2017-12-19[app] move app brandind to version.txtAnton Fedchin
2017-12-19[windows] fixup! BuildSetup.bat after #13211Anton Fedchin
2017-12-18[win10] update manifest to pass certificationAnton Fedchin
2017-12-17[buildsteps][win10] package appx fileRechi
2017-12-17[buildsteps][windows] fix TARGET_ARCHITECTURE for uwp-armRechi
2017-12-13[jenkins] improve revsion, date and branch name detectionRechi
- more exact check for pull request in attached state - append head or merge for a pull request in attached state - favour branch --points-at over branch --contains in detached state - detect pull requests in detached state - replace slashes in branch names with a dash - enlarge commit hash as it sometimes isn't distinct anymore
2017-12-13[buildsteps][windows] run-tests doesn't use branch nameRechi
2017-12-08[mingw] drop mingw and simplify msys2.Anton Fedchin
2017-12-08[mingwlibs] build ffmpeg with msvc toolsAnton Fedchin
2017-12-08[windows] move libdvd from mingwlibs to cmake build treeAnton Fedchin
2017-11-18[buildsteps][windows] keep downloaded vcredistRechi
2017-11-18[buildsteps][windows] removing is already handled by git cleanRechi
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>