Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | [xbmc] Update copyright year span | h.udo | |
2018-07-27 | [xbmc] Team XBMC -> Team Kodi | h.udo | |
2018-07-27 | [xbmc] GPL-2.0-or-later SPDX license identifier | h.udo | |
2018-06-12 | [xbmc] pragma once position | h.udo | |
2018-01-24 | A 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 | |||
2017-08-17 | make classes non-copyable c++11 style | Arne Morten Kvarving | |
2017-06-29 | [modernize][xbmc] Prefer 'override' usage | h.udo | |
2015-08-18 | [cleanup] unify method name used for singleton pattern | xhaggi | |
2014-12-16 | Revert "rename xbmc folder to src" | Rainer Hochecker | |
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647. | |||
2014-12-15 | rename xbmc folder to src | Fneufneu | |
2013-11-03 | add CFileItemListModification to handle all IFileItemListModifier ↵ | montellese | |
implementations |