Age | Commit message (Collapse) | Author |
|
The previous signing key had expired, so replace with a new version.
|
|
|
|
|
|
generation is handled in cmake
|
|
|
|
|
|
|
|
|
|
|
|
works on uwp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a fix that binary add-on devs have had to do manually for a while now for the build system to work.
Credits: @Montellese who suggested it 2 years ago: https://forum.kodi.tv/showthread.php?tid=173361&pid=2097898#pid2097898.
For some reason no-one has PR'ed it yet, so I did.
|
|
|
|
|
|
|
|
|
|
DEPENDS_PATH is used twice in the code build system it's set to the
system depends path (via toolchain file). In the addon system it's
used to point to the place where addon dependencies should be built.
This change renames the variable for binary-addons to
ADDON_DEPENDS_PATH. The toolchain file can then be used for local
addon builds.
|
|
This file had apparently been forgotten about and was still
trying to use Visual Studio 2013 toolset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
|
|
|
|
|
|
53bc14946e46b6e97a965dd3da5d6fbcf9cbcdbf)
|
|
73195e349303cf88ecbd83c0d683d39d6efac52e)
|
|
b208d62a6e07d41cdf98a59e838b27e2006d2534)
|
|
|
|
|
|
|
|
|
|
GuiInfoManager
|
|
|
|
|
|
|
|
and generate addons/xbmc.addon/addon.xml in CompileInfo.bat, thx Montellese
|
|
|
|
|