0ad/source/lib/sysdep/os/linux
janwas dcd192cb60 refactor path interface:
- use wrapper class instead of std::wstring (reduces mixing of
strings/paths; allows safe+easy join via operator/ and convenient
case-insensitive comparison via operator==, avoids NativePathFromString,
similar to boost::filesystem)
- NativePath -> OsPath
- add hash and To/FromJSVal for Path
- add TS_ASSERT_PATH_EQUALS
- replace _wfopen_s with sys_OpenFile
- remove obsolete SortFiles/Directories

This was SVN commit r9107.
2011-03-23 13:36:20 +00:00
..
dir_watch_fam.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
lcpu.cpp Disable implementation of os_cpu_SetThreadAffinityMask on Linux, since it's not necessary and it causes errors. 2010-08-22 11:23:50 +00:00
ldbg.cpp Remove BFD-based debugging code, to avoid the runtime dependency on binutils. 2010-10-04 17:21:55 +00:00
linux.cpp refactor path interface: 2011-03-23 13:36:20 +00:00