0ad/source/lib/sysdep/win
janwas 3050d4c7fe posix: add semaphore.h
wposix: add ETIMEDOUT errno
wpthread: interface fix (was returning void from 2 functions); cleanup;
removed TerminateThread (dangerous!); add sem_timedwait
wtime: thread implementation switched to pthread - avoids
TerminateThread issue

This was SVN commit r1976.
2005-03-09 15:52:35 +00:00
..
assert_dlg.h wdbg: much improved dbghelp stack dump, thanks to availability of new dox. should succeed with user-defined types - voodoo programming no more. benefits are reaped when using assert2 in code (recommended!) or an exception is raised. 2005-01-25 18:42:42 +00:00
assert_dlg.rc Made invalid-attempt-to-get-player errors less subtle. Word-wrapping in assert2 dialog box. 2005-01-29 00:11:50 +00:00
printf.cpp A few log categories 2004-08-15 20:57:31 +00:00
printf.h Added vsnprintf2, a wrapper around vsnprintf to make it more gcc-like (allowing %lld, %1$d, etc) 2004-08-09 15:44:35 +00:00
SDL_keysym.h split out of wposix (less dependencies) 2005-01-23 18:21:20 +00:00
SDL_vkeys.h split out of wposix (less dependencies) 2005-01-23 18:21:20 +00:00
waio.cpp split thread/mutex/sem defs out of wposix to wpthread (reduce default dependencies) 2005-01-27 15:46:02 +00:00
waio.h split thread/mutex/sem defs out of wposix to wpthread (reduce default dependencies) 2005-01-27 15:46:02 +00:00
wcpu.cpp add/update win-specific code+header file comment 2005-01-27 16:18:22 +00:00
wdbg.cpp mmgr.h: slightly better comments / spacing 2005-02-08 21:08:00 +00:00
wdbg.h again hooked up 0ad exception handler (pending cleanup of the exception code) 2005-01-28 19:11:30 +00:00
wdetect.cpp security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK) 2005-03-01 20:13:00 +00:00
wdir_watch.cpp reloading is optimized and armor-plated. eliminated an evil race condition. 2005-03-02 12:06:40 +00:00
wdll.cpp wdbg: fix crash when exiting abnormally (alt+f4) - was erasing elements from container while iterating through it 2005-01-28 18:16:51 +00:00
wdll.h more L4 warnings stomped 2004-06-22 13:22:46 +00:00
wgl.h stomped various lint warnings: 2005-01-23 17:45:25 +00:00
win_internal.h MinGW fixes 2005-02-26 15:14:55 +00:00
win.cpp win_internal: winnt version=0x0501 for HeapSetInformation (to enable LFH) 2005-02-02 03:26:38 +00:00
win.h MinGW fixes 2005-02-26 15:14:55 +00:00
wposix_types.h mucking about with base lib headers: 2005-03-09 12:56:02 +00:00
wposix.cpp security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK) 2005-03-01 20:13:00 +00:00
wposix.h posix: add semaphore.h 2005-03-09 15:52:35 +00:00
wpthread.cpp posix: add semaphore.h 2005-03-09 15:52:35 +00:00
wpthread.h posix: add semaphore.h 2005-03-09 15:52:35 +00:00
wsdl.cpp lint fixes; more armor-plating for SDL_SetVideoMode 2005-01-23 18:05:33 +00:00
wsdl.h add/update win-specific code+header file comment 2005-01-27 16:18:22 +00:00
wsock.cpp wdbg: fix crash when exiting abnormally (alt+f4) - was erasing elements from container while iterating through it 2005-01-28 18:16:51 +00:00
wsock.h Fixed calling convention for IPv6 function pointers 2004-08-16 18:13:22 +00:00
wtime.cpp posix: add semaphore.h 2005-03-09 15:52:35 +00:00
wtime.h stomped various lint warnings: 2005-01-23 17:48:32 +00:00