1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/lib/filesystem
Ivan Savenko f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
- BOOST_FOREACH -> for
- replaced several boost classes with std (e.g. unordered)
- removed gcc-4.5 workarounds
- ran clang c++11 migration tool to detect some cases:
- - pointer initialized with "0" to nullptr
- - replace for with iterators with range-based for
- - use auto in some situations (type name specified twice, avoid long iterators type names)
2013-06-29 13:05:48 +00:00
..
CBinaryReader.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CBinaryReader.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CCompressedStream.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CCompressedStream.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFileInfo.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFileInfo.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFileInputStream.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFileInputStream.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFilesystemLoader.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CFilesystemLoader.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CInputStream.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CLodArchiveLoader.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CLodArchiveLoader.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMappedFileLoader.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMappedFileLoader.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMemoryStream.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMemoryStream.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CResourceLoader.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CResourceLoader.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
ISimpleResourceLoader.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00