aboutsummaryrefslogtreecommitdiff
path: root/test/common
AgeCommit message (Expand)Author
2019-08-24TESTBED: Move encoding conversion tests to testbedJaromir Wysoglad
2019-08-24TEST: Remove tests for ascii transliterationJaromir Wysoglad
2019-08-24TEST: Add tests for Common::EncodingJaromir Wysoglad
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2019-04-13COMMON: Rework the BitStream class to improve its performanceBastien Bouclet
2019-04-12TESTS: Reduce error for double precision math testThierry Crozat
2019-04-11TESTS: Use relative difference for math testsDavid Fioramonti
2019-04-11TESTS: further reduce precision for math testsDavid Fioramonti
2019-04-11TESTS: reduce precision for math testsDavid Fioramonti
2019-04-11TESTS: Use Less than or equal to for math testsDavid Fioramonti
2019-04-06TESTS: Use M_PI for Common math testsDavid Fioramonti
2019-04-06COMMON: add tests for Common::StringJaromir Wysoglad
2019-04-06COMMON: add test for Common::isPunctJaromir Wysoglad
2019-04-06COMMON: add 2 tests for common/math.hJaromir Wysoglad
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