scummvm/test/common
2010-11-23 22:27:00 +00:00
..
algorithm.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
array.h SCI: Allow multiple word groups in parser 2010-10-03 10:49:42 +00:00
bufferedreadstream.h COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
bufferedseekablereadstream.h COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
fixedstack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
func.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
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
md5.h COMMON: Rename and tweak MD5 functions 2010-11-07 17:16:59 +00:00
memoryreadstream.h TEST: Add/extend MemoryReadStream(Endian) test cases 2010-11-23 22:27:00 +00:00
memoryreadstreamendian.h TEST: Add/extend MemoryReadStream(Endian) test cases 2010-11-23 22:27:00 +00:00
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 Add simple testcase for ScopedPtr and SharedPtr 2010-03-22 20:26:57 +00:00
queue.h COMMON: Made sure Common::List and Common::array each have all front/back/push_back/push_front, as have their STL counterparts 2009-04-27 14:23:20 +00:00
rational.h COMMON: Add unit tests for recently fixed Common::Rational bugs 2010-09-12 07:24:57 +00:00
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 COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +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 Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
str.h COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
stream.h COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
subreadstream.h COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
tokenizer.h Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00