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