Age | Commit message (Collapse) | Author |
|
v17.4.0
https://github.com/microsoft/FX11
|
|
This allows the compiler and checker tools to ignore warnings in the library headers.
|
|
|
|
|
|
Did not show up in vs2019 but did show up with vs2022 preview 5.
|
|
|
|
This isn't our library but since Microsoft stopped developing it
adding patches shouldn't be an issue.
|
|
|
|
|
|
|
|
|
|
[libUPnP] Remove unused headers from Platinum/Source/Extras
|
|
|
|
|
|
as is
|
|
|
|
No code from the Extras directory is compiled, so it is unlikely that
any of the interfaces will be used. Remove the headers and remove
Platinum/Source/Extras from the list of include directories.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[mediamanager] Use meta data provided disc names and add Blu-ray detection.
|
|
|
|
|
|
protocol like smb:// functional.
The old way of using filesystem hooks is deprecated. This requires libbluray 0.9.3 as a minimum.
|
|
from image files functional.
|
|
|
|
[windows][mingwlibs] change installdirectory
|
|
|