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-17 07:15:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a4e266d11ebbefe275081d53f3862ea120cc0c8
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
6f2eec3c2e
Fix warnings
...
This was SVN commit r10867.
2012-01-04 13:19:38 +00:00
..
arch
Detect and fix printf signedness errors.
Fixes
#1086
,
#1087
.
2012-01-01 16:43:10 +00:00
os
Fix warnings
2012-01-04 13:19:38 +00:00
rtl
…
tests
…
acpi.cpp
…
acpi.h
…
arch.h
…
clipboard.h
…
compiler.h
sync with work:
2011-12-27 14:12:31 +00:00
cpu.cpp
…
cpu.h
sync with work:
2011-12-27 14:12:31 +00:00
cursor.h
…
dir_watch.h
…
filesystem.h
…
gfx.cpp
more minor fixes. rename uname.machine to x64 (less confusing than amd64)
2011-12-29 09:47:42 +00:00
gfx.h
…
numa.h
…
os_cpu.cpp
…
os_cpu.h
…
os.h
…
rtl.h
…
smbios.cpp
…
smbios.h
…
snd.cpp
…
snd.h
add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards)
2011-10-13 18:53:59 +00:00
stl.h
…
sysdep.h
…
vm.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00