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 01:47:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a8499e89eb6bd338f7d9cc062d8936cb4466cb1d
0ad
/
source
/
lib
T
History
leper
4c1903500b
Switch to std::shared_ptr and std::weak_ptr.
...
This was SVN commit r16227.
2015-01-25 03:10:58 +00:00
..
adts
…
allocators
Remove partial emulation of some C++11 features for older compilers.
2015-01-24 20:37:18 +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 partial emulation of some C++11 features for older compilers.
2015-01-24 20:37:18 +00:00
pch
Switch to std::shared_ptr and std::weak_ptr.
2015-01-25 03:10:58 +00:00
posix
…
res
GLES doesn't have glDisable(GL_TEXTURE_2D).
2015-01-23 20:40:02 +00:00
sysdep
Remove partial emulation of some C++11 features for older compilers.
2015-01-24 20:37:18 +00:00
tests
Add basic tests for %s/%hs/%ls in sprintf_s, swprintf_s.
2015-01-22 20:39:53 +00:00
tex
Switch to std::shared_ptr and std::weak_ptr.
2015-01-25 03:10:58 +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 partial emulation of some C++11 features for older compilers.
2015-01-24 20:37:18 +00:00
code_generation.h
…
config2.h
…
config.h
…
debug_stl.cpp
Remove some checks for usupported VS versions (<2013).
2015-01-24 20:37:16 +00:00
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
…
ogl.h
…
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
Switch to std::shared_ptr and std::weak_ptr.
2015-01-25 03:10:58 +00:00
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
Remove some checks for usupported VS versions (<2013).
2015-01-24 20:37:16 +00:00
self_test.cpp
…
self_test.h
…
status.cpp
…
status.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
…
timer.h
…
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…