aboutsummaryrefslogtreecommitdiff
path: root/xbmc/threads/platform
AgeCommit message (Expand)Author
2020-02-07Merge pull request #17224 from lrusak/systemtime-defines-part1Lukas Rusak
2020-02-06XTimeUtils: add methods to namespace KODI::TIME::Lukas Rusak
2020-02-05[macosx] set minimum osx version to 10.13 (High Sierra), fix deprecations and...phunkyfish
2020-01-08[tvOS] Initial Platform Commit for Apple TVOSSylvain CECCHETTO
2019-09-22[Log] Use Thread PID instead NativeHandle for loggingpeak3d
2019-07-09[format] fix include orderRechi
2019-06-15Move main thread implementation to std::thread to remove as many platform spe...Jim Carroll
2019-05-23threads: move thread priority defines out of PlatformDefs.hLukas Rusak
2019-02-04[Threads] revert #15263, log tid instead posix threadpeak3d
2019-01-15[Android] Log kernel ThreadId instead pthread_selfpeak3d
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] nuke whitespaceh.udo
2018-06-12[xbmc] pragma once really?h.udo
2018-06-12[xbmc] pragma once positionh.udo
2018-03-14Fix thread naming on Linux and DarwinPhilipp Kerling
2018-02-27[cleanup] drop support for FreeBSD lower than 9.0-STABLERechi
2018-02-27[cleanup][darwin] minimum iOS = 9 & minimum OSX = 10.8Rechi
2018-02-21Change class name on an old class to comply with coding standards and remove ...Jim Carroll
2018-02-20add back the custom pthread mutex attribute PTHREAD_PRIO_INHERIT.Jim Carroll
2018-02-13[windows] define WIN32_LEAN_AND_MEAN globallyRechi
2018-02-07[cleanup][PlatformDefs] remove CONSTRechi
2018-02-03Move several of the platform specific threading mechanisms to C++11 standard.Jim Carroll
2018-01-27Fix crash on exit. This crash seems to be due to the logger being set on CThr...Jim Carroll
2018-01-25[cmake] move ifdef conditions to cmakeRechi
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-11-02[win10] uwp fixes 'threads'Dale Stammen
2017-07-25mark constructors explicit to avoid unexpected implicit castsArne Morten Kvarving
2017-03-01Move to using unicode win32 api methodsPär Björklund
2017-02-24[win] Fixed registry naming for crash dumps for 64-bit windowsPär Björklund
2017-01-03spelling: commentsJosh Soref
2016-12-15remove autotools buildsystemnotspiff
2016-10-14Disable minidump handler when running as a store packagePär Björklund
2016-07-24Move win32 files to their own platform folderKolja Lampe
2016-02-14[cmake] Guard inclusion of config.hChristian Fetzer
2016-02-12[cmake] Add CMakeLists.txt to xbmc subfoldersChristian Fetzer
2015-12-06pthreads: use mutex protocol PTHREAD_PRIO_INHERITRainer Hochecker
2015-10-30[win32] it's time we also name the stacktrace and crashdump KodiMartijn Kaijser
2015-02-19[win32] Set thread local locale for started threadsKarlson2k
2015-02-17[win32] Use _beginthreadex() instead of CreateThread() for better compatibili...Karlson2k
2015-01-07[stdstring] get rid of CStdString in win32/montellese
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-11-11Fixes: don't use uninitialized varsKarlson2k
2013-12-15linux: allow root user to raise priorityRainer Hochecker
2013-10-01[WIN32] fixed: stray backslash.wsoltys
2013-09-16[Win32] Added support for the stack and dump file for UNC support. Changed th...Skixbmc
2013-08-25Reapply @elupus 's fix to the Condition variable for windows. This also handl...Jim Carroll
2013-08-24Remove the Xp specific threading code.Jim Carroll