This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-12 14:16:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
188c020ae05b4287c6d539df4916f2962903bf83
0ad
/
source
/
lib
/
sysdep
T
History
janwas
9bdb54bc76
fix failure to preallocate disk space on Windows by always rounding up the file size regardless of the io::Parameters
...
This was SVN commit r9358.
2011-04-30 09:13:10 +00:00
..
arch
__cpuidex was added in VC2008 SP1, so don't use it if pre-SP1
2011-04-19 23:23:16 +00:00
os
fix failure to preallocate disk space on Windows by always rounding up the file size regardless of the io::Parameters
2011-04-30 09:13:10 +00:00
rtl
…
tests
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
acpi.cpp
(requires update-workspaces)
2011-04-03 15:38:48 +00:00
acpi.h
…
arch.h
…
clipboard.h
…
compiler.h
major refactor of file/io and alignment code. requires update-workspaces
2011-04-29 19:10:34 +00:00
cpu.cpp
WIP timer thread safety:
2010-11-01 09:54:03 +00:00
cpu.h
minor fixes from work; also add sys_WideFromArgv
2011-01-04 19:53:38 +00:00
cursor.h
…
dir_watch.h
refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary
2011-03-23 14:43:35 +00:00
filesystem.h
major refactor of file/io and alignment code. requires update-workspaces
2011-04-29 19:10:34 +00:00
gfx.cpp
…
gfx.h
…
numa.h
…
os_cpu.cpp
smbios: more convenient interface that avoids having to check if the structures pointer is null (can still detect failure by checking whether all/guaranteed member pointers are zero)
2011-04-07 19:35:45 +00:00
os_cpu.h
make use of SMBIOS information to detect CPU frequency and memory size
2011-04-07 17:06:00 +00:00
os.h
…
rtl.h
…
smbios.cpp
Fix some build errors and warnings
2011-04-29 20:38:13 +00:00
smbios.h
smbios: avoid displaying unknown maxError value; add enumerators for BIOS characteristics and extended characteristics
2011-04-08 07:10:31 +00:00
snd.cpp
…
snd.h
…
stl.h
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
sysdep.h
Build fixes and whatnot
2011-03-23 21:15:22 +00:00