index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
threads
/
platform
Age
Commit message (
Expand
)
Author
2020-02-07
Merge pull request #17224 from lrusak/systemtime-defines-part1
Lukas Rusak
2020-02-06
XTimeUtils: 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 TVOS
Sylvain CECCHETTO
2019-09-22
[Log] Use Thread PID instead NativeHandle for logging
peak3d
2019-07-09
[format] fix include order
Rechi
2019-06-15
Move main thread implementation to std::thread to remove as many platform spe...
Jim Carroll
2019-05-23
threads: move thread priority defines out of PlatformDefs.h
Lukas Rusak
2019-02-04
[Threads] revert #15263, log tid instead posix thread
peak3d
2019-01-15
[Android] Log kernel ThreadId instead pthread_self
peak3d
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-06-12
[xbmc] nuke whitespace
h.udo
2018-06-12
[xbmc] pragma once really?
h.udo
2018-06-12
[xbmc] pragma once position
h.udo
2018-03-14
Fix thread naming on Linux and Darwin
Philipp Kerling
2018-02-27
[cleanup] drop support for FreeBSD lower than 9.0-STABLE
Rechi
2018-02-27
[cleanup][darwin] minimum iOS = 9 & minimum OSX = 10.8
Rechi
2018-02-21
Change class name on an old class to comply with coding standards and remove ...
Jim Carroll
2018-02-20
add back the custom pthread mutex attribute PTHREAD_PRIO_INHERIT.
Jim Carroll
2018-02-13
[windows] define WIN32_LEAN_AND_MEAN globally
Rechi
2018-02-07
[cleanup][PlatformDefs] remove CONST
Rechi
2018-02-03
Move several of the platform specific threading mechanisms to C++11 standard.
Jim Carroll
2018-01-27
Fix 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 cmake
Rechi
2018-01-24
A mass change from xbmc.org to kodi.tv.
Stig-Ørjan Smelror
2017-11-02
[win10] uwp fixes 'threads'
Dale Stammen
2017-07-25
mark constructors explicit to avoid unexpected implicit casts
Arne Morten Kvarving
2017-03-01
Move to using unicode win32 api methods
Pär Björklund
2017-02-24
[win] Fixed registry naming for crash dumps for 64-bit windows
Pär Björklund
2017-01-03
spelling: comments
Josh Soref
2016-12-15
remove autotools buildsystem
notspiff
2016-10-14
Disable minidump handler when running as a store package
Pär Björklund
2016-07-24
Move win32 files to their own platform folder
Kolja Lampe
2016-02-14
[cmake] Guard inclusion of config.h
Christian Fetzer
2016-02-12
[cmake] Add CMakeLists.txt to xbmc subfolders
Christian Fetzer
2015-12-06
pthreads: use mutex protocol PTHREAD_PRIO_INHERIT
Rainer Hochecker
2015-10-30
[win32] it's time we also name the stacktrace and crashdump Kodi
Martijn Kaijser
2015-02-19
[win32] Set thread local locale for started threads
Karlson2k
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-16
Revert "rename xbmc folder to src"
Rainer Hochecker
2014-12-15
rename xbmc folder to src
Fneufneu
2014-11-11
Fixes: don't use uninitialized vars
Karlson2k
2013-12-15
linux: allow root user to raise priority
Rainer 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-25
Reapply @elupus 's fix to the Condition variable for windows. This also handl...
Jim Carroll
2013-08-24
Remove the Xp specific threading code.
Jim Carroll
[next]