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-29 04:07:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4ac699d021ea4863cd8149639dd49fc6ae14ecd8
0ad
/
source
/
lib
T
History
janwas
4ac699d021
# fix: ACPI code now safely handles concurrent memory accesses
...
This was SVN commit r5273.
2007-07-25 19:16:00 +00:00
..
external_libraries
…
posix
…
res
check for invalid fade values (trying to track down AL_CHECK in vsrc_latch, called from snd_fade, which is most likely due to invalid gain)
2007-06-13 07:04:25 +00:00
sysdep
# fix: ACPI code now safely handles concurrent memory accesses
2007-07-25 19:16:00 +00:00
tests
…
adts.h
…
allocators.cpp
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
allocators.h
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
…
byte_order.h
…
cache_adt.h
…
code_annotation.h
# Linux ICC compatibility.
2007-06-01 00:34:36 +00:00
config.h
…
debug_stl.cpp
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
debug_stl.h
…
debug.cpp
fix very very insidious bug with mapping physical memory (TLB corruption). fix weirdness reported by michael (underlying cause: using cpu_ClockFrequency instead of wcpu_*; that made the timer run at freq=0)
2007-06-12 23:29:27 +00:00
debug.h
…
fnv_hash.cpp
…
fnv_hash.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib_errors.cpp
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
lib_errors.h
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
lib.cpp
…
lib.h
…
license.txt
…
lockfree.cpp
…
lockfree.h
…
mmgr.cpp
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
mmgr.h
…
module_init.cpp
fix warnings
2007-05-28 14:25:07 +00:00
module_init.h
…
nommgr.h
…
ogl.cpp
…
ogl.h
…
path_util.cpp
fix warnings
2007-05-28 14:25:07 +00:00
path_util.h
…
precompiled.cpp
…
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
# Linux ICC compatibility.
2007-06-01 00:34:36 +00:00
secure_crt.h
…
self_test.cpp
…
self_test.h
…
timer.cpp
fix very very insidious bug with mapping physical memory (TLB corruption). fix weirdness reported by michael (underlying cause: using cpu_ClockFrequency instead of wcpu_*; that made the timer run at freq=0)
2007-06-12 23:29:27 +00:00
timer.h
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
types.h
…
wsecure_crt.cpp
…