summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-04Indentation fix.Bent Bisballe Nyeng
2016-06-04Fix missing deletes reported by valgrind.Bent Bisballe Nyeng
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-27Cannot refactor further: ownership problem!Christian Glöckner
2016-05-27Instrument holds AudioFile via unique_ptrChristian Glöckner
2016-05-27added another range-based loopChristian Glöckner
2016-05-26Instrument Vector using UniquePtrChristian Glöckner
2016-05-26Initial Refactoring on PowerListChristian Glöckner
2016-05-22We don't support nullptr engines.Bent Bisballe Nyeng
2016-05-22Explicitly stop the loader thread to ensure we don't delete the DrumGizmo::dr...Bent Bisballe Nyeng
2016-05-22Fix memchecker unit test compilation.Bent Bisballe Nyeng
2016-05-21Check for linkage against libatomic and librt.Bent Bisballe Nyeng
2016-05-21Check for linkage against libatomic and librt.Bent Bisballe Nyeng
2016-05-21Remove superfluous LDADD flags.Bent Bisballe Nyeng
2016-05-21Revert: Move -Wl,--no-undefined to LDFLAGS.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Experimental new platform detection code used in memchecker.Bent Bisballe Nyeng
2016-05-21Move -Wl,--no-undefined to LDFLAGS.Bent Bisballe Nyeng
2016-05-20Only compile jackclient.cc if at least one of the jack modules are included.Bent Bisballe Nyeng
2016-05-20Add missing DRUMGIZMO_CPPFLAGSBent Bisballe Nyeng
2016-05-20Fix sndfile cflags.Bent Bisballe Nyeng
2016-05-20Added carbon backedn detection.Bent Bisballe Nyeng
2016-05-16Try to keep floating point values the same on all platforms.Bent Bisballe Nyeng
2016-05-15Add dgreftest binary to .gitignore.André Nusser
2016-05-14Remove accidentally committed change.Bent Bisballe Nyeng
2016-05-14Remove unused Velocity class.Bent Bisballe Nyeng
2016-05-14Make all components use the same Random instance and add seed method on DrumG...Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-10Adapt .gitignore to new binary name of random test.André Nusser
2016-05-10Bugfix in InputProcessor class and avoid multiple map access there.André Nusser
2016-05-08Fix random build to not invlude the 'random' binary in the #include <random> ...Bent Bisballe Nyeng
2016-05-08Fix engine unit test.Bent Bisballe Nyeng
2016-05-08Revert accidentally enabled disk caching.Bent Bisballe Nyeng
2016-05-08Make Resamplers container class.Bent Bisballe Nyeng
2016-05-08Add -lrt to remaining projects.Bent Bisballe Nyeng
2016-05-08Add -lrt to plugingui test-app.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-04-25configure.ac: Added -lrt as to LDFLAGS. -lrt is needed when usingJonas Suhr Christensen
2016-04-25inputprocesser.cc: Fixed missing rename of function calls insideJonas Suhr Christensen
2016-04-25Style fix in InputProcessor class.André Nusser
2016-04-24Add two test binaries to .gitignore.André Nusser
2016-04-24Refactoring InputProcessorAndré Nusser