0ad/source/lib/sysdep
janwas a859562ea7 improvements and fixes:
- properly differentiate between buffer/offset alignment and length
alignment (relevant since block size has been increased to 256k)
- use VfsPath for most game paths instead of CStr
- clean up timer interface and implementation
- self-tests no longer crash
- file_cache.cpp: fix for the case where allocation fails (prevent
deleter from seeing a null pointer)
- allocators: move all shared_ptr-related stuff to its own component;
add DummySharedPtr
- codec: disable checksums (important for performance at work)
- File: made into an interface class to avoid export problems. not
entirely sure about this..
- vfs_path.h, path.h, os_path.h: proper fix for using
fs::change_extension and similar utility functions with derivatives of
basic_path
- lib_api: automatically link against import lib if building lib/ as a
DLL
- path_util: remove unused functions (this component is deprecated)
- compiler.h: add INLINE
- Xeromyces.cpp: pass PIVFS so that GetXMBPath works in self-test
(should do this mostly everywhere rather than have one singleton g_VFS)

This was SVN commit r5537.
2008-01-07 20:03:19 +00:00
..
ia32 improvements and fixes: 2008-01-07 20:03:19 +00:00
linux Partial Linux build fixes 2008-01-07 15:32:32 +00:00
osx # OS X fixes. 2007-10-11 08:00:05 +00:00
tests . 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
unix part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
win improvements and fixes: 2008-01-07 20:03:19 +00:00
acpi.cpp fix error path for acpi/mahaf failures (attempt#2) 2007-09-07 20:17:57 +00:00
acpi.h # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
arch.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
clipboard.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
compiler.h improvements and fixes: 2008-01-07 20:03:19 +00:00
cpu.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
cpu.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
cursor.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
dir_watch.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
gfx.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
gfx.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
os.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
snd.cpp # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
snd.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
stl.h Partial Linux build fixes 2008-01-07 15:32:32 +00:00
sysdep.h sysdep cleanup: 2007-09-23 10:15:28 +00:00