Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / src / unix / threadpsx.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-05-16  Václav SlavíkMove POSIX implementation of wxThread::Create() to...
2013-05-16  Václav SlavíkLock m_critsect in POSIX wxThread::Create().
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-09-20  Vadim ZeitlinFix wrong configure test for abi::__forced_unwind in...
2012-09-20  Vadim ZeitlinRethrow abi::__forced_unwind in wxThread code under...
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-03-22  Vadim ZeitlinUse pthread_setconcurrency() in wxThread::SetConcurrency().
2011-12-01  Vadim ZeitlinFix timeout used in POSIX implementation of wxCondition...
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-10  Stefan Csomoradjusting to new gui mutex for osx, see #12411
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2010-06-24  Václav SlavíkFix thread ID formatting in log messages.
2010-05-26  Francesco Montorsifix incoherency between the wxThread implementation...
2010-03-20  Vadim ZeitlinInclude sys/time.h from threadpsx.cpp for all systems.
2009-12-05  Vadim ZeitlinDon't lock global mutex when deleting wxThread to avoid...
2009-12-02  Paul Cornettmake array data fully const
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-20  Francesco Montorsiuse %p when logging the thread IDs instead of %lu to...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Robert RoeblingCompilo for wxMac
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-11-26  Václav Slavíkcatch unhandled exceptions in POSIX threads implementat...
2007-09-03  Vadim Zeitlinfix translation of wx priority values to the standard...
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-08  Vadim Zeitlinuse gettimeofday() instead of clock_gettime() as the...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinfixed detection of number of processors under Linux...
2007-01-18  Vadim Zeitlinreverted last change: wxGTK-specific wxMutextGui code...
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2006-11-08  Vadim Zeitlinfix crash in wxLogTrace() in Unicode build
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-01-17  Julian SmartApplied patch [ 1336712 ] Fix segfault when calling...
2005-10-08  Vadim Zeitlinharmless DEC cc warning fixes
2005-09-25  Vadim Zeitlindon't declare pthread_mutexattr_settype() ourselves...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Stefan NeisApplied [ 1186782 ] Setting thread stack size on Unix.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-13  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
2005-08-24  Vadim Zeitlinfixed -Wundef warning for HAVE_SCHED_H
2005-08-04  Vadim Zeitlintest for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead...
2005-03-17  Julian Smartstopwatch.h needed for wxGetLocalTimeMillis
2005-01-31  Robert Roebling Set state of internal thread object upon ::Exit
2004-07-08  Vadim Zeitlinfixed warning about deprecated wxUsleep
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-03-31  Robert Roebling Applied patch for Intel compiler.
2003-10-30  Vadim Zeitlinadded missing _T()s in wxLogTraces
2003-09-19  Vadim Zeitlincleaned up VMS #ifdef mess
2003-08-17  Václav SlavíkwxMutexGuiEnter/Leave didn't work because this file...
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-06  Robert Roebling Compilo.
2003-05-04  Julian SmartSetting state to STATE_NEW in wxThread::Create
2003-04-12  Václav Slavíkcompilation fix for gcc
2003-04-12  Vadim ZeitlinUnixWare compilation fix (explicitly declare pthread_mu...
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-03-27  Vadim Zeitlin corrected the test for number of processors under...
2002-12-06  Vadim Zeitlinfixed bug in wxSemaphore::WaitTimeout() which was calli...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlincompilation fixes for the recent commit
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-02-07  Jouk Jansen Committing in .
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-29  Vadim Zeitlinattempts to make wxCondition::Broadcast() work - it...
2002-01-16  Jouk Jansen Committing in .
2002-01-16  Robin DunnwxThread::GetCurrentId() for Unix
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2001-10-05  Jouk Jansen Committing in .
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
next