aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove DSF and DSDIFF from master to a feature branchScott Wheeler2019-09-121-4/+0
* Tests need C++11Scott Wheeler2019-09-051-0/+2
* Add DSF and DSDIFF file types management (#878)Jonas Kvinge2018-10-261-0/+4
* Ogg Speex: AudioProperties improvementsTsuda Kageyu2015-06-181-0/+1
* Fix File::rfind() for small files to work just like ByteVector::rfind().Tsuda Kageyu2015-05-191-0/+1
* Added a missing fieldListmap() method to RIFF::Info::TagTsuda Kageyu2013-09-171-0/+1
* Add support for Ogg OpusLukáš Lalinský2012-10-131-0/+3
* Fix missing CppUnit include directiveJulien Ramseier2012-10-071-0/+2
* Check PropertyMap keys format-specifically instead of globally.Michael Helmling2012-07-301-0/+1
* Merge remote-tracking branch 'kensington/master'Lukáš Lalinský2012-07-141-7/+3
|\
| * Add custom 'check' target that depends on the test_runner target for backward...Michael Palimaka2012-05-171-0/+2
| * Use ctest instead of custom target.Michael Palimaka2012-05-161-7/+1
* | Refactoring of the Musepack SV8 properties codeLukáš Lalinský2012-07-111-0/+2
|/
* Merge branch 'master' of https://github.com/taglib/taglibMathias Panzenböck2011-06-241-11/+4
|\
| * Remove the options to disable MP4/ASF supportLukáš Lalinský2011-06-241-11/+4
* | IT: unit testsMathias Panzenböck2011-06-241-0/+1
* | S3M: unit tests and bug fixes (NUL char. is not optional in S3M strings)Mathias Panzenböck2011-06-231-0/+1
* | fixed mod property names and added unit test for xmMathias Panzenböck2011-06-181-0/+1
* | added unit test for one flavour of .mod filesMathias Panzenböck2011-06-171-1/+5
|/
* Add a ByteVector-backed stream classLukáš Lalinský2011-04-121-0/+1
* Full read/write support for FLAC picturesLukáš Lalinský2011-01-081-1/+0
* Work-in-progress support for writing FLAC pictureLukáš Lalinský2010-11-281-0/+3
* Fix reading of WavPack streams without a length information in the headerLukáš Lalinský2010-11-271-0/+2
* Missing fileLukáš Lalinský2010-07-111-1/+1
* I think you forgot a file :)David Faure2010-07-111-1/+1
* Added reading of WAV audio lengthLukáš Lalinský2010-07-111-0/+2
* Implemented a specialized version of APE::Tag::isEmpty()Lukáš Lalinský2010-07-101-0/+1
* Support for reading/writing tags from Monkey's Audio filesLukáš Lalinský2010-07-031-0/+2
* Always read tags from the first Vorbis Comment block in FLAC filesLukáš Lalinský2009-11-021-0/+1
* Support for MP4 cover artLukáš Lalinský2009-10-241-1/+5
* Don't wrote the Vorbis framing bit to OggFLAC filesLukáš Lalinský2009-10-241-0/+3
* Split Ogg packets larger than 64kb into multiple pagesLukáš Lalinský2009-09-031-0/+2
* Handle RIFF chunk padding and ignore trailing garbageLukáš Lalinský2009-07-281-0/+4
* Fix off-by-one error in ByteVectorList::splitLukáš Lalinský2009-07-111-0/+1
* Try to read track also from TRACKNUM and year from YEAR.Lukáš Lalinský2009-07-111-0/+2
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, sinc...Alexander Neundorf2008-12-021-2/+3
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-121-0/+8
* Fix TTA audio properties reading.Lukáš Lalinský2007-11-231-0/+2
* Use correct frame sizes when calculating length of MPEG 2 or 2.5 streams.Lukáš Lalinský2007-11-221-0/+1
* Revert r735160 and r735161, and set BUILD_TESTS to OFF if CppUnit is not found. Lukáš Lalinský2007-11-221-9/+6
* This also breaks compilation of kdesupport. CppUnit won't be found since I c...Michael Pyne2007-11-111-6/+9
* Add a CppUnit-based test suite (only very few things is covered for now, but ...Lukáš Lalinský2007-11-101-9/+25
* Change the taglib build system to use relative include paths.Brad Hards2006-10-081-1/+3
* Add tests directory into buildLaurent Montel2006-10-041-21/+3
* Fix itLaurent Montel2006-09-201-1/+1
* Add cmake supportLaurent Montel2006-09-201-0/+32