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-23 14:25:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9cc697c2b5ce056c47fa7ff2b17d25f53315426
0ad
/
source
/
lib
T
History
janwas
329d044a9e
64-bit gcc warning fix
...
This was SVN commit r9171.
2011-04-05 19:49:04 +00:00
..
allocators
Use pool allocator to avoid apparently expensive dynamic allocations when rendering terrain.
2011-03-30 21:42:35 +00:00
external_libraries
…
file
better aio error checking / avoid unnecessary repeated calls to aio_error (investigated on the occasion of the recent Linux aio trouble)
2011-04-03 20:07:55 +00:00
pch
minor fixes from integration with working copy at work.
2011-03-24 09:05:06 +00:00
posix
…
res
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
sysdep
ICC compile fixes (VC's overload resolution is apparently quite different)
2011-04-05 17:45:47 +00:00
tests
…
tex
…
adts.h
…
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
…
byte_order.h
…
cache_adt.h
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
code_annotation.h
Fix GCC build errors ("explicit template specialization cannot have a storage class",
2011-04-05 17:07:06 +00:00
code_generation.h
…
config2.h
disable aio on linux until the glibc aio implementation and/or kernel is fixed (see
http://www.wildfiregames.com/forum/index.php?showtopic=14561&pid=217711&st=0&#entry217711
)
2011-04-03 19:07:35 +00:00
config.h
…
debug_stl.cpp
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
debug_stl.h
…
debug.cpp
…
debug.h
…
fat_time.cpp
…
fat_time.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
glext_funcs.h
windows build fix: use arb names/function pointers; +noncopyable/struct vs. class warning fix
2011-04-03 20:45:43 +00:00
input.cpp
…
input.h
…
lib_api.h
…
lib_errors.cpp
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
lib_errors.h
…
lib.cpp
…
lib.h
…
lockfree.cpp
…
lockfree.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
…
ogl.h
…
os_path.h
…
path.cpp
…
path.h
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
precompiled.h
minor fixes from integration with working copy at work.
2011-03-24 09:05:06 +00:00
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
64-bit gcc warning fix
2011-04-05 19:49:04 +00:00
timer.h
64-bit gcc warning fix
2011-04-05 19:49:04 +00:00
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…