Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / src / msw / thread.cpp
2013-09-18  Václav SlavíkDeallocate wxThreadSpecificInfo when wxThread ends.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-16  Václav SlavíkCall wxThread::Create() from Run() automatically.
2013-03-01  Vadim ZeitlinDon't use GetThreadId() in wxMSW code.
2013-02-28  Vadim ZeitlinUse thread ID and not thread handle in the error messag...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-12-04  Vadim ZeitlinAdd missing critical section locking before accessing...
2012-04-14  Vadim ZeitlinCall wxThread::OnExit() from wxThread::Exit() in wxMSW...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2010-10-28  Vadim ZeitlinDon't crash when waiting for thread termination in...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-07-25  Francesco Montorsimake POSIX and Windows implementation of wxThread:...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-11  Vadim Zeitlincompilation fix after last commit
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-04  Vadim Zeitlinfix handling of abandoned mutexes in wxMutex::Wait...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Robert RoeblingMade wxMSW wxMutex non-recursive by checking reentrance
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-07-16  Vadim Zeitlin_beginthreadex() entry point should really return unsig...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-02-26  Vadim Zeitlin/Wp64 warnings fixes (mostly simply use wxUIntToPtr...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-06-09  Vadim Zeitlinfix SetProcessAffinityMask() prototype (was missing...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2006-10-03  Vadim Zeitlinmake wxSemaphore::Post() return wxSEMA_OVERFLOW as...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Vadim Zeitlincorrection to exception handling in threads: call wxThr...
2006-04-27  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-08  Vadim Zeitlinchanged DoMessageFromThreadWait() to not block if there...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-05-17  Julian SmartGeneralised WinCE fix for other platforms
2005-05-13  Julian SmartWinCE fixes
2005-03-23  Vadim ZeitlinWait() should now return correct exit code even if...
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Robin DunnIf the threads module hasn't been initialized yet then...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-07  Vadim Zeitlinconsume less CPU while waiting for thread to terminate...
2004-01-15  Dimitri SchoolwerthApplied patch #877159: Joinable threads might crash...
2003-11-14  Julian SmartCorrected semaphores for WinCE >= 3
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-21  Vadim Zeitlintrying to fix race conditions. double deletions and...
2003-09-19  Vadim Zeitlinattempt to fix race condition between Delete() and...
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-15  Julian SmartCorrected typo
2003-08-14  Vadim Zeitlinan alternative fix which should replace patch 781918
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-23  Vadim Zeitlincompilation fix...
2003-07-23  Vadim Zeitlinattempt to fix waiting for a thread in another non...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Vadim ZeitlinWait() doesn't cancel the thread any longer
2003-07-10  Vadim Zeitlintrying to fix the bug which results in blocking forever...
2003-07-10  Vadim Zeitlinfix for IsAlive() called after Kill() or Exit()
2003-07-05  Václav SlavíkDLL compilation fixes
2003-06-27  Václav Slavíkcompilation fix for wxMSW
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-03  Julian SmartApplied [ 731578 ] wxThread state bugfix
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-04  Vadim Zeitlinundid the patches which shouldn't (IMHO) have been...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-24  Václav Slavíkadded QS_ALLPOSTMESSAGE
2002-06-24  Vadim Zeitlinold mingw32 compilation fix
2002-06-20  Vadim Zeitlinfixed compilation with CW8 (SF patch 567845) and also...
2002-06-20  Vadim ZeitlinwxThread::Delete() doesn't wait until the next event...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-03  Vadim Zeitlinmoved Watcom thread stack size fix from .h to the .cpp
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2001-11-02  Vadim ZeitlinBC++ compilation fix
2001-10-30  Vadim Zeitlinapplied Watcom thread patches and made thread entry...
2001-04-20  George TaskerChanged code to get rid of a compiler warning about...
2000-11-21  Vadim Zeitlinfixed bug with Broadcast() not waking up all threads...
2000-10-26  Vadim Zeitlinreplaced ++/-- with InterlockedInc/Decrement for access...
2000-07-15  Bryan Pettymerged 2.2 branch
next