aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2017-12-22[win10] added mysql-connector-c packages for uwp platfrom.Anton Fedchin
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 python-uwp packages to pass certificationAnton Fedchin
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-10[uwp] remoe Real Media Files from FileType in manifestMartijn Kaijser
2017-12-07[bluray] Update libbluray to version 1.0.2.ace20022
2017-11-18[buildsteps][windows] keep downloaded vcredistRechi
2017-11-18[cleanup][windows] remove unused scriptRechi
2017-11-13[win10] update python and related dependencies.Anton Fedchin
2017-11-07Fix downloading of dependencies to error out if a package failsPÃr BjÃrklund
This was previously broken leading to build errors later on Also silenced output to make it easier to read.
2017-10-20BuildDependencies: move swig to native packages.Anton Fedchin
2017-10-20win10: packages listsAnton 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-09-25[windows][x64] add pycryptodomeRechi
2017-09-24[windows][x64] add pillowRechi
2017-07-17Merge pull request #12475 from afedchin/feature/wip-rework-video-renderingAnton Fedchin
[VideoPlayer] WinRenderer: re-work video rendering
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[dependencies] added lcms2 to windows dependencies.Anton Fedchin
2017-07-14Merge pull request #12501 from Paxxi/dnssdfixMartijn Kaijser
[depends][win32] Hopefully fix a dnssd crash
2017-07-14Hopefully fix a python crashPÃr BjÃrklund
We're crashing a lot because of a comparison that should be equals isn't even though memory looks good. possible race condition
2017-07-14Hopefully fix a dnssd crashPÃr BjÃrklund
win32 version was built against msvcr100 if it's missing load fail and we crash.
2017-07-07Merge pull request #12429 from ace20022/libaacsAndreas Zelend
[dependencies][windows] Add libaacs.
2017-07-07[dependencies][windows] Use patched libbluray on windows.ace20022
2017-07-05[dependencies][windows] Add libaacs.ace20022
2017-06-15[windows] bump libbluray to version 1.0.1 for x64Rechi
2017-06-15[bluray][win32] Bump libbluray to version 1.0.1.ace20022
2017-05-30[dependencies][windows] bump libmicrohttpd to 0.9.55Rechi
2017-05-23[windows][x64] add libblurayRechi
2017-05-20[windows][uninstaller] set SetShellVarContext to current for removing ↵Rechi
$APPDATA\${APP_NAME}
2017-05-19[windows] libass: use correct fontPär Björklund
2017-05-17[buildsteps][windows] postfix setup filename with architectureRechi
2017-05-16[Windows] Let's actually package the available add-ons in the installerMartijn Kaijser
2017-05-11[windows] retry download depends & vcredist if it failsRechi
2017-05-08[depends][windows] add 0_package.target-x64.listRechi
2017-05-08[windows][installer] set InstallDir for x64Rechi
2017-05-08[windows][installer] error message if x64 runs on win32Rechi
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] BuildSetup.batRechi
2017-04-29[buildsteps][windows] downloadRechi
2017-04-29[cleanup][windows] BuildSetup: remove leftover from VS2010Rechi
2017-04-14[windows] DownloadBuildDeps: add parameters for target & native platformRechi
2017-04-14[windows] DownloadBuildDeps: remove possibility to set download pathRechi
2017-04-11[win32] Bye bye Windows VistaMartijn Kaijser
2017-04-08[windows] installer: call findstr with full pathRechi
2017-04-02Merge pull request #11893 from Rechi/fixWinSetupKBRechi
[windows] use wmic qfe instead of powershell to check if hotfix is installed
2017-03-27[depends] bump rapidjson to 1.1.0Stefan Saraev
2017-03-25[windows] use wmic qfe instead of powershell to check if hotfix is installedRechi
2017-03-24Merge pull request #8008 from Montellese/rapidjsonWolfgang Schupp
JSON: replace YAJL with RapidJSON
2017-03-24[depends/cmake/win32] replace yajl with rapidjson (thanks to hudokkow)montellese