scummvm/test/common
2011-10-09 03:30:32 +02:00
..
algorithm.h COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x). 2011-08-07 15:19:08 +02:00
array.h TEST: Extend Common::Array copy-constructor test a bit. 2011-10-09 03:30:32 +02: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
endian.h COMMON: Add some testcases for common/endian.h 2011-04-12 17:23:32 +02:00
fixedstack.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
func.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
hashmap.h COMMON: Add an erase method which takes an iterator to HashMap. 2011-01-30 17:28:35 +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
math.h TEST: Add a very tiny and simple unit test for intLog2. 2011-08-19 01:14:09 +02: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 JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
rational.h COMMON: Reduce overflow risk in Common::Rational += and -= operators 2011-02-09 00:12:02 +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 JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
str.h COMMON: Let Common::normalizePath normalize '..' in paths 2011-06-03 17:33:07 +02: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 JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00