Vadim Zeitlin
|
8b73c5318c
|
chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 23:28:42 +00:00 |
|
Vadim Zeitlin
|
c71396b42d
|
suppress warning about casting int to a pointer of greater size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-02 20:45:50 +00:00 |
|
Vadim Zeitlin
|
42124e683d
|
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-02 20:42:23 +00:00 |
|
Vadim Zeitlin
|
5098c258b2
|
compilation fixes for VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-13 01:13:03 +00:00 |
|
Vadim Zeitlin
|
6aaee6afdc
|
added wxMessageQueue class for inter-thread communications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-01 01:35:20 +00:00 |
|
Václav Slavík
|
630dad8cc1
|
added a test for wxAtomicDec return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:12:39 +00:00 |
|
Václav Slavík
|
cb979a71de
|
PCH-less compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-22 15:18:31 +00:00 |
|
Vadim Zeitlin
|
cde76cf2a9
|
added wxAtomicInc/Dec() functions (patch 1739486)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 20:54:14 +00:00 |
|