1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
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
..
unix renamed to udbg for consistency 2005-02-26 15:15:52 +00:00
win lockfree: very rough beginnings of lockfree allocator 2005-05-12 17:18:32 +00:00
cpu.h moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization) 2005-05-03 05:05:16 +00:00
debug.h symbol->descriptive_string cache - avoids redundant debug_resolve_symbol calls. 2005-02-02 03:35:25 +00:00
dir_watch.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
gfx.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
ia32.cpp moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization) 2005-05-03 05:05:16 +00:00
ia32.h _control87 is now ia32_control87 and overrides _control87 via macro. after adding float.h to precompiled.h, compiler was thinking _control87 was dllexport and creating an .exp file (confusing) 2005-01-30 23:07:55 +00:00
os.h stomped various lint warnings: 2005-01-23 17:45:25 +00:00
snd.h add include guards; reflect lockfree.h rename 2005-04-27 16:16:52 +00:00
sysdep.cpp - moved assert2 to sysdep/debug.h 2005-01-25 18:27:00 +00:00
sysdep.h Jason's animation events. Also reworked entity-types system. 2005-05-01 19:09:13 +00:00