Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | CSingleLock: replace with std::unique_lock | Lukas Rusak | |
2021-05-20 | remove use of c_str() from CLog::Log calls | Lukas Rusak | |
2021-05-20 | update logging to new format | Lukas Rusak | |
2021-05-14 | make simple StringUtils::Format calls use std::to_string | Lukas Rusak | |
2021-05-09 | update format to new style | Lukas Rusak | |
2020-08-28 | [addons] move CAddonDatabase/CAddonInstaller into namespace ADDON | howie-f | |
2020-04-22 | [logging] convert NOTICE level to INFO | phunkyfish | |
2019-07-09 | [format] fix include order | Rechi | |
2018-10-07 | Eliminate g_advancedSettings macro. | Kai Sommerfeld | |
2018-08-13 | RetroPlayer: Import savestate code from game add-ons | Garrett Brown | |
Code shuffle only. No functional changes. | |||
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-04-01 | remove Audio DSP, it is unmaintained and not in a working state | Rainer Hochecker | |
2018-02-02 | Kill CDatabaseManager singleton | Garrett Brown | |
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-07-06 | [modernize][xbmc] Prefer 'default' for declarations | h.udo | |
2017-04-18 | [PVR] Move files from xbmc/epg to xbmc/pvr/(epg|windows). | Kai Sommerfeld | |
2017-04-18 | [PVR] Rename all CEpg* types to CPVREpg*. | Kai Sommerfeld | |
2017-04-18 | [PVR] Move epg types to namespace PVR. | Kai Sommerfeld | |
2016-12-01 | [retroplayer] Game add-ons | Garrett Brown | |
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake. | |||
2016-10-25 | Change splash db upgrade logic | phate89 | |
2016-06-18 | [adsp] Adapt include paths to new structure | AchimTuran | |
2015-08-18 | [cleanup] unify method name used for singleton pattern | xhaggi | |
2015-07-19 | [adsp] Add basic audio dsp addon handling structure | AlwinEsch | |
2015-07-14 | [std cleanup] xbmc/ | hudokkow | |
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-07-25 | [cosmetics] update copyright headers | M. Kaijser | |
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser | |
2013-02-04 | move view related files into new view folder and lib | montellese | |
2012-11-01 | update the pre-Frodo art in the database to poster/banner based on aspect ratio | Jonathan Marshall | |
2012-09-09 | fix address line in GPL headers | montellese | |
2012-09-05 | [pvr] added PVR support to XBMC (taken from ↵ | Lars Op den Kamp | |
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons | |||
2012-07-12 | changed: drop CProgramDatabase | spiff | |
unused and unusable in its current state | |||
2012-07-10 | adds new CDatabaseManager, and allow it to access CDatabase::Update directly. | Jonathan Marshall | |