stella/src/cheat
Stephen Anthony cd689941b6 Move to C++14, now that all the minimum required compilers support it.
Clang 3.8, gcc 5, Visual Studio 2017 and Xcode 8 are now the minimum
supported compilers, and they all support C++14, so we may as well use it.

 - Change all make_ptr to make_unique
 - Change iterator begin(), end(), etc to const versions where appropriate
 - Remove UniquePtr, since C++14 supports it natively
2017-07-21 21:10:13 -02:30
..
BankRomCheat.cxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
BankRomCheat.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
Cheat.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
CheatCodeDialog.cxx Move to C++14, now that all the minimum required compilers support it. 2017-07-21 21:10:13 -02:30
CheatCodeDialog.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
CheatManager.cxx Updated std::map to use emplace instead of insert (optimization). 2017-06-09 14:50:11 -02:30
CheatManager.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
CheetahCheat.cxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
CheetahCheat.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
RamCheat.cxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
RamCheat.hxx Removed $Id$ stuff from codebase, since it's Subversion-specific. 2016-12-29 20:30:30 -03:30
module.mk Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00