Age | Commit message (Expand) | Author |
2013-07-10 | TEST: Whitespaces in test/common/ | Tobia Tesan |
2013-07-10 | TEST: removed fixed hashes in test/common/hash-str.h | Tobia Tesan |
2013-07-10 | TEST: Thorough testing for common/hash-str.h | Tobia Tesan |
2013-07-10 | TEST: reorganize test/common/util.h | Tobia Tesan |
2013-07-10 | TEST: tests for common/rendermode.h | Tobia Tesan |
2013-07-10 | TEST: test cases for common/util.cpp | Tobia Tesan |
2013-07-10 | TEST: tests for common/huffman.h | Tobia Tesan |
2013-06-20 | COMMON: Add erase method to String class | richiesams |
2013-01-26 | TESTS: Add failing test for repeated seeks in BufferedSeekableReadStream | Willem Jan Palenstijn |
2012-12-16 | TEST: Add missing include | Bastien Bouclet |
2012-12-16 | TEST: Add some tests for Common::BitStreamImpl | Bastien Bouclet |
2012-10-09 | TEST: Add two (simple) tests for MemoryWriteStream. | Johannes Schickel |
2012-03-11 | TEST: Add a test case for SafeSeekableSubReadStream::eos handling. | Johannes Schickel |
2012-03-11 | TEST: Add a test case for MemoryReadStream::eos handling. | Johannes Schickel |
2012-02-22 | TEST: Silence some signed/unsigned comparison warnings. | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-10-09 | TEST: Extend Common::Array copy-constructor test a bit. | Johannes Schickel |
2011-08-19 | TEST: Add a very tiny and simple unit test for intLog2. | Johannes Schickel |
2011-08-07 | COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x). | Christoph Mallon |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-03 | COMMON: Let Common::normalizePath normalize '..' in paths | Max Horn |
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn |
2011-05-16 | COMMON: Fix inserting an array into itself under certain conditions | Max Horn |
2011-04-12 | COMMON: Add some testcases for common/endian.h | Max Horn |
2011-02-09 | COMMON: Reduce overflow risk in Common::Rational += and -= operators | Max Horn |
2011-01-30 | COMMON: Add an erase method which takes an iterator to HashMap. | Johannes Schickel |
2010-11-23 | TEST: Add/extend MemoryReadStream(Endian) test cases | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-18 | COMMON: Make implementation of Buffered*Stream classes internal | Max Horn |
2010-11-07 | COMMON: Rename and tweak MD5 functions | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-10 | TEST: Use TS_ASSERT_EQUALS instead of TS_ASSERT + operator== | Max Horn |
2010-10-03 | SCI: Allow multiple word groups in parser | Willem Jan Palenstijn |
2010-09-12 | COMMON: Add unit tests for recently fixed Common::Rational bugs | Max Horn |
2010-09-07 | COMMON: Fix edge case for wildcard in matchString | Willem Jan Palenstijn |
2010-09-07 | TESTS: Add more Rational (in)equality tests | Willem Jan Palenstijn |
2010-08-25 | COMMON: Add test for BufferedReadStream's eos | Willem Jan Palenstijn |
2010-08-16 | Common: Fix bug in lastPathComponent. | Johannes Schickel |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-05-30 | Split test cases for internal and external storage. | Johannes Schickel |
2010-05-30 | Add a (currently) failing test for reference logic in Common::String. (Taken ... | Johannes Schickel |
2010-05-17 | Use TS_ASSERT_EQUALS in test cases | Max Horn |
2010-05-17 | Some tweaks and fixes for Common::Rational | Max Horn |
2010-05-17 | Add tests for Common::Rational from patch #2963496 (VideoDecoder Rewrite), al... | Matthew Hoops |
2010-05-05 | Typo. | Johannes Schickel |
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel |
2010-04-10 | Slightly tweak Common::StringTokenizer tests, cleanup | Max Horn |
2010-04-10 | Part of patch #2982224: "GSoC: Added unit test and unified error message disp... | Max Horn |
2010-03-22 | Add simple testcase for ScopedPtr and SharedPtr | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |