aboutsummaryrefslogtreecommitdiff
path: root/xbmc/FileItemListModification.h
AgeCommit message (Collapse)Author
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] pragma once positionh.udo
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
2017-08-17make classes non-copyable c++11 styleArne Morten Kvarving
2017-06-29[modernize][xbmc] Prefer 'override' usageh.udo
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
2014-12-15rename xbmc folder to srcFneufneu
2013-11-03add CFileItemListModification to handle all IFileItemListModifier ↵montellese
implementations