Age | Commit message (Expand) | Author |
2019-06-28 | Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename... | Bent Bisballe Nyeng |
2018-10-08 | Move event.h and audiotypes.h into src and get rid of the obsolete include fo... | Bent Bisballe Nyeng |
2018-08-12 | Rewrite MidiMapParser to use pugixml. | Bent Bisballe Nyeng |
2018-08-12 | Add unit-test for midimapparser. | Bent Bisballe Nyeng |
2018-08-12 | Rewrite ConfigParser to use pugixml. | Bent Bisballe Nyeng |
2018-08-12 | Add unit-test for configparser. | Bent Bisballe Nyeng |
2018-08-12 | Remove the old instrument and drumkit parser code as well as version 1.0 kit ... | Bent Bisballe Nyeng |
2018-08-12 | Port tests to DGUnit. | Bent Bisballe Nyeng |
2018-08-12 | Add new DOMLoader class and unit-test. | Bent Bisballe Nyeng |
2018-08-12 | Add missing include path. | Bent Bisballe Nyeng |
2018-08-12 | DGXMLParser test for instruments. | Bent Bisballe Nyeng |
2018-08-08 | Remove old CHReampler class. | Bent Bisballe Nyeng |
2018-07-21 | Add missing headerfiles to EXTRA_DIST. | Bent Bisballe Nyeng |
2018-06-16 | Add missin sndfile cflags wherever needed. | Bent Bisballe Nyeng |
2018-06-16 | Port the rest of the unittests to DGUnit and remove the CppUnit dependency. | Bent Bisballe Nyeng |
2018-06-16 | Experimentally port drumkitparsertest to DGUnit. | Bent Bisballe Nyeng |
2018-06-09 | Add crude drumkitparser unit-test. | Bent Bisballe Nyeng |
2018-06-06 | Added unit-test for InstrumentParser. | Bent Bisballe Nyeng |
2017-10-14 | Remove use of MemChecker as we don't need it anymore (due to diskstreaming) a... | Bent Bisballe Nyeng |
2017-07-15 | Ensure that the Notifier call order is the same as the connection order. | Bent Bisballe Nyeng |
2017-05-06 | Remove old (obsolete) Mutex class and replace all uses with std::mutex. | Bent Bisballe Nyeng |
2017-04-23 | Fix dist target. | Bent Bisballe Nyeng |
2017-03-07 | Test diskstreaming CLI | Goran Mekić |
2017-02-05 | Compile engine as a library. | Bent Bisballe Nyeng |
2017-02-05 | Compile plugingui as a library. | Bent Bisballe Nyeng |
2017-01-18 | Add --with-lv2dir to configure and make sure we install the plugin at that lo... | Bent Bisballe Nyeng |
2017-01-15 | Make all the tests use the drumkit_creator functions. | André Nusser |
2016-11-01 | Switch from cppunit.m4 to pkgconfig (patch from Jin^Eld) | Bent Bisballe Nyeng |
2016-09-05 | Enabled painter unit test. | Bent Bisballe Nyeng |
2016-07-25 | Only compile/run lv2 tests if configured to use LV2. | Bent Bisballe Nyeng |
2016-07-24 | Fix semaphore test linking. | Bent Bisballe Nyeng |
2016-07-24 | Added semaphore unit test. | Bent Bisballe Nyeng |
2016-06-02 | New ImageCache class for reusing Image resources. | Bent Bisballe Nyeng |
2016-05-14 | Make all components use the same Random instance and add seed method on DrumG... | Bent Bisballe Nyeng |
2016-05-08 | Fix random build to not invlude the 'random' binary in the #include <random> ... | Bent Bisballe Nyeng |
2016-03-31 | Fix unit tests. | Bent Bisballe Nyeng |
2016-03-31 | Added API for accessing structs in a thread-safe way | Christian Glöckner |
2016-03-31 | atomic workaround | Christian Glöckner |
2016-03-29 | New Random class for convenient random number generation. | André Nusser |
2016-03-16 | Build cleanup and windows build add. | Bent Bisballe Nyeng |
2016-02-09 | Add a test for the memchecker. | André Nusser |
2016-01-20 | Fix Makefiles after rebase. | Bent Bisballe Nyeng |
2016-01-20 | Split CacheManager into several AudioCache classes and refactored the lot of ... | Bent Bisballe Nyeng |
2016-01-20 | Added run sempahore (wait until thread actually started). Fixed localpos bug.... | Bent Bisballe Nyeng |
2016-01-20 | Added unit test shell for cachemanager. Added cache manager logic - still nee... | Jonas Suhr Christensen |
2015-12-20 | Merge remote-tracking branch 'origin/master' into uirefactor | Bent Bisballe Nyeng |
2015-11-13 | Refactored Resource and added unittests. | Bent Bisballe Nyeng |
2015-10-19 | Added missing DIST file. | Bent Bisballe Nyeng |
2015-05-21 | New configfile parser with unit test. | Bent Bisballe Nyeng |
2015-02-15 | Make lv2 unittest work with < lv2-1.10. Make LV2_PATH same as lv2 plugin inst... | Bent Bisballe Nyeng |