2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
blob | commitdiff | raw |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Vadim Zeitlin | compilation fix for Watcom (see #10576) |
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 |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Francesco Montorsi | no change; just reformat wxThreadHelper::KillThread... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Francesco Montorsi | deprecate Create() function in favour of CreateThread... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Francesco Montorsi | make wxThread::OnExit private and not public (change... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Francesco Montorsi | added GetKind getter |
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-05 |
Robert Roebling | Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated... |
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-08-01 |
Stefan Csomor | moving common implementation for osx closer to unix... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | osx regrouping |
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-11-22 |
Václav Slavík | wxCRIT_SECT_* macros compilation fixes for wxUSE_THREAD... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | add support for detached threads in wxThreadHelper... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | don't use DLL export declaration with inline functions... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
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-09-23 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Stefan Csomor | direct ie non mutex crit-section implementation |
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-04-30 |
Vadim Zeitlin | made TestDestroy public and virtual |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Stefan Neis | Fixed several bugs in threading code for OS/2. Thread... |
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-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added wxThreadHelper class (patch 756906) |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Václav Slavík | compilation fixes for multilib/DLL build |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | added wxCRIT_SECT_DECLARE_MEMBER |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Vadim Zeitlin | added wxIsMainThread() |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Vadim Zeitlin | removed absolutely unneeded #include module.h |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
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-07 |
Vadim Zeitlin | restored inline for wxCriticalSection methods for !MSW |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Julian Smart | Removed 'inline' which was causing unresolved symbols |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | added wxCRITICAL_SECTION macro |
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-08 |
Gilles Depeyrot | added DECLARE_NO_COPY_CLASS where appropriate since... |
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-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 | 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-10-05 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Stefan Csomor | thread support for mac finished |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function 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 |
1999-11-22 |
David Webster | OS/2 thread updates |
blob | commitdiff | raw | diff to current |
1999-11-15 |
David Webster | Minor tweek for WXPM |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Stefan Csomor | mac adaptions |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Vadim Zeitlin | fix for FreeBSD compilation |
blob | commitdiff | raw | diff to current |
1999-11-08 |
David Webster | OS/2 PM specific fixes for validators and fonts |
blob | commitdiff | raw | diff to current |
1999-11-02 |
David Webster | thread #ifdefs for WXPM |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
blob | commitdiff | raw | diff to current |
1999-03-11 |
Karsten Ballüder | Fixed configure/linkage for non-threaded case. |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
blob | commitdiff | raw | diff to current |
1999-03-05 |
Vadim Zeitlin | (more) FreeBSD thread fixes |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Julian Smart | Added some Motif wxGLCanvas support; some more Motif... |
blob | commitdiff | raw | diff to current |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
blob | commitdiff | raw | diff to current |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily... |
blob | commitdiff | raw | diff to current |
1999-01-12 |
Vadim Zeitlin | changed "inline"s to "extern" |
blob | commitdiff | raw | diff to current |
1999-01-11 |
Julian Smart | Corrected thread.h inline problem. Set WXWIN_COMPATIBIL... |
blob | commitdiff | raw | diff to current |
1999-01-11 |
Vadim Zeitlin | wxCriticalSection implemented using mutexes for !MSW... |
blob | commitdiff | raw | diff to current |
1999-01-10 |
Vadim Zeitlin | assignment operators/copy ctors are private for classes... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Vadim Zeitlin | thread fixes for MSW (samples doesn't compile currently... |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Robert Roebling | Compilation fixes |
blob | commitdiff | raw | diff to current |
1999-01-05 |
Vadim Zeitlin | file I forgot to commit last time (wxCritSection) |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Triued in vain to fix threads segvs with gcc |
blob | commitdiff | raw | diff to current |
1998-12-27 |
Vadim Zeitlin | 1. Pause()/Resume() implemented for wxMSW |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Robert Roebling | Makefile tweaks |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Guilhem Lavaux | * wxSocket fixes |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Guilhem Lavaux | * wxThread: new functions: wxThread::Pause/Resume,... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
blob | commitdiff | raw | diff to current |
1998-05-21 |
Julian Smart | *** empty log message *** |
blob | commitdiff | raw | diff to current |
|