1
0
forked from 0ad/0ad
0ad/source/i18n
Ykkrosh 5228800b73 # Fixed Linux build
Use noncopyable instead of boost::noncopyable. (But maybe this should be
changed to the NONCOPYABLE macro instead?)
Use boost::filesystem::wpath::file_string instead of
external_file_string, since the latter varies between std::string on
Linux and std::wstring on Windows.
Use wcstombs instead of wcstombs_s.
Use rtl_AllocateAligned instead of _mm_malloc.

This was SVN commit r6574.
2009-01-02 21:19:41 +00:00
..
tests2 remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
BufferVariable.cpp # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
BufferVariable.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CLocale.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
CLocale.h Use GCC's std::tr1::unordered_* classes instead of the now-deprecated __gnu_cxx::hash_* when possible 2008-07-19 00:20:54 +00:00
Common.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
DataTypes.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Interface.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
Interface.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ScriptInterface.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
ScriptInterface.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
StrImmutable.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
StringBuffer.cpp more dehydra. disabled lockfree module (not in use). 2008-07-17 17:00:00 +00:00
StringBuffer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TranslatedString.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
TranslatedString.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TSComponent.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
TSComponent.h # Fixed Linux build 2009-01-02 21:19:41 +00:00