1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-04 10:58:27 +00:00
openmw/components/files
eroen 886bc7e2f6 libc++ fixes: don't rely on tr1
libc++ doesn't ship tr1, but ships unordered_map as it is part of c++11.

Since this is the only tr1 header used in openmw, add a check for c++11
unordered_map and fallback to tr1 unordered_map if it's not found.
2013-05-26 12:44:30 +02:00
..
collections.cpp
collections.hpp
configurationmanager.cpp
configurationmanager.hpp
constrainedfiledatastream.cpp
constrainedfiledatastream.hpp
filelibrary.cpp
filelibrary.hpp
fileops.cpp
fileops.hpp
fixedpath.hpp
linuxpath.cpp Removing all traces of "Open Morrowind". 2013-02-28 19:36:10 +01:00
linuxpath.hpp
lowlevelfile.cpp increased performance of ConstrainedDataStream 2013-01-04 13:40:00 -08:00
lowlevelfile.hpp post merge fix 2013-01-04 23:12:56 +01:00
macospath.cpp
macospath.hpp
multidircollection.cpp improved error handling 2012-12-26 17:15:53 +01:00
multidircollection.hpp
ogreplugin.cpp
ogreplugin.hpp
windowspath.cpp
windowspath.hpp