stella/src
stephena a7f4b76b3b Modified Stack class to use std::array instead of a raw array pointer.
This allows to remove assert statements (and instead use exceptions),
as well as fix a bug issued by Coverity.

Fix final bug reported by Coverity in ComboDialog class, where array
contents weren't being initialized.  This isn't really a bug at all,
since the lambda takes care of initialization, but Coverity doesn't
support lambdas yet.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3238 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2015-12-11 15:24:29 +00:00
..
cheat More clang warning cleanups. 2015-09-15 15:50:25 +00:00
common Modified Stack class to use std::array instead of a raw array pointer. 2015-12-11 15:24:29 +00:00
debugger More Coverity fixes. 2015-12-09 17:08:52 +00:00
emucore Fixed more Coverity-reported errors. We're now down to a 0.02 defect 2015-12-10 16:34:24 +00:00
gui Modified Stack class to use std::array instead of a raw array pointer. 2015-12-11 15:24:29 +00:00
libpng Fixed PNG library compile error on OSX (and possibly Windows). 2015-08-11 14:33:55 +00:00
macosx Updated various files for next point release. 2015-10-28 19:52:12 +00:00
tools Some cleanup of redundant spacing. Now that I'm free for basically the next month, 2015-12-04 19:08:14 +00:00
unix Some bugs indicated by running Stella through Coverity. Note that many 2015-12-05 01:30:17 +00:00
windows Updated various files for next point release. 2015-10-28 19:52:12 +00:00
yacc More clang warning cleanups. 2015-09-15 15:50:25 +00:00
zlib Now that we're using C++11 and cstdint is standard, we no longer need to 2014-11-17 20:57:15 +00:00