0ad/source/lib/file
janwas ffdff6888d add NUMA and shared-L2-cache detect code (required at work)
enable most of IA-32 specific code to be used in amd64 (resides in
directory lib/sysdep/x86_x64)

bits: add IsBitSet
remove mem_PageSize (use os_cpu_PageSize instead)
cpuid: change interface to allow gracefully supporting later
subfunctions that require input parameters
amd64_asm.asm: add amd64 implementation of cpuid
cpu: move functions provided by OS to sysdep/os_cpu.cpp
cpu topology: avoid trouble when process affinity is set by remapping
processor numbers to 0..PopulationCount(processAffinity)
topology.cpp: move ex-ia32 topology code here.

This was SVN commit r5945.
2008-05-12 18:15:08 +00:00
..
archive had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
common had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
disabled_tests had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
io had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
vfs add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +00:00
file.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
file.h improvements and fixes: 2008-01-07 20:03:19 +00:00
file_system.cpp part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file_system.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file_system_posix.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
file_system_posix.h fixes and improvements 2007-12-22 18:15:52 +00:00
file_system_util.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
file_system_util.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
path.cpp pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
path.h cleanup+fixes; wdbg_heap is now feature complete. 2008-02-25 21:19:52 +00:00