2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
blob | commitdiff | raw |
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 |
1999-12-01 |
Vadim Zeitlin | 1. more wxDateTime work |
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 | compilation fixes for Unix - IT DOES NOT WORK YET,... |
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-15 |
Vadim Zeitlin | IRIX compilation fixes |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Vadim Zeitlin | 1. wxLog::FlushActive() added |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-25 |
Guilhem Lavaux | Fixed a bug in threadpsx.cpp (wxBaseArray bug). |
blob | commitdiff | raw | diff to current |
1999-08-09 |
Guilhem Lavaux | Removed unnecessary lines from threadpsx |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Robert Roebling | Minor changes |
blob | commitdiff | raw | diff to current |
1999-08-01 |
Guilhem Lavaux | wxMemoryStream doc updated |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Guilhem Lavaux | * New wxStreams (to be documented), new classes: wxBuff... |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Guilhem Lavaux | * wxThread fixes |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | Put wxGTK's threads back to life. |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Guilhem Lavaux | * prgodlgg.h: Update() use wxString instead of 'char *' |
blob | commitdiff | raw | diff to current |
1999-05-16 |
Guilhem Lavaux | * Fixed a dead-lock when the thread finishes. |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Guilhem Lavaux | * Added thread cleanup safeness: thread can be explicit... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Guilhem Lavaux | * implemented VZ's idea about creating and destroying... |
blob | commitdiff | raw | diff to current |
next |