]> git.saurik.com Git - wxWidgets.git/history - tests/thread
move code testing wxThread classes from the console sample to a new CppUnit test
[wxWidgets.git] / tests / thread /
2010-05-10  Francesco Montorsimove code testing wxThread classes from the console...
2010-04-22  Vadim ZeitlinFix harmless warning about a possibly uninitialized...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-06-02  Vadim Zeitlinsuppress warning about casting int to a pointer of...
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-09-10  Václav Slavíkadded a test for wxAtomicDec return value
2007-08-22  Václav SlavíkPCH-less compilation fix
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)