aboutsummaryrefslogtreecommitdiff
path: root/xbmc/BackgroundInfoLoader.cpp
AgeCommit message (Expand)Author
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2023-12-27[BackgroundInfoLoader] Small refactoring (default member init, consolidate du...ksooo
2023-12-27[BackgroundInfoLoader] Fix resource leak, which can even lead to crash on exit.ksooo
2022-03-01[clang-tidy] performance-unnecessary-copy-initializationRechi
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2022-02-07CThread: make thread priority an enum classLukas Rusak
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2019-07-09[format] fix include orderRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-05-22threads/Thread: move class IRunnable to separate headerMax Kellermann
2016-04-19BackgroundInfoLoader: use CFileItemList::IsEmpty() instead of Size()==0Max Kellermann
2015-12-23Prefer not empty() over size() > 0h.udo
2015-12-06[music] fix leaking credentials in logsStefan Saraev
2015-07-14[std cleanup] xbmc/hudokkow
2015-05-23[app] Cleanup includes.ace20022
2015-03-11Decrease priority of BackgroundInfoLoader thread on POSIX too.anaconda
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-08fixed: Little fixup for 94817e6fa85e2e0b39d1f0f96795435a4256fe7b (thanks JM)arnova
2013-07-07fixed: MusicInfoTag loader locked up after 9752e490e40e69d53e9dbb10a972dff533...arnova
2013-07-02changed: Split background info loading into a 2 stagesarnova
2013-06-29removed: BackGroundInfo Loader multithreading (no longer needed)arnova
2013-06-02changed, use TARGET_xxx, die _LINUX diedavilla
2013-04-10Add missing thread names, improve existing thread namesDag Wieers
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2011-08-09switch CFileItem::m_strPath to private, and add GetPath/SetPath for accessJonathan Marshall
2011-07-23don't use CThread::SetName() from outside of CThread - it's not threadsafeJonathan Marshall
2011-06-23Removed redundant means of synchronization and collapsed uses to the remainin...Jim Carroll
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller