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-06-28 21:05:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
73ecee0c60e075bf5bd02e042af388986bf08a4e
0ad
/
source
/
lib
/
sysdep
T
History
janwas
4566893042
add include guards; reflect lockfree.h rename
...
This was SVN commit r2184.
2005-04-27 16:16:52 +00:00
..
unix
renamed to udbg for consistency
2005-02-26 15:15:52 +00:00
win
add include guards; reflect lockfree.h rename
2005-04-27 16:16:52 +00:00
cpu.h
hopefully fixed bug
#57
(limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
2005-04-19 17:07:05 +00:00
debug.h
symbol->descriptive_string cache - avoids redundant debug_resolve_symbol calls.
2005-02-02 03:35:25 +00:00
dir_watch.h
…
gfx.h
hopefully fixed bug
#57
(limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
2005-04-19 17:07:05 +00:00
ia32.cpp
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
ia32.h
_control87 is now ia32_control87 and overrides _control87 via macro. after adding float.h to precompiled.h, compiler was thinking _control87 was dllexport and creating an .exp file (confusing)
2005-01-30 23:07:55 +00:00
os.h
…
snd.h
add include guards; reflect lockfree.h rename
2005-04-27 16:16:52 +00:00
sysdep.cpp
…
sysdep.h
…