1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas 7a5655edde # major refactoring of system-dependent code (simplifies build system)
cpu.cpp: avoided the need for wrapper functions by calling the
OS-specific function directly (declared in central header, implemented
in the platform's cpp file)

avoid the need for init in cpu and ia32 via if(!init) Init() pattern.

optimized memcpy now requires SSE support

remove error-prone CAS macro; replace with cpu_CAS
config: no longer require inline asm for float->int conversions
lib_error: remove special-case in CHECK_ERR for windows (no longer
needed)

This was SVN commit r5365.
2007-09-23 15:36:29 +00:00
..
file # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
graphics sysdep cleanup: 2007-09-23 10:15:28 +00:00
sound # win/macosx compat, add hooks to disable OpenGL feature usage 2007-09-02 21:44:56 +00:00
h_mgr.cpp # housekeeping 2007-05-21 23:24:56 +00:00
h_mgr.h # housekeeping 2007-05-21 23:24:56 +00:00
handle.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
mem.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
mem.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
res.cpp prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init). 2007-05-28 09:20:55 +00:00
res.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00