This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
2d04d78db8e114c3dab4126e44d92eb38eac0cfb
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
5a773d4ca0
Be robust to null proxy URL strings. Should
fix
#778
.
...
This was SVN commit r9299.
2011-04-22 16:05:00 +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
Be robust to null proxy URL strings. Should
fix
#778
.
2011-04-22 16:05:00 +00:00
rtl
…
tests
…
acpi.cpp
…
acpi.h
…
arch.h
…
clipboard.h
…
compiler.h
…
cpu.cpp
…
cpu.h
…
cursor.h
…
dir_watch.h
…
filesystem.h
…
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
smbios: avoid warning when no information is returned (happens on 32-bit XP)
2011-04-09 17:09:48 +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
…
sysdep.h
…