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-07 18:46:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a22e73406aec4ada38c704d7df3eacc145f83feb
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
a22e73406a
Fixed Linux build
...
This was SVN commit r5314.
2007-09-02 17:18:45 +00:00
..
ia32
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
2007-08-25 16:32:00 +00:00
tests
…
unix
Fixed Linux build
2007-09-02 17:18:45 +00:00
win
whrt: made asserts a tad bit more numerically robust, for what it's worth.
2007-08-25 16:38:36 +00:00
acpi.cpp
# fix: ACPI code now safely handles concurrent memory accesses
2007-07-25 19:16:00 +00:00
acpi.h
# vista compat (fixes wsnd issue) and improvements
2007-05-26 15:34:10 +00:00
compiler.h
…
cpu.cpp
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
2007-08-25 16:32:00 +00:00
cpu.h
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
2007-08-25 16:32:00 +00:00
dir_watch.h
…
gfx.cpp
…
gfx.h
…
snd.cpp
# vista compat (fixes wsnd issue) and improvements
2007-05-26 15:34:10 +00:00
snd.h
…
stl.h
…
sysdep.cpp
…
sysdep.h
…