summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-06Get rid of platform dependent usleep/SleepEx.Bent Bisballe Nyeng
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-04-23Fix dist target.Bent Bisballe Nyeng
2017-04-20Fix unittest broken by last commit.Bent Bisballe Nyeng
2017-04-15Fix audio cache test - missing updateChunkSize call before processing.Bent Bisballe Nyeng
2017-04-01Update underrun counter directly in AudioCache.Bent Bisballe Nyeng
2017-03-23Use cache limit for preloading. Add re-load support through reload counter. R...Bent Bisballe Nyeng
2017-03-07Test diskstreaming CLIGoran Mekić
2017-02-12Fix painter test.Bent Bisballe Nyeng
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2017-02-05Compile plugingui as a library.Bent Bisballe Nyeng
2017-01-18Add --with-lv2dir to configure and make sure we install the plugin at that lo...Bent Bisballe Nyeng
2017-01-17Make DrumkitCreator clean up the created files in the destructor.André Nusser
2017-01-16Add back test/kit as it is still used by Jenkins tests.André Nusser
2017-01-15Make all the tests use the drumkit_creator functions.André Nusser
2017-01-15Add new drumkit_creator functions.André Nusser
2016-12-16Increase threshold in semaphore test for timedwait in order to have it succee...Bent Bisballe Nyeng
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-12-10Check for -ffloat-store before using it in dgreftest.Bent Bisballe Nyeng
2016-12-08Revert: 'Be verbose about the sem_wait timeout.'Bent Bisballe Nyeng
2016-12-08Be verbose about the sem_wait timeout.Bent Bisballe Nyeng
2016-12-07Fix clang test compilation.Bent Bisballe Nyeng
2016-12-05Remove obsolete -ldl usage.Bent Bisballe Nyeng
2016-11-01Switch from cppunit.m4 to pkgconfig (patch from Jin^Eld)Bent Bisballe Nyeng
2016-11-01Fix licence headers.Bent Bisballe Nyeng
2016-09-06Fix another crash in the font renderer.Bent Bisballe Nyeng
2016-09-06Fix crash when trying to display non ascii characters.Bent Bisballe Nyeng
2016-09-05Enabled painter unit test.Bent Bisballe Nyeng
2016-09-05Added painter unit test and fixed image and text rendering boundaries.Bent Bisballe Nyeng
2016-07-26Rename engine test.Bent Bisballe Nyeng
2016-07-25Only compile/run lv2 tests if configured to use LV2.Bent Bisballe Nyeng
2016-07-24Fix semaphore test linking.Bent Bisballe Nyeng
2016-07-24Added semaphore unit test.Bent Bisballe Nyeng
2016-07-14Move free-wheel control into the main run method.Bent Bisballe Nyeng
2016-07-13Make oe a pointer.Bent Bisballe Nyeng
2016-07-13Simplify free wheel loop control a bit.Bent Bisballe Nyeng
2016-07-13Consider freewheeling of engines in drumgizmo and dgreftest.André Nusser
2016-07-13Introduce input engine isFreewheeling method.André Nusser
2016-07-13Introduce output engine isFreewheeling method.André Nusser
2016-07-13Remove the run(int endpos) method from drumgizmo.André Nusser
2016-06-02Fix test compilation on 64 bit.Bent Bisballe Nyeng
2016-06-02New ImageCache class for reusing Image resources.Bent Bisballe Nyeng
2016-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
2016-05-22We don't support nullptr engines.Bent Bisballe Nyeng
2016-05-22Fix memchecker unit test compilation.Bent Bisballe Nyeng
2016-05-16Try to keep floating point values the same on all platforms.Bent Bisballe Nyeng
2016-05-14Make all components use the same Random instance and add seed method on DrumG...Bent Bisballe Nyeng
2016-05-08Fix random build to not invlude the 'random' binary in the #include <random> ...Bent Bisballe Nyeng