scummvm/test/common
Matthew Duggan c53b42311d COMMON: Fix path split+join combinations, add tests for same
This resolves multiple scenarios where a path ends up with a trailing
separator.
2022-12-31 17:57:07 +09:00
..
algorithm.h
array.h COMMON: Add a version of Common::Array::resize with a fill value 2022-12-19 14:33:07 +02:00
bitstream.h
bufferedreadstream.h
bufferedseekablereadstream.h
crc.h COMMON: Split slow and fast CRC implementation 2022-11-29 01:05:31 +01:00
encoding.h
endian.h
fixedstack.h
func.h
hash-str.h
hashmap.h
huffman.h COMMON: Move huffman.h back out of the compression directory 2022-12-11 22:33:23 +01:00
ini-file.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
list.h
math.h
md5.h
memoryreadstream.h
memoryreadstreamendian.h
memorywritestream.h
pack.h
path.h COMMON: Fix path split+join combinations, add tests for same 2022-12-31 17:57:07 +09:00
ptr.h
punycode.h
queue.h
rational.h
rect.h
rendermode.h
seekablesubreadstream.h
serializer.h
span.h
stack.h
str.h COMMON: fix String::rfind for default value of pos (max value of size_t) 2022-11-26 23:13:42 +02:00
stream.h
subreadstream.h
tokenizer.h
util.h