aboutsummaryrefslogtreecommitdiff
path: root/test/common
AgeCommit message (Expand)Author
2019-03-03COMMON: Allow '\#' to match '#' in matchStringsluicebox
2017-11-20TESTS: Remove zero-length string and associated -Wformat massageColin Snover
2017-11-18TESTS: Remove unnecessary heap allocationColin Snover
2017-11-18COMMON: Add limited support for custom deleters to ScopedPtrColin Snover
2017-11-10COMMON: Add basic fixed-width word wrap to Common::StringColin Snover
2017-10-06COMMON: Allow construction of Arrays of non-copyable membersColin Snover
2017-09-30COMMON: Add standard data method to Common::ArrayColin Snover
2017-09-30COMMON: Add standard count & count+copy array constructorsColin Snover
2017-08-24COMMON: Add BitStream classes for memory buffersWillem Jan Palenstijn
2017-06-08COMMON: Make SpanOwner copy assignment make a copy of the owned SpanColin Snover
2017-03-30COMMON: Reduce maximum Span size to 4GiBColin Snover
2017-02-08COMMON: Fix calling Span::getStringAt with non-zero indexColin Snover
2017-01-14TESTS: Fix building Common::Span test on big endian systemsBastien Bouclet
2017-01-08COMMON: Simplify Span codeColin Snover
2017-01-08COMMON: Add more lcov-guided Span testsColin Snover
2017-01-08COMMON: Improve test coverage for Span and fix bugs from testingColin Snover
2017-01-08COMMON: Add Span to common libraryColin Snover
2017-01-05TESTS: Fix warningsWillem Jan Palenstijn
2017-01-05COMMON: Add strnlen for safer C string length readsColin Snover
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-09-05TESTS: Fix warningEugene Sandulenko
2016-06-04TESTS: Fix SortedArray testEugene Sandulenko
2016-05-23TESTS: Implement SortedArray testEugene Sandulenko
2016-05-16COMMON: Add replace functions to Common and String.Borja Lorente Escobar
2016-02-18COMMON: Add convenience method to Common::Rational for 1:1 ratiosColin Snover
2016-02-18COMMON: Add methods for inserting and erasing with iteratorsColin Snover
2016-01-26COMMON: Allow '#' to only match digits in matchString.Johannes Schickel
2015-11-10COMMON: More sort unit testsBertrand Augereau
2015-01-04TEST: Fix another typo in uint64 endian tests.Johannes Schickel
2015-01-04TEST: Fix uint64 endian related test code.Johannes Schickel
2015-01-04TEST: Fix C++11 compat warnings.Johannes Schickel
2014-12-21TEST: Create test cases for reading uint64 from a streamAdrian Astley
2014-12-19TEST: Add unit tests for uint64 readingAdrian Astley
2014-08-07TEST: Remove odd test in rendermode tests.Johannes Schickel
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2013-07-10TEST: Whitespaces in test/common/Tobia Tesan
2013-07-10TEST: removed fixed hashes in test/common/hash-str.hTobia Tesan
2013-07-10TEST: Thorough testing for common/hash-str.hTobia Tesan
2013-07-10TEST: reorganize test/common/util.hTobia Tesan
2013-07-10TEST: tests for common/rendermode.hTobia Tesan
2013-07-10TEST: test cases for common/util.cppTobia Tesan
2013-07-10TEST: tests for common/huffman.hTobia Tesan
2013-06-20COMMON: Add erase method to String classrichiesams
2013-01-26TESTS: Add failing test for repeated seeks in BufferedSeekableReadStreamWillem Jan Palenstijn
2012-12-16TEST: Add missing includeBastien Bouclet
2012-12-16TEST: Add some tests for Common::BitStreamImplBastien Bouclet
2012-10-09TEST: Add two (simple) tests for MemoryWriteStream.Johannes Schickel
2012-03-11TEST: Add a test case for SafeSeekableSubReadStream::eos handling.Johannes Schickel
2012-03-11TEST: Add a test case for MemoryReadStream::eos handling.Johannes Schickel
2012-02-22TEST: Silence some signed/unsigned comparison warnings.Johannes Schickel