1
0
forked from 0ad/0ad
0ad/source/lib
janwas 34352b77af EntityManager.cpp: safety improvements
mmgr: consistent prefix naming
lockfree: split out lock free allocator

This was SVN commit r2260.
2005-05-09 04:41:35 +00:00
..
res fix rare corner case where filter would be reset to GL_LINEAR. thanks, Philip! 2005-05-04 22:03:00 +00:00
sysdep fix bug: was calling HeapSetInformation directly, not through function pointer 2005-05-06 20:14:40 +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 adts, lib: add some minor comments 2005-04-09 22:24:08 +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 Made things mostly compile and run on ICC 9.0 2005-03-10 20:28:25 +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 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
detect.h 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
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
lf_alloc.cpp EntityManager.cpp: safety improvements 2005-05-09 04:41:35 +00:00
lib.cpp moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization) 2005-05-03 05:05:16 +00:00
lib.h moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization) 2005-05-03 05:05:16 +00:00
lockfree.cpp EntityManager.cpp: safety improvements 2005-05-09 04:41:35 +00:00
lockfree.h EntityManager.cpp: safety improvements 2005-05-09 04:41:35 +00:00
memcpy.cpp stomped various lint warnings: 2005-01-23 17:54:20 +00:00
mmgr.cpp EntityManager.cpp: safety improvements 2005-05-09 04:41:35 +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 rename oglExtAvail to oglHaveExtension 2005-03-10 16:57:42 +00:00
ogl.h rename oglExtAvail to oglHaveExtension 2005-03-10 16:57:42 +00:00
posix_types.h philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
posix.h add O_NO_AIO_NP - if file.cpp doesn't want AIO access, the wposix code shouldn't open another (AIO capable) handle 2005-03-18 22:15:49 +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 remove no longer necessary include guard define (it used to work around a mmgr and crtdbg conflict, but that has since been fixed) 2005-03-18 22:26:49 +00:00
sdl.h removed endian.* and rolled it into (w)sdl 2004-05-31 12:21:14 +00:00
string_s.cpp improved self-test as in lockless.cpp 2005-04-26 16:49:45 +00:00
string_s.h philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
timer.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
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