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
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
2013-08-11
[cosmetic] update copyright headers
Martijn Kaijser
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-06-02
changed, use TARGET_xxx, die _LINUX die
davilla
2013-06-01
threads: mixing Conditionals with CriticalSection exit code was broken
Joakim Plate
2013-04-28
[win] fix typo in message
unknown
2013-04-26
[WIN32] fixed: use wide string methods to create the dump file and the stackt...
wsoltys
2013-03-01
Name threads on Linux properly
Dag Wieers
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2013-02-04
[WIN32] implemented a poor man's stacktrace for windows.
WiSo
2012-12-31
Add better error checking to the Windows ThreadLocal implementation.
Jim Carroll
[next]