1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/win
janwas 1b202fb0ea lockfree: very rough beginnings of lockfree allocator
wpthread: no longer include lockfree.h (required functions are now in
sysdep/cpu.h)

This was SVN commit r2223.
2005-05-12 17:18:32 +00:00
..
assert_dlg.h Made icon implementation less bad, so that it doesn't conflict with ScEd 2005-03-27 14:03:30 +00:00
assert_dlg.rc Made icon implementation less bad, so that it doesn't conflict with ScEd 2005-03-27 14:03:30 +00:00
icon.rc Moved icon, so that compilation doesn't depend on anything in 'binaries' 2005-04-20 20:18:20 +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 philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +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 philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
wdbg.cpp ScEd: Added unit deletion. Made zoom less frustrating. Let >2 players work. 2005-04-03 05:02: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 hopefully fixed bug #57 (limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit. 2005-04-19 17:07:05 +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 wsdl: cleanup semaphore code, move mouse functions near other "misc" functions 2005-03-18 22:09:44 +00:00
win.cpp philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
win.h MinGW fixes 2005-02-26 15:14:55 +00:00
wposix_types.h wposix_types: better standards conformance 2005-04-26 16:49:09 +00:00
wposix.cpp wposix: seriously speed up mounting by removing hand-brake (i.e. checking file system name in every stat() ) call. thanks to philip for reporting the problem! 2005-03-30 23:49:50 +00:00
wposix.h file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle) 2005-04-29 13:17:17 +00:00
wpthread.cpp lockfree: very rough beginnings of lockfree allocator 2005-05-12 17:18:32 +00:00
wpthread.h pthread: add pthread_once and thread-local storage 2005-04-09 22:26:48 +00:00
wsdl.cpp config: console alternate key=f9 (not f12, because that triggers a breakpoint in VC) 2005-03-20 15:45:52 +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 detect: add posix.h so _SC_* defines are visible (enables mem detect) 2005-03-27 17:24:57 +00:00
wtime.h stomped various lint warnings: 2005-01-23 17:48:32 +00:00