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-26 09:24:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5b757e536fedaf06cc27f977fa0fa0537f1ff4f0
0ad
/
source
/
lib
T
History
janwas
5b757e536f
fix: avoid reentering allocation hook if an error is raised within memory allocators
...
This was SVN commit r6196.
2008-07-04 18:02:54 +00:00
..
allocators
Partly fixed Linux build
2008-07-01 20:18:05 +00:00
external_libraries
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
file
Compile fix for newer versions of GCC (>= 4.3)
2008-06-28 18:51:06 +00:00
posix
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
res
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
sysdep
fix: avoid reentering allocation hook if an error is raised within memory allocators
2008-07-04 18:02:54 +00:00
tests
get rid of some instances of type punning (dangerous in the face of aliasing optimizations)
2008-06-28 17:51:18 +00:00
tex
size_t fixes
2008-06-28 18:50:32 +00:00
adts.h
…
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
GCC fix (*(u32*)&float_var confuses gcc)
2008-06-28 17:10:25 +00:00
bits.h
…
byte_order.cpp
…
byte_order.h
…
cache_adt.h
…
code_annotation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
debug.h
…
fat_time.cpp
…
fat_time.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib_api.h
Fixed annoying "unmatched '" warning on gcc
2008-06-28 17:18:33 +00:00
lib_errors.cpp
…
lib_errors.h
UINT_MAX -> ULONG_MAX to avoid truncating negative 64-bit values into positive 32-bit ones
2008-06-28 17:19:57 +00:00
lib.cpp
…
lib.h
…
license.txt
…
lockfree.cpp
…
lockfree.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
GL functions have stdcall convention on windows, so that needs to be included in the cast
2008-06-29 21:32:52 +00:00
ogl.h
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
os_path.h
…
path_util.cpp
…
path_util.h
…
precompiled.cpp
…
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
…
timer.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
timer.h
…
types.h
…
wsecure_crt.cpp
…