mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
f82122d9be
- 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) |
||
---|---|---|
.. | ||
CCursorHandler.cpp | ||
CCursorHandler.h | ||
CGuiHandler.cpp | ||
CGuiHandler.h | ||
CIntObject.cpp | ||
CIntObject.h | ||
CIntObjectClasses.cpp | ||
CIntObjectClasses.h | ||
Fonts.cpp | ||
Fonts.h | ||
Geometries.cpp | ||
Geometries.h | ||
SDL_Extensions.cpp | ||
SDL_Extensions.h | ||
SDL_Pixels.h |