2010-07-25 |
Francesco Montorsi | make POSIX and Windows implementation of wxThread:... |
blob | commitdiff | raw |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Robert Roebling | Test for reentrance into non-recursive wxMutex. If... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Robert Roebling | Made wxMSW wxMutex non-recursive by checking reentrance |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Robert Roebling | Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Vadim Zeitlin | _beginthreadex() entry point should really return unsig... |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Vadim Zeitlin | /Wp64 warnings fixes (mostly simply use wxUIntToPtr... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Vadim Zeitlin | fix SetProcessAffinityMask() prototype (was missing... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | Make QS_ALLPOSTMESSAGE available everywhere regardless... |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Vadim Zeitlin | don't wake up on Windows messages when waiting for... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Vadim Zeitlin | make wxSemaphore::Post() return wxSEMA_OVERFLOW as... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Vadim Zeitlin | correction to exception handling in threads: call wxThr... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Vadim Zeitlin | changed DoMessageFromThreadWait() to not block if there... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Julian Smart | Generalised WinCE fix for other platforms |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Julian Smart | WinCE fixes |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Vadim Zeitlin | Wait() should now return correct exit code even if... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Włodzimierz Skiba | Correct fix to the compile time assert under OW. Kudos... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Włodzimierz Skiba | OW warning fix. Our compile time asserts warns when... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Robin Dunn | If the threads module hasn't been initialized yet then... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | consume less CPU while waiting for thread to terminate... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Dimitri Schoolwerth | Applied patch #877159: Joinable threads might crash... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Julian Smart | Corrected semaphores for WinCE >= 3 |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Vadim Zeitlin | trying to fix race conditions. double deletions and... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | attempt to fix race condition between Delete() and... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Stefan Neis | Completely reworked OS/2 thread implementation. |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Julian Smart | Corrected typo |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Vadim Zeitlin | an alternative fix which should replace patch 781918 |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Vadim Zeitlin | compilation fix... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Vadim Zeitlin | attempt to fix waiting for a thread in another non... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | Wait() doesn't cancel the thread any longer |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | trying to fix the bug which results in blocking forever... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | fix for IsAlive() called after Kill() or Exit() |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Václav Slavík | DLL compilation fixes |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Václav Slavík | compilation fix for wxMSW |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Vadim Zeitlin | undid patch which was supposed to allow thread recreati... |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Julian Smart | Applied [ 731578 ] wxThread state bugfix |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Vadim Zeitlin | fixes return values of wxSemaphore::TryWait() and WaitT... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Vadim Zeitlin | undid the patches which shouldn't (IMHO) have been... |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Vadim Zeitlin | old mingw32 compilation fix |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | fixed compilation with CW8 (SF patch 567845) and also... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | wxThread::Delete() doesn't wait until the next event... |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Vadim Zeitlin | wxMutex changes (explicitly specify the type), return... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Robin Dunn | Since wxConditionInternal is a friend of wxMutex and... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Vadim Zeitlin | fixed a race condition resulting in returning incorrect... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Robin Dunn | Added wxThread::GetCurrentId(), which returns an ID... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Vadim Zeitlin | moved Watcom thread stack size fix from .h to the .cpp |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | BC++ compilation fix |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | applied Watcom thread patches and made thread entry... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
George Tasker | Changed code to get rid of a compiler warning about... |
blob | commitdiff | raw | diff to current |
2000-11-21 |
Vadim Zeitlin | fixed bug with Broadcast() not waking up all threads... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Vadim Zeitlin | replaced ++/-- with InterlockedInc/Decrement for access... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Guillermo Rodrigue... | Beginning the thread with _beginthreadex but ending... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | typo(s) fixed |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | use _beginthreadex() for mingw32 if possible |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Bart A.M. Jourquin | fix _beginthreadex problem with bcc |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Julian Smart | BC++ IDE compile mod to thread.cpp; other small stuff |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | BC++ 5.x also supports _beginthreadex and _endthreadex |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | BC++ 5 does not have Unicode version of GetProcAddress. |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Vadim Zeitlin | memory leak in ~wxMutex fixed |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | implemented GetCPUCount() and SetConcurrency() for... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Vadim Zeitlin | joinable and detached POSIX threads (not fully tested... |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
next |