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-13 20:55:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
91ad17c685dc34f2bfa687dff5d3e348183a3339
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
b35d3a5e3d
__cpuidex was added in VC2008 SP1, so don't use it if pre-SP1
...
This was SVN commit r9284.
2011-04-19 23:23:16 +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 probable OS X build error
2011-04-07 17:18:32 +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
warning fixes: mostly size_t vs. specialized API type and other type conversion.
2010-09-05 09:38:30 +00:00
clipboard.h
…
compiler.h
minor fixes from work; also add sys_WideFromArgv
2011-01-04 19:53:38 +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
refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary
2011-03-23 14:43:35 +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
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
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