aboutsummaryrefslogtreecommitdiff
path: root/xbmc/threads/platform
AgeCommit message (Expand)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] 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
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-06-02changed, use TARGET_xxx, die _LINUX diedavilla
2013-06-01threads: mixing Conditionals with CriticalSection exit code was brokenJoakim Plate
2013-04-28[win] fix typo in messageunknown
2013-04-26[WIN32] fixed: use wide string methods to create the dump file and the stackt...wsoltys
2013-03-01Name threads on Linux properlyDag Wieers
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-04[WIN32] implemented a poor man's stacktrace for windows.WiSo
2012-12-31Add better error checking to the Windows ThreadLocal implementation.Jim Carroll