stella/src/common
stephena 7b9169c18d Convert all arrays in the codebase to vectors, so that we get all
the advantages of C++11 (move semantics, list initialization, etc).
I'd hoped to somehow wrap a vector behind Common::Array and not have
to change the codebase to this extent, but it didn't work out.  And
I've since read that it's bad form to extend from std::vector anyway.
This is *THE LAST* bit of work I'm doing with arrays; everything is
now a proper vector.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3055 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2014-11-08 21:27:36 +00:00
..
tv_filters Renamed all Blargg-related files as .hxx and .cxx, since I'm tired 2014-11-07 00:41:42 +00:00
Base.cxx OK, it looks like I'm back to Stella development, after a several month 2014-01-12 17:23:42 +00:00
Base.hxx OK, it looks like I'm back to Stella development, after a several month 2014-01-12 17:23:42 +00:00
EventHandlerSDL2.cxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
EventHandlerSDL2.hxx More const cleanups. 2014-10-21 23:02:20 +00:00
FBSurfaceSDL2.cxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
FBSurfaceSDL2.hxx The ROM launcher now uses a separate FBSurface for snapshots, so that 2014-08-28 14:21:44 +00:00
FSNodeFactory.hxx OK, it looks like I'm back to Stella development, after a several month 2014-01-12 17:23:42 +00:00
FSNodeZIP.cxx Removed home-grown sharedptr class for the real thing. 2014-11-05 15:56:27 +00:00
FSNodeZIP.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
FrameBufferSDL2.cxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
FrameBufferSDL2.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
MouseControl.cxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
MouseControl.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
PNGLibrary.cxx You know what's better than adding move semantics and initializer 2014-11-07 23:28:40 +00:00
PNGLibrary.hxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
SoundNull.hxx A few more const and method cleanups. 2014-10-22 14:54:25 +00:00
SoundSDL2.cxx The long march to converting Stella to C++11 has finally started. Already, 2014-11-02 23:40:20 +00:00
SoundSDL2.hxx A few more const and method cleanups. 2014-10-22 14:54:25 +00:00
Stack.hxx OK, it looks like I'm back to Stella development, after a several month 2014-01-12 17:23:42 +00:00
StellaKeys.hxx A few more const and method cleanups. 2014-10-22 14:54:25 +00:00
StringParser.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
Variant.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
Vec.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
Version.hxx Bumped version # for next cycle. 2014-11-02 16:43:43 +00:00
ZipHandler.cxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
ZipHandler.hxx Minor cleanup of d'tor in various classes, removing d'tors with no 2014-09-29 20:39:28 +00:00
bspf.hxx Convert all arrays in the codebase to vectors, so that we get all 2014-11-08 21:27:36 +00:00
main.cxx Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
module.mk Some NULL/nullptr and formatting cleanups in src/common. 2014-11-07 00:31:46 +00:00
stella-16x16.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-22x22.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-24x24.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-32x32.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-48x48.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-64x64.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-128x128.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella.png Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
stella.xpm Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00