Age | Commit message (Expand) | Author |
2016-07-13 | Make oe a pointer. | Bent Bisballe Nyeng |
2016-07-13 | Simplify free wheel loop control a bit. | Bent Bisballe Nyeng |
2016-07-13 | Consider freewheeling of engines in drumgizmo and dgreftest. | André Nusser |
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser |
2016-07-13 | Introduce output engine isFreewheeling method. | André Nusser |
2016-07-13 | Remove the run(int endpos) method from drumgizmo. | André Nusser |
2016-06-02 | Fix test compilation on 64 bit. | Bent Bisballe Nyeng |
2016-06-02 | New ImageCache class for reusing Image resources. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | Bent Bisballe Nyeng |
2016-05-22 | We don't support nullptr engines. | Bent Bisballe Nyeng |
2016-05-22 | Fix memchecker unit test compilation. | Bent Bisballe Nyeng |
2016-05-16 | Try to keep floating point values the same on all platforms. | 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-05-08 | Fix engine unit test. | Bent Bisballe Nyeng |
2016-03-31 | Fix unit tests. | Bent Bisballe Nyeng |
2016-03-31 | Improved mimicRealUse() test case | Christian Glöckner |
2016-03-31 | Removed unused features and fixed tests | Christian Glöckner |
2016-03-31 | Added API for accessing structs in a thread-safe way | Christian Glöckner |
2016-03-31 | Added Atomic Tests about being lock free | Christian Glöckner |
2016-03-31 | Fixed API of class Atomic for POD | Christian Glöckner |
2016-03-31 | Fix tests. | Bent Bisballe Nyeng |
2016-03-31 | atomic workaround | Christian Glöckner |
2016-03-31 | fixed test code referring API change | Christian Glöckner |
2016-03-29 | Adapt memchecker test to the refactored parser classes. | André Nusser |
2016-03-29 | New Random class for convenient random number generation. | André Nusser |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-20 | Add missing latency port. | Bent Bisballe Nyeng |
2016-03-16 | Build cleanup and windows build add. | Bent Bisballe Nyeng |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2016-02-09 | Work in deva's critique. This branch should now be ready for merge. | André Nusser |
2016-02-09 | Add a test for the memchecker. | André Nusser |
2016-02-09 | Add test data for a memchecker test (introduced next commit). | André Nusser |
2016-01-30 | Add a valgrind test script. | André Nusser |
2016-01-29 | Remove pointer from audiofiles map. | André Nusser |
2016-01-29 | Fix for build error. | André Nusser |
2016-01-29 | wip <blablabla> | André Nusser |
2016-01-29 | wip 2 | André Nusser |
2016-01-28 | Conform to style guide. | Bent Bisballe Nyeng |
2016-01-28 | Fizx size_t comparison on 64bit. | Bent Bisballe Nyeng |
2016-01-28 | Handle sndffile open failure. | Bent Bisballe Nyeng |
2016-01-23 | Fix some size_t printf format warnings. | Bent Bisballe Nyeng |
2016-01-23 | Fix some size_t printf format warnings. | Bent Bisballe Nyeng |
2016-01-23 | Fix signed-unsigned comparison warning. | Bent Bisballe Nyeng |
2016-01-23 | Fix signed-unsigned comparison warning. | Bent Bisballe Nyeng |
2016-01-23 | Update LV2 test with new FreeWheel port. | Bent Bisballe Nyeng |
2016-01-23 | Fix samplerate for lv2 test. Fix indentation. | Bent Bisballe Nyeng |
2016-01-20 | Fix Makefiles after rebase. | Bent Bisballe Nyeng |
2016-01-20 | Fix new method names. | Bent Bisballe Nyeng |
2016-01-20 | Check full initial_samples_needed range. | Bent Bisballe Nyeng |