This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
5f88bf8a792a0463f5c362ec00ea11bccefae8ce
0ad
/
source
/
lib
/
sysdep
/
os
/
win
/
wposix
T
History
janwas
78ba79209d
more minor fixes. rename uname.machine to x64 (less confusing than amd64)
...
This was SVN commit r10827.
2011-12-29 09:47:42 +00:00
..
crt_posix.h
…
no_crt_posix.h
…
waio.cpp
minor fixes
2011-12-28 11:21:05 +00:00
waio.h
refactor file interface. requires workspace update
2011-05-25 10:39:13 +00:00
wdlfcn.cpp
add support for .dylib on OS X based on patch by Yves (thanks!)
2011-06-20 20:06:51 +00:00
wdlfcn.h
…
werrno.h
…
wfilesystem.cpp
refactor file interface. requires workspace update
2011-05-25 10:39:13 +00:00
wfilesystem.h
OS X compile fix (hopefully): add definition for O_DIRECT
2011-05-30 21:49:33 +00:00
wmman.cpp
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
wmman.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
wposix_internal.h
…
wposix_types.h
…
wposix.cpp
…
wposix.h
…
wpthread.cpp
fix: pthread_self now returns a unique value in each thread (before, it was using the windows pseudo handle functionality)
2011-10-15 20:12:59 +00:00
wpthread.h
add support for recursive mutex on windows; ensure h_mgr uses them (pthread doesnt guarantee default type is recursive)
2011-09-10 22:51:51 +00:00
wtime_internal.h
…
wtime.cpp
…
wtime.h
…
wutsname.cpp
more minor fixes. rename uname.machine to x64 (less confusing than amd64)
2011-12-29 09:47:42 +00:00
wutsname.h
…