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-09 13:13:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
26d3f69ebfbcd007d44c6e0e16f5682871b7d432
0ad
/
source
/
lib
T
History
janwas
c5bb56507e
disable (failing) test
...
This was SVN commit r2128.
2005-04-13 04:55:42 +00:00
..
res
vfs_tree: revise hash table implementation to make it reusable (not yet finished)
2005-04-09 22:25:23 +00:00
sysdep
pthread: add pthread_once and thread-local storage
2005-04-09 22:26:48 +00:00
adts.cpp
…
adts.h
adts, lib: add some minor comments
2005-04-09 22:24:08 +00:00
byte_order.cpp
…
byte_order.h
…
config.h
Made things mostly compile and run on ICC 9.0
2005-03-10 20:28:25 +00:00
debug.cpp
…
detect.cpp
detect: add posix.h so _SC_* defines are visible (enables mem detect)
2005-03-27 17:24:57 +00:00
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib.cpp
add lower-case hash (used by VFS) and revise match_wildcard to accept anything if pattern=0
2005-03-27 01:31:39 +00:00
lib.h
adts, lib: add some minor comments
2005-04-09 22:24:08 +00:00
lockless.cpp
disable (failing) test
2005-04-13 04:55:42 +00:00
lockless.h
initial lockless data structures - incomplete and not fully tested
2005-04-12 01:08:39 +00:00
memcpy.cpp
…
mmgr.cpp
detect: add posix.h so _SC_* defines are visible (enables mem detect)
2005-03-27 17:24:57 +00:00
mmgr.h
…
nommgr.h
…
ogl.cpp
…
ogl.h
…
posix_types.h
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
posix.h
add O_NO_AIO_NP - if file.cpp doesn't want AIO access, the wposix code shouldn't open another (AIO capable) handle
2005-03-18 22:15:49 +00:00
precompiled.cpp
…
precompiled.h
remove no longer necessary include guard define (it used to work around a mmgr and crtdbg conflict, but that has since been fixed)
2005-03-18 22:26:49 +00:00
sdl.h
…
string_s.cpp
…
string_s.h
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
timer.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
timer.h
…
types.h
…
wstring_s.cpp
…