0ad/source/lib/sysdep/os/linux
Ykkrosh 49e2ecea63 Automatically convert all CLogger format strings from wchar_t* to char*.
Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs sed
-i 's/LOG\(MESSAGE\|MESSAGERENDER\|WARNING\|ERROR\)(L/LOG\1(/g'

This was SVN commit r16183.
2015-01-22 20:31:30 +00:00
..
dir_watch_inotify.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
lcpu.cpp fix always picking the same processor core on some systems. Based on code hits by Philip 2013-12-26 10:05:44 +00:00
ldbg.cpp Slightly more Android compatibility 2012-01-28 16:38:21 +00:00
linux.cpp Query /proc for the executable path on Linux. Patch by starslayer. Refs #2086. 2014-11-20 22:19:21 +00:00