aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/windows
AgeCommit message (Collapse)Author
2022-11-06Merge pull request #22096 from fuzzard/win_buildsetup_arm64fuzzard
[win] Buildsetup.bat add arm64 nsis registry check
2022-11-06[Windows] BuildSetup.bat: removes blue color from terminalthexai
2022-11-06[win] Buildsetup.bat add arm64 nsis registry checkfuzzard
This allows an arm64 host to use BuildSetup.bat to create a packaged executable
2022-07-05[Windows] Simplifies build scripts, removes dependency on MSYS2thexai
2022-06-17[cmake] windows create NATIVEPREFIX variablefuzzard
2022-06-11[windows] run-tests call vswhere to set dev env varsfuzzard
2022-01-25Bump ffmpeg version to 4.4.1Wolfgang Haupt
2022-01-02[Fix] Attempts to fix random Jenkins errors building FFmpeg Windows libsthexai
2021-12-27[depends] Updates MSYS2 to 20210725thexai
Used to build ffmpeg libs on Windows.
2021-12-07Updated build script for Visual Studio 2022 compatibilityAlwin Esch
- Updated build scripts for Visual Studio 2022 compatibility. - Maintains backward compatibility with VS 2017 and VS 2019. - If all versions of Visual Studio are installed, the newest version is chosen.
2021-10-14Remove some errors during buildPär Björklund
We should never see any of these files during build but to be on the safe side, exclude them during copy instead of trying to delete them, generating errors
2021-06-20Merge pull request #19617 from thexai/fix-error-NSISfuzzard
[Windows] Removes unnecessary ERROR log lines when is build NSIS installer
2021-04-29Merge pull request #19558 from lrusak/ffmpeg-4.4Lukas Rusak
FFmpeg update to 4.4
2021-04-28Merge pull request #19157 from Karlson2k/win32_deps_fix1Karlson2k
[Win] Minor fix for buildhelpers.sh
2021-04-23windows: refresh ffmpeg patchesLukas Rusak
2021-04-22[Windows] Removes innecessary ERROR log lines when is build NSIS installerthexai
2021-04-02buildsteps/windows: add ffmpeg option --disable-mediafoundationLukas Rusak
2021-02-24Merge pull request #18222 from thexai/BuildSetup-VS-2019Dave Blake
Updated build scripts for Visual Studio 2019 compatibility
2021-02-02[Windows][builddeps] Minor fix for buildhelpers.shEvgeny Grin
Do not strip the first element of the checked paths from the output
2020-07-29[win10] Bump SDK to v10.0.18362.0thexai
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.