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 COMMON: Fix a missing str.h include 2022-10-30 19:38:35 +01:00
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 COMMON: Fix reading and writing doubles from streams with older ARM toolchains 2022-07-02 12:49:22 +02:00
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 COMMON: Forbid use of unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
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 COMMON: Fix WeakPtr preventing object deletion 2022-04-25 18:20:19 -07:00
punycode.h DEVTOOLS: COMPANION: Added test for higher Unicode characters 2021-10-31 23:00:35 +02:00
queue.h
rational.h
rect.h
rendermode.h
seekablesubreadstream.h
serializer.h
span.h TESTS: plug memory leaks in span tests 2022-10-06 16:12:27 +02:00
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