summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-18Added missing newline.v0.9.12Bent Bisballe Nyeng
2017-01-18Add --with-lv2dir to configure and make sure we install the plugin at that lo...Bent Bisballe Nyeng
2017-01-18Bump version to 0.9.12.André Nusser
2017-01-18Adjusted and added a couple lines for 0.9.12Lars Muldjord
2017-01-18Updated with 0.9.12 changesLars Muldjord
2017-01-17Make DrumkitCreator clean up the created files in the destructor.André Nusser
2017-01-16Bump version to 0.9.12-rc1.Bent Bisballe Nyeng
2017-01-16Include unit tests when testing pre-release dist file.Bent Bisballe Nyeng
2017-01-16Add back test/kit as it is still used by Jenkins tests.André Nusser
2017-01-15Make all the tests use the drumkit_creator functions.André Nusser
2017-01-15Add new drumkit_creator functions.André Nusser
2017-01-10Check for EINT in semaphore wait.Bent Bisballe Nyeng
2017-01-10Wait less when idling in drumkitloader to fix lv2 unittest.Bent Bisballe Nyeng
2017-01-08Replace used <random> methods by own.André Nusser
2017-01-07Retry semaphore timedwait on interrupt.Bent Bisballe Nyeng
2017-01-03Force use of the same random number engine acros all compilers/platforms.Bent Bisballe Nyeng
2017-01-03Add MemChecker implementation for FreeBSD.Bent Bisballe Nyeng
2017-01-02Added missing instance-access as a requiredFeature in ttl for lv2 plugin (tha...Bent Bisballe Nyeng
2017-01-02Fix formatting issues.André Nusser
2017-01-02Add script that shows the diff for clang-format on changed filesAndré Nusser
2017-01-02Ignore all clicks except left clicks in all the widgets.André Nusser
2017-01-02Place "Path:" label in file browser with border.André Nusser
2017-01-01Revert 'Add texture offset support.'. x0 and y0 is already taken care of in t...Bent Bisballe Nyeng
2017-01-01Fix warnings of unhandled events that we don't have to care about.André Nusser
2017-01-01Add a workaround for JUCE hosts.André Nusser
2017-01-01Fix button (right, left, middle) event on clicks on Windows.Bent Bisballe Nyeng
2017-01-01Fix button event direction on double clicks on Windows.Bent Bisballe Nyeng
2016-12-16Increase threshold in semaphore test for timedwait in order to have it succee...Bent Bisballe Nyeng
2016-12-10Make sure we don't present warnings as errors when compiling VSTSDK source code.Bent Bisballe Nyeng
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-12-10Check for -ffloat-store before using it in dgreftest.Bent Bisballe Nyeng
2016-12-10Update to latest plugingizmo to remove warnings about missing override keywords.Bent Bisballe Nyeng
2016-12-10Fix predelacration of Settings to correctly be 'struct' and not 'class'.Bent Bisballe Nyeng
2016-12-10Do not std::move temporary object.Bent Bisballe Nyeng
2016-12-10Add texture offset support.Bent Bisballe Nyeng
2016-12-10Fix warningBent Bisballe Nyeng
2016-12-10Final (hopefully) fix 'no-undefined' check.Bent Bisballe Nyeng
2016-12-10Fix 'no-undefined' check.Bent Bisballe Nyeng
2016-12-10Improve 'no-undefined' check.Bent Bisballe Nyeng
2016-12-10Update to latest plugingizmo to remove warnings about missing override keywords.Bent Bisballe Nyeng
2016-12-10Added check for -Wl,--no-undefined or -Wl,-undefined,error in the CXX to be a...Bent Bisballe Nyeng
2016-12-09Use latest hugin.Bent Bisballe Nyeng
2016-12-08Revert: 'Be verbose about the sem_wait timeout.'Bent Bisballe Nyeng
2016-12-08Alternative approach to semaphore timed wait.Bent Bisballe Nyeng
2016-12-08Be verbose about the sem_wait timeout.Bent Bisballe Nyeng
2016-12-08Revert to using sem_* function family for FreeBSD.Bent Bisballe Nyeng
2016-12-08Fix include orderBent Bisballe Nyeng
2016-12-08Add FreeBSD implementation of SemaphoreBent Bisballe Nyeng
2016-12-08Added FreeBSD as platform.Bent Bisballe Nyeng
2016-12-07Fix clang test compilation.Bent Bisballe Nyeng