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 18:36:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c73a3fe2c40b5d3636c32daaf5fe7f50d1c2d1a9
0ad
/
source
/
lib
/
sysdep
T
History
janwas
c73a3fe2c4
platform-specific debug header (included from sysdep/debug) is responsible for defining debug_break, or mapping it to the implementation function (result: if can be defined as a macro (e.g. on win32 or ia32), debugger breaks directly at the target location, instead of one function lower)
...
This was SVN commit r1812.
2005-01-25 17:58:15 +00:00
..
unix
platform-specific debug header (included from sysdep/debug) is responsible for defining debug_break, or mapping it to the implementation function (result: if can be defined as a macro (e.g. on win32 or ia32), debugger breaks directly at the target location, instead of one function lower)
2005-01-25 17:58:15 +00:00
win
Let Testing/Release builds be built
2005-01-23 22:42:37 +00:00
cpu.h
…
debug.h
lint fixes; no longer dynamically load dbghelp (can always distribute required version)
2005-01-23 18:07:34 +00:00
dir_watch.h
…
gfx.h
stomped various lint warnings:
2005-01-23 17:45:25 +00:00
ia32.cpp
aio: check for NULL aiocb* params; made aio_h get/set static; various small improvements
2005-01-07 01:13:48 +00:00
ia32.h
stomped various lint warnings:
2005-01-23 17:45:25 +00:00
os.h
stomped various lint warnings:
2005-01-23 17:45:25 +00:00
sysdep.cpp
Added includes for non-pch build
2005-01-24 23:08:30 +00:00
sysdep.h
stomped various lint warnings:
2005-01-23 17:48:32 +00:00