summaryrefslogtreecommitdiff
path: root/test/Makefile.am
AgeCommit message (Expand)Author
2020-04-10Changes after discussion about review on IRC.configfile_refactorAndré Nusser
2020-02-23Fix style, minor code fixes, and add review comments.Bent Bisballe Nyeng
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, instea...Bent Bisballe Nyeng
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename...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-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-12Port tests to DGUnit.Bent Bisballe Nyeng
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12Add missing include path.Bent Bisballe Nyeng
2018-08-12DGXMLParser test for instruments.Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-07-21Add missing headerfiles to EXTRA_DIST.Bent Bisballe Nyeng
2018-06-16Add missin sndfile cflags wherever needed.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-09Add crude drumkitparser unit-test.Bent Bisballe Nyeng
2018-06-06Added unit-test for InstrumentParser.Bent Bisballe Nyeng
2017-10-14Remove use of MemChecker as we don't need it anymore (due to diskstreaming) a...Bent Bisballe Nyeng
2017-07-15Ensure that the Notifier call order is the same as the connection order.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-03-07Test diskstreaming CLIGoran Mekić
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-15Make all the tests use the drumkit_creator functions.André Nusser
2016-11-01Switch from cppunit.m4 to pkgconfig (patch from Jin^Eld)Bent Bisballe Nyeng
2016-09-05Enabled painter unit 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-06-02New ImageCache class for reusing Image resources.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
2016-03-31Fix unit tests.Bent Bisballe Nyeng
2016-03-31Added API for accessing structs in a thread-safe wayChristian Glöckner
2016-03-31atomic workaroundChristian Glöckner
2016-03-29New Random class for convenient random number generation.André Nusser
2016-03-16Build cleanup and windows build add.Bent Bisballe Nyeng
2016-02-09Add a test for the memchecker.André Nusser
2016-01-20Fix Makefiles after rebase.Bent Bisballe Nyeng
2016-01-20Split CacheManager into several AudioCache classes and refactored the lot of ...Bent Bisballe Nyeng
2016-01-20Added run sempahore (wait until thread actually started). Fixed localpos bug....Bent Bisballe Nyeng
2016-01-20Added unit test shell for cachemanager. Added cache manager logic - still nee...Jonas Suhr Christensen
2015-12-20Merge remote-tracking branch 'origin/master' into uirefactorBent Bisballe Nyeng
2015-11-13Refactored Resource and added unittests.Bent Bisballe Nyeng