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-12 04:36:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
test
/
common
History
Willem Jan Palenstijn
46511f3c63
Add basic test for HashMap::iterator
...
svn-id: r44259
2009-09-22 12:49:32 +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
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
bufferedseekablereadstream.h
- Formatting
2009-05-19 12:39:53 +00:00
fixedstack.h
…
func.h
…
hashmap.h
Add basic test for HashMap::iterator
2009-09-22 12:49:32 +00:00
list.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
memoryreadstream.h
…
pack.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
ptr.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
queue.h
…
rect.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
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
Add Common::String::printf to format a string
2009-07-25 10:25:57 +00:00
stream.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00
subreadstream.h
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possible; also made them comply a bit more to our code formatting guideline
2009-05-19 11:22:49 +00:00