scummvm/test/common
Vladimir Serbinenko 357249fb5a COMMON: Split slow and fast CRC implementation
They have almost nothing in common. And we probably want to kill slow
implementation anyway now that we have tests
2022-11-29 01:05:31 +01:00
..
algorithm.h COMMON: Fix a missing str.h include 2022-10-30 19:38:35 +01:00
array.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +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 TEST: Fix encoding test adding a '\0' 2021-08-08 13:56:00 +02:00
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 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
huffman.h
ini-file.h TESTS: Fix compiler warnings integer comparisons 2022-10-06 17:41:41 +02:00
list.h
math.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
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
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