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-01-21 09:26:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
test
/
common
History
Johannes Schickel
0f8926982a
Extend self asignment test a bit more (both using internal and allocated storage).
...
svn-id: r41083
2009-05-31 22:19:38 +00:00
..
array.h
Fixed a bug in Common::Array (including a unit test for it), and changed the way the internal storage growth over time.
2009-05-26 11:28:38 +00:00
bufferedreadstream.h
…
bufferedseekablereadstream.h
- Formatting
2009-05-19 12:39:53 +00:00
fixedstack.h
…
func.h
…
hashmap.h
…
list.h
…
memoryreadstream.h
…
pack.h
…
ptr.h
…
queue.h
…
rect.h
…
seekablesubreadstream.h
- Formatting
2009-05-19 12:39:53 +00:00
serializer.h
Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms to it (we migh want to add corresponding matchUint32LE etc. functions if needed)
2009-05-26 11:31:45 +00:00
stack.h
…
str.h
Extend self asignment test a bit more (both using internal and allocated storage).
2009-05-31 22:19:38 +00:00
stream.h
…
subreadstream.h
…