This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-01 00:12:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
test
/
common
History
Cameron Cawley
4002c7bdde
COMMON: Add a version of Common::Array::resize with a fill value
2022-12-19 14:33:07 +02: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
…
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
…
ptr.h
…
punycode.h
…
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
…