1
0
forked from 0ad/0ad
0ad/source/lib
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
..
res Made lodbias and vsync config options work. Removed CHEEZY_NOMIPMAP (which forced mipmaps to be enabled), since it's evil. 2005-03-09 00:55:22 +00:00
sysdep posix: add semaphore.h 2005-03-09 15:52:35 +00:00
adts.cpp fix for vc7 (incomplete type in container). also some updates to vfs 2004-05-08 01:11:51 +00:00
adts.h Re-enabled VC's memory debugging by default (when not using USE_MMGR). Hopefully fixed the resulting memory leaks. Also fixed incompatibilities with VC2005. 2005-02-27 22:11:26 +00:00
byte_order.cpp endian.h renamed (conflict with linux system header) 2005-01-27 20:00:47 +00:00
byte_order.h endian.h renamed (conflict with linux system header) 2005-01-27 20:00:47 +00:00
config.h Re-enabled VC's memory debugging by default (when not using USE_MMGR). Hopefully fixed the resulting memory leaks. Also fixed incompatibilities with VC2005. 2005-02-27 22:11:26 +00:00
debug.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
detect.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
detect.h stomped various lint warnings: 2005-01-23 17:54:20 +00:00
glext_funcs.h removed NV_VAR stuff (it's obsolete and non-portable) 2004-07-12 14:20:33 +00:00
input.cpp include SDL or lib/input.h where needed (since lib.h no longer pulls it in) 2005-01-27 15:31:06 +00:00
input.h include SDL or lib/input.h where needed (since lib.h no longer pulls it in) 2005-01-27 15:31:06 +00:00
lib.cpp types.h => lib/types.h (avoid name collision) 2005-02-26 15:15:36 +00:00
lib.h types.h => lib/types.h (avoid name collision) 2005-02-26 15:15:36 +00:00
memcpy.cpp stomped various lint warnings: 2005-01-23 17:54:20 +00:00
mmgr.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
mmgr.h types.h => lib/types.h (avoid name collision) 2005-02-26 15:15:36 +00:00
nommgr.h mmgr ported to linux 2005-02-02 17:01:33 +00:00
ogl.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
ogl.h stomped various lint warnings: 2005-01-23 17:54:20 +00:00
posix_types.h mucking about with base lib headers: 2005-03-09 12:56:02 +00:00
posix.h posix: add semaphore.h 2005-03-09 15:52:35 +00:00
precompiled.cpp Linux/GCC compat, a few newlines at end of file, minor changes 2004-06-02 15:31:55 +00:00
precompiled.h This was SVN commit r1955. 2005-02-28 15:50:35 +00:00
sdl.h removed endian.* and rolled it into (w)sdl 2004-05-31 12:21:14 +00:00
string_s.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
string_s.h This was SVN commit r1955. 2005-02-28 15:50:35 +00:00
timer.cpp stomped various lint warnings: 2005-01-23 17:48:32 +00:00
timer.h stomped various lint warnings: 2005-01-23 17:48:32 +00:00
types.h mucking about with base lib headers: 2005-03-09 12:56:02 +00:00
wstring_s.cpp implementation of secure CRT string functions 2005-02-28 15:27:04 +00:00