Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 2014-08-31 | 1 | -2/+2 |
| | | | | | The standard has been renamed since the early draft that was implemented in MPD. | ||||
* | test/test_pcm: add PcmExport unit test | Max Kellermann | 2014-08-12 | 1 | -0/+15 |
| | |||||
* | test/test_pcm_all: move CPPUNIT_TEST_SUITE_REGISTRATION() to test_pcm_main.cxx | Max Kellermann | 2014-03-15 | 1 | -12/+0 |
| | | | | | | Run each unit test only once. Using CPPUNIT_TEST_SUITE_REGISTRATION from within the header meant that each unit class was registered again for each source file that includes the header. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 1 | -56/+94 |
| | |||||
* | test/test_pcm: add unit test for pcm_mix() | Max Kellermann | 2013-02-01 | 1 | -0/+12 |
| | |||||
* | test/test_pcm: add unit tests for the PcmFormat library | Max Kellermann | 2013-02-01 | 1 | -0/+12 |
| | |||||
* | test/test_pcm: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -0/+56 |