cec: fixed - ensure that the correct libCEC version is set after initialising the...
[deb_libcec.git] / src / lib / platform / threads / threads.h
2012-05-10  Lars Op den Kampcec: fixed - ensure that the correct libCEC version...
2012-04-28  Lars Op den KampMerge branch 'development'
2012-04-23  Lars Op den Kampcec: fixed compiler warning on non-windows
2012-04-23  Lars Op den Kampcec: close the connection when a comm error was detecte...
2012-04-23  Lars Op den Kampcosmetics
2012-04-21  Lars Op den Kampwin32: fixed "unreferenced local variable" warning
2012-04-20  Lars Op den Kamplib/platform: fixed memleak
2012-03-23  Lars Op den Kampcec: always wait for thread exit in CThread's desctructor
2012-02-26  Lars Op den Kampcec: added a timeout to StopThread()
2012-02-21  Lars Op den Kampplatform: fixed accidental double deref. the method...
2012-02-11  Lars Op den Kampcec: and now proper predicates
2012-02-06  Lars Op den Kampcec: thread methods should be virtual, not inline....
2012-01-30  Lars Op den Kampchanged the year in copyright notices to 2011-2012
2012-01-23  Lars Op den Kampcec: reset m_bStop to false in CreateThread()
2012-01-17  Lars Op den Kampcec: refactored threading/locking - added windows nativ...