1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/scripting/erm
Arseniy Shestakov 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
Long time ago it's was used without prefix to make future switch from boost to std version easier.
I discusses this with Ivan and decide to drop these using from Global.h now.

This change wouldn't break anything because there was already code with prefix for each of three cases.
2015-12-29 05:43:33 +03:00
..
CMakeLists.txt - Updated PCH to use our StdInc.h as the prefix header (not generated one from cotire) -> no exclude headers from ffmpeg/etc... statements required 2014-02-05 20:25:36 +00:00
ERM.cbp Addition to win 64 build 2015-08-20 03:28:04 +03:00
ERM.vcxproj Migrating to MSVS 2013, which allows to delete inttypes.h file. 2014-08-31 19:08:39 +02:00
ERMInterpreter.cpp Fix ERM build 2014-11-14 07:45:44 +03:00
ERMInterpreter.h - updated ERM library to c++11 2013-06-26 14:25:23 +00:00
ERMParser.cpp [ERM] Less heavy includes in header 2015-02-08 15:15:31 +03:00
ERMParser.h [ERM] Less heavy includes in header 2015-02-08 15:15:31 +03:00
ERMScriptModule.cpp Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
ERMScriptModule.h Fix filenames in file headers 2015-12-08 09:53:14 +03:00
StdInc.cpp - Compile fix for editor - Renamed /Editor to /editor and Scripting/ERM to scripting/erm - Removed unused ipch folder and format file - Removed ancient lua folder 2013-04-13 11:07:32 +00:00
StdInc.h Fix ERM build 2014-11-14 07:45:44 +03:00