summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename...Bent Bisballe Nyeng
2019-06-16Make max channnel count controllable through the configure script to make it ...Bent Bisballe Nyeng
2019-03-06Fix crash if opening Resource with a directory instead of a file.Bent Bisballe Nyeng
2019-02-03Add metadata support to xml parser and dom model. RE-add unit-tests for versi...Bent Bisballe Nyeng
2019-02-01Fix configfile parsing of empty value lines and creation of missing configura...Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include fo...Bent Bisballe Nyeng
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Rewrite MidiMapParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for midimapparser.Bent Bisballe Nyeng
2018-08-12Rewrite ConfigParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for configparser.Bent Bisballe Nyeng
2018-08-12Remove the old instrument and drumkit parser code as well as version 1.0 kit ...Bent Bisballe Nyeng
2018-08-12Add power and version attributes to test instruments.Bent Bisballe Nyeng
2018-08-12Reactive automatic removal of drumkit created drumkit files.Bent Bisballe Nyeng
2018-08-12Convert the test kits to version 2.0Bent Bisballe Nyeng
2018-08-12Fix missing finalization of instruments on load. Fix relative instrument file...Bent Bisballe Nyeng
2018-08-12Finished DOMLoader and fixed the broken unit-tests.Bent Bisballe Nyeng
2018-08-12Port tests to DGUnit.Bent Bisballe Nyeng
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12Finish dgxmlparser and unit-test.Bent Bisballe Nyeng
2018-08-12Fix unit-test compilation.Bent Bisballe Nyeng
2018-08-12Add missing include path.Bent Bisballe Nyeng
2018-08-12Add drumkitparser test to dgxmlparser test.Bent Bisballe Nyeng
2018-08-12DGXMLParser test for instruments.Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-05Fix audiocache unit-test.Bent Bisballe Nyeng
2018-08-05Add support for partial buffers in cache and rendering engine - fixes dropout...Bent Bisballe Nyeng
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2018-07-21Add missing headerfiles to EXTRA_DIST.Bent Bisballe Nyeng
2018-06-17Sanitize strings in the xml output.Bent Bisballe Nyeng
2018-06-16Make directory handling cross-platform in unit-tests.Bent Bisballe Nyeng
2018-06-16Add missin sndfile cflags wherever needed.Bent Bisballe Nyeng
2018-06-16Rename name-clashing round function.Bent Bisballe Nyeng
2018-06-16Use empsilon comparison for doubles.Bent Bisballe Nyeng
2018-06-16Clarify samplerate types in resampler unit-test.Bent Bisballe Nyeng
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2018-06-16Experimentally port drumkitparsertest to DGUnit.Bent Bisballe Nyeng
2018-06-16Add DGUnit header only unit-test framework.Bent Bisballe Nyeng
2018-06-09Add crude drumkitparser unit-test.Bent Bisballe Nyeng
2018-06-08Fix font resource path.Bent Bisballe Nyeng
2018-06-08Fix instrumentparser test.Bent Bisballe Nyeng
2018-06-06Added unit-test for InstrumentParser.Bent Bisballe Nyeng
2018-02-18Added plugin store/restore of latency filter settings, added the missing sett...Bent Bisballe Nyeng
2017-10-14Remove use of MemChecker as we don't need it anymore (due to diskstreaming) a...Bent Bisballe Nyeng
2017-10-14Remove atomic POD tests for datatypes bigger than machine size (Thanks to Jam...Bent Bisballe Nyeng
2017-07-15Ensure that the Notifier call order is the same as the connection order.Bent Bisballe Nyeng
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