scummvm/test/common
Le Philousophe 64e478ff4f TEST: Fix base64 test on big-endian
The structure is loaded bytewise from Base64 data and should be compared
in a little endian fashion as the Base64 test pattern was generated on a LE machine.

Closes bug:15738.
2025-02-24 20:31:59 +01:00
..
compression TESTS: Move huffman.h into new compression/ subfolder 2024-07-15 02:56:12 +02:00
formats
algorithm.h
array.h TEST: Add Array emplace and move semantic push_back tests 2024-08-05 09:57:40 +03:00
base64.h TEST: Fix base64 test on big-endian 2025-02-24 20:31:59 +01:00
bitstream.h
bufferedreadstream.h
bufferedseekablereadstream.h
crc.h
encoding.h TEST: Fix deprecation warning 2025-02-16 16:58:44 +01:00
endian.h
fixedstack.h
func.h
hash-str.h
hashmap.h
ini-file.h
intrinsics.h COMMON: Rename common/math.h to common/intrinsics.h 2024-07-27 14:00:48 +03:00
list.h COMMON: Return an iterator for List::insert 2024-07-30 13:29:18 +03:00
md5.h
memory.h
memoryreadstream.h
memoryreadstreamendian.h
memorywritestream.h
pack.h
path.h
ptr.h
punycode.h
queue.h
rational.h
rect.h
rendermode.h TEST: fix rendermodes test 2024-08-06 08:47:25 +03:00
seekablesubreadstream.h
serializer.h
span.h JANITORIAL: Use default for span ctors 2025-01-03 09:30:16 +02:00
stack.h
str-helper.h
str.h
stream.h
subreadstream.h
tokenizer.h
util.h