2012-03-22 |
Vadim Zeitlin | Use pthread_setconcurrency() in wxThread::SetConcurrency(). |
blob | commitdiff | raw |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Vadim Zeitlin | Merge similar but not quite identical translated strings. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Vadim Zeitlin | Allow wxThread::Wait() and Delete() to block, even... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Stefan Csomor | adjusting to new gui mutex for osx, see #12411 |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Václav Slavík | Fix thread ID formatting in log messages. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Francesco Montorsi | fix incoherency between the wxThread implementation... |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Vadim Zeitlin | Include sys/time.h from threadpsx.cpp for all systems. |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Vadim Zeitlin | Don't lock global mutex when deleting wxThread to avoid... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
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 | Added wxThread::GetMainId(). |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | use %p when logging the thread IDs instead of %lu to... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
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 | Compilo for wxMac |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Stefan Csomor | gcc is too aggressively hiding these inlines on wxCriti... |
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 |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
blob | commitdiff | raw | diff to current |
2007-11-26 |
Václav Slavík | catch unhandled exceptions in POSIX threads implementat... |
blob | commitdiff | raw | diff to current |
2007-09-03 |
Vadim Zeitlin | fix translation of wx priority values to the standard... |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Vadim Zeitlin | test for pthread_mutex_timedlock() availability in... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Vadim Zeitlin | use gettimeofday() instead of clock_gettime() as the... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | fixed detection of number of processors under Linux... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | reverted last change: wxGTK-specific wxMutextGui code... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Paul Cornett | use GTK-specific GUI lock |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Vadim Zeitlin | fix crash in wxLogTrace() in Unicode build |
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-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | protect gs_allThreads with a mutex (modified patch... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1336712 ] Fix segfault when calling... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Vadim Zeitlin | harmless DEC cc warning fixes |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare pthread_mutexattr_settype() ourselves... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Stefan Neis | Applied [ 1186782 ] Setting thread stack size on Unix. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Vadim Zeitlin | fixed -Wundef warning for HAVE_SCHED_H |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | stopwatch.h needed for wxGetLocalTimeMillis |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Robert Roebling | Set state of internal thread object upon ::Exit |
blob | commitdiff | raw | diff to current |
2004-07-08 |
Vadim Zeitlin | fixed warning about deprecated wxUsleep |
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-03-31 |
Robert Roebling | Applied patch for Intel compiler. |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Vadim Zeitlin | added missing _T()s in wxLogTraces |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | cleaned up VMS #ifdef mess |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | wxMutexGuiEnter/Leave didn't work because this file... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Václav Slavík | reverted previous commit; include wx/timer.h in wxBase... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Václav Slavík | wxBase compilation fixes |
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-05-08 |
Vadim Zeitlin | undid patch which was supposed to allow thread recreati... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Julian Smart | Setting state to STATE_NEW in wxThread::Create |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Václav Slavík | compilation fix for gcc |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Vadim Zeitlin | UnixWare compilation fix (explicitly declare pthread_mu... |
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-03-27 |
Vadim Zeitlin | corrected the test for number of processors under... |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Vadim Zeitlin | fixed bug in wxSemaphore::WaitTimeout() which was calli... |
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-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
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-06 |
Vadim Zeitlin | wxMutex changes (explicitly specify the type), return... |
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 | compilation fixes for the recent commit |
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-02-07 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated... |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() work - it... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Robin Dunn | wxThread::GetCurrentId() for Unix |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
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-10-05 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | fixed recursive mutexs compilation |
blob | commitdiff | raw | diff to current |
2001-04-08 |
Vadim Zeitlin | made mutexes recursive under Unix as well as under... |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Vadim Zeitlin | wxThread::Kill() doesn't call OnExit() incorrectly |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Stefan Neis | Added #ifdef HAVE_SCHED_YIELD |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | warnings/linking fixes for wxMotif |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Vadim Zeitlin | 1. misc compilation (errors, warnings) fixes (from... |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
blob | commitdiff | raw | diff to current |
1999-12-02 |
Vadim Zeitlin | more threds fixes, more threads tests - seems to work... |
blob | commitdiff | raw | diff to current |
next |