aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-11-12[Windows] Sync Effects11 with upstream - Fix build with Visual Studio 2022 ↵thexai
v17.4.0 https://github.com/microsoft/FX11
2022-03-13[cmake] declare directories of external libraries as system headersRechi
This allows the compiler and checker tools to ignore warnings in the library headers.
2021-10-21Add patches for libUPnPPär Björklund
2021-10-21Fix dumb mistake during refactoring that broke upnp serverPär Björklund
2021-10-19Fix error with pointer comparisonPär Björklund
Did not show up in vs2019 but did show up with vs2022 preview 5.
2021-10-15Fix Neptune with /permissive-Pär Björklund
2021-10-15Fix /permissive- issues for Effects11Pär Björklund
This isn't our library but since Microsoft stopped developing it adding patches shouldn't be an issue.
2020-10-05[cmake] add include-what-you-use supportRechi
2020-10-05[cmake] add cppcheck supportRechi
2020-10-05[cmake] add clang-tidy supportRechi
2020-04-11gtest: remove lib/gtest and add as libraryLukas Rusak
2020-03-10Merge pull request #15831 from olafhering/Platinum.Extrasyol
[libUPnP] Remove unused headers from Platinum/Source/Extras
2020-02-03[windows] update Effects11 to April 26, 2019Rechi
2019-09-21fixed: make archive files work via UPnPrustyx
2019-08-08[osx] convert objc code to ARC but leave UPnP's wrapper of autorelease pool ↵Andrey Filipenkov
as is
2019-07-17[addons] remove cpluff completeAlwin Esch
2019-03-28[libUPnP] Remove unused headers from Platinum/Source/ExtrasOlaf Hering
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>
2018-11-02[cpluff] rename functions to not conflict with mariadb-connectorRechi
2018-08-25[libUPnP] fix device discovery on windowsRechi
2018-08-25[libUPnP] refresh patchRechi
2018-07-16link with libbluray instead of loading it dynamicRechi
2018-07-16move libbluray filesystem callbacks to seperate classRechi
2018-06-12[lib] pragma once positionh.udo
2018-06-07[c-pluff] kill another implicit function declaration warningroot
2018-04-26[cleanup][windows] remove files unused since 383c3dd71dRechi
2018-03-23[cpluff] add windows changesRechi
2018-03-21[cpluff] link with cpluff instead of loading it dynamicRechi
2018-02-20[c-pluff] Add patches folder for reference and keep track of changesh.udo
2018-02-20[c-pluff] Update to 0.1.4h.udo
2018-02-13fixed: build of neptune on freebsdArne Morten Kvarving
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
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
2018-01-03[libUPnP][platinum] add patch for 75dca8cRechi
2018-01-03[libUPnP][platinum] fix format-security warningRechi
2018-01-02[libUPnP][platinum] update to 1.2.0Rechi
2018-01-02[libUPnP][neptune] update to 1.2.3Rechi
2018-01-02[libUPnP] replace Makefile.in patch with CMakeLists.txt patchRechi
2018-01-02[libUPnP][platnium] fix patch context and line numbers after 1e9620cRechi
2018-01-02[libUPnP] remove xbmc change from patchRechi
2018-01-02[libUPnP] fix patch numberRechi
2017-11-02[win10] add uwp to cmakeDale Stammen
2017-11-02libUPnP: added patch fileAnton Fedchin
2017-11-02[win10] uwp fixes libUPnPDale Stammen
2017-07-15Merge pull request #12488 from ace20022/disc_namesAndreas Zelend
[mediamanager] Use meta data provided disc names and add Blu-ray detection.
2017-07-13[MediaManager][bluray] Add check for Blu-ray discs.ace20022
2017-07-11Bump gtest to 1.8.0h.udo
2017-07-07[bluray] Use bd_open_files. This makes BD-J menus from Blu-rays using a ↵ace20022
protocol like smb:// functional. The old way of using filesystem hooks is deprecated. This requires libbluray 0.9.3 as a minimum.
2017-07-07[bluray] Use bd_open_stream for Blu-ray image files. This makes BD-J menus ↵ace20022
from image files functional.
2017-06-29[modernize][libUPnP] Prefer 'override' usageh.udo
2017-06-22Merge pull request #12328 from Rechi/mingwlibsRechi
[windows][mingwlibs] change installdirectory
2017-06-21[cmake] move HAVE_LIBBLURAY ifdef condition to cmakeRechi