scummvm/test/common
2009-03-05 20:37:53 +00:00
..
array.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
bufferedreadstream.h Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
bufferedseekablereadstream.h Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
fixedstack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
func.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
hashmap.h test re-adding elements to emptied hashmap 2009-01-11 15:24:11 +00:00
list.h Implemented transparent List::iterator to List::const_iterator conversion and updated our tests accordingly. 2008-04-02 02:15:00 +00:00
memoryreadstream.h Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
pack.h Fixed some warnings. 2008-02-19 00:10:05 +00:00
ptr.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
queue.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
seekablesubreadstream.h Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
stack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
str.h additional Common::String tests 2008-09-05 20:53:30 +00:00
stream.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
subreadstream.h Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00