This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a19
0ad
/
source
/
collada
T
History
historic_bruno
2092ed4396
Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang,
fixes
#3068
.
...
This was SVN commit r16708.
2015-06-02 03:20:04 +00:00
..
tests
…
CommonConvert.cpp
…
CommonConvert.h
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
Decompose.cpp
Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang,
fixes
#3068
.
2015-06-02 03:20:04 +00:00
Decompose.h
…
DLL.cpp
…
DLL.h
Remove checks for unsupported GCC versions (<4.6).
2015-01-24 20:37:07 +00:00
GeomReindex.cpp
…
GeomReindex.h
…
Maths.cpp
…
Maths.h
…
PMDConvert.cpp
…
PMDConvert.h
…
precompiled.cpp
…
precompiled.h
…
PSAConvert.cpp
…
PSAConvert.h
…
StdSkeletons.cpp
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
StdSkeletons.h
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
XMLFix.cpp
…
XMLFix.h
…