scummvm/test/common
Bastien Bouclet bb27669026 COMMON: Refill the stream buffer after making a large read
After reading directly from the parent stream, the buffer needs to be
filled with the end of the read data so seeking back in the stream into
the buffered area and reading returns data consistent with the parent
stream.

Fixes bug #11342 (PSP port only).
2020-02-07 18:33:56 +01:00
..
algorithm.h JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
array.h COMMON: Allow construction of Arrays of non-copyable members 2017-10-06 22:10:50 -05:00
bitstream.h COMMON: Rework the BitStream class to improve its performance 2019-04-13 16:24:25 +03:00
bufferedreadstream.h
bufferedseekablereadstream.h COMMON: Refill the stream buffer after making a large read 2020-02-07 18:33:56 +01:00
endian.h
fixedstack.h
func.h
hash-str.h
hashmap.h
huffman.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
list.h
math.h TESTS: Reduce error for double precision math test 2019-04-12 01:37:59 +01:00
md5.h
memoryreadstream.h
memoryreadstreamendian.h
memorywritestream.h
pack.h
ptr.h TESTS: Remove unnecessary heap allocation 2017-11-18 16:52:15 -06:00
queue.h
rational.h COMMON: Add convenience method to Common::Rational for 1:1 ratios 2016-02-18 13:18:02 -06:00
rect.h
rendermode.h
seekablesubreadstream.h
serializer.h
span.h COMMON: Make SpanOwner copy assignment make a copy of the owned Span 2017-06-08 10:45:55 -05:00
stack.h
str.h COMMON: add tests for Common::String 2019-04-06 15:02:58 +03:00
stream.h
subreadstream.h
tokenizer.h
util.h COMMON: add test for Common::isPunct 2019-04-06 15:02:58 +03:00