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-22 03:25:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc902df07cf4ffd74ff3c4b89e981fc2aae2f592
0ad
/
source
/
lib
T
History
leper
fc902df07c
Remove checks for unsupported GCC versions (<4.6).
...
This was SVN commit r16224.
2015-01-24 20:37:07 +00:00
..
adts
…
allocators
Fix TestHeaderless failure on GCC 4.9.
2014-06-11 19:50:38 +00:00
external_libraries
Disable "assignment operator could not be generated" warning globally on Windows, since it's never useful.
2015-01-22 21:09:33 +00:00
file
Remove collision in global namespace.
2014-07-09 19:16:03 +00:00
pch
Disable "assignment operator could not be generated" warning globally on Windows, since it's never useful.
2015-01-22 21:09:33 +00:00
posix
…
res
GLES doesn't have glDisable(GL_TEXTURE_2D).
2015-01-23 20:40:02 +00:00
sysdep
Remove checks for unsupported GCC versions (<4.6).
2015-01-24 20:37:07 +00:00
tests
Add basic tests for %s/%hs/%ls in sprintf_s, swprintf_s.
2015-01-22 20:39:53 +00:00
tex
Fix Valgrind complaint about delete vs delete[].
2014-06-01 18:46:14 +00:00
alignment.h
Update cassert to use C++11 static_assert.
2015-01-24 17:29:19 +00:00
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
Update cassert to use C++11 static_assert.
2015-01-24 17:29:19 +00:00
byte_order.cpp
…
byte_order.h
…
code_annotation.h
Remove checks for unsupported GCC versions (<4.6).
2015-01-24 20:37:07 +00:00
code_generation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
…
debug.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
input.cpp
…
input.h
…
lib_api.h
…
lib.cpp
…
lib.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
Improve ogl_WarnIfError() to report the file/line where the error was detected
2015-01-19 20:06:16 +00:00
ogl.h
Improve ogl_WarnIfError() to report the file/line where the error was detected
2015-01-19 20:06:16 +00:00
os_path.h
…
path.cpp
…
path.h
Add Path::string8 (which returns a UTF-8 encoded std::string).
2015-01-22 20:33:11 +00:00
pointer_typedefs.h
…
precompiled.h
…
ps_stl.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
Make Android %ls/%hs workaround work on secure_crt as well as wsecure_crt.
2015-01-24 00:22:12 +00:00
secure_crt.h
…
self_test.cpp
…
self_test.h
CLogger: Use cppformat instead of sys_vswprintf.
2015-01-22 20:30:05 +00:00
status.cpp
…
status.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
…
timer.h
…
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…