Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | Fix Semaphore::wait(ms) | Bent Bisballe Nyeng | |
2016-04-13 | Remove message files. | Bent Bisballe Nyeng | |
2016-04-13 | New Semaphore method wait with timeout. | Bent Bisballe Nyeng | |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵ | Bent Bisballe Nyeng | |
new Settings mechanism. | |||
2016-04-03 | Fix logic error in SettingRef::hasChanged(). | Bent Bisballe Nyeng | |
2016-04-02 | Make Atimoc fit style-guide. | Bent Bisballe Nyeng | |
2016-03-31 | Fix unit tests. | Bent Bisballe Nyeng | |
2016-03-31 | Removed the last Conf:: namespace usage and replaced it with Settings. | Bent Bisballe Nyeng | |
2016-03-31 | Use new Random class. | Bent Bisballe Nyeng | |
2016-03-31 | Fix merge conflicts. | Bent Bisballe Nyeng | |
2016-03-31 | Fix issues from rebasing. | Bent Bisballe Nyeng | |
2016-03-31 | Fix missing include on windows. | Bent Bisballe Nyeng | |
2016-03-31 | Fix mutex include issue. | Bent Bisballe Nyeng | |
2016-03-31 | Fix compilation on windows. | Bent Bisballe Nyeng | |
2016-03-31 | Workaround outdated compiler version | Christian Glöckner | |
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 | Fixed my dumb fail | Christian Glöckner | |
2016-03-31 | Added explicit cpy/mv assign operators to be sure about thread-safety of ↵ | Christian Glöckner | |
Group<T> | |||
2016-03-31 | Added thread-safety to implicit cpy/mv assign op for synced group settings | Christian Glöckner | |
2016-03-31 | Cleanup on Synced Settings Header | 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 | Update ChangeLog with 0.9.10 release | Bent Bisballe Nyeng | |
2016-03-31 | Settings. | Bent Bisballe Nyeng | |
2016-03-31 | More cleanup. | Bent Bisballe Nyeng | |
2016-03-31 | Use new Atomic class. | Bent Bisballe Nyeng | |
2016-03-31 | Fix tests. | Bent Bisballe Nyeng | |
2016-03-31 | atomic workaround | Christian Glöckner | |
2016-03-31 | Settings. | Bent Bisballe Nyeng | |
2016-03-31 | Fix drumkit file by reference. | Bent Bisballe Nyeng | |
2016-03-31 | More cleanup. | Bent Bisballe Nyeng | |
2016-03-31 | Parser refactoring. | André Nusser | |
* Use new style * Update to C++11 * Use more std::string than char* | |||
2016-03-31 | Fix build errors due to rebase. | André Nusser | |
2016-03-31 | Refactored class VersionStr | Christian Glöckner | |
2016-03-31 | API Refactoring for class Velocity | Christian Glöckner | |
2016-03-31 | API Refactoring for class Sample | Christian Glöckner | |
2016-03-31 | Reformatted class PowerList | Christian Glöckner | |
2016-03-31 | API Refactoring for getPath function | Christian Glöckner | |
2016-03-31 | Reformatted minor headers | Christian Glöckner | |
2016-03-31 | Reformatted MidiMapper | Christian Glöckner | |
2016-03-31 | API Refactoring for events | Christian Glöckner | |
2016-03-31 | API Refactoring for class Instrument | Christian Glöckner | |
2016-03-31 | API Refactoring for class Instrument | Christian Glöckner | |
2016-03-31 | API Refactoring for class Drumkit | Christian Glöckner | |
2016-03-31 | fixed ConfigFile's destructor impl | Christian Glöckner | |
2016-03-31 | Made API of class ConfigFile more consistent | Christian Glöckner | |
2016-03-31 | fixed test code referring API change | Christian Glöckner | |
2016-03-31 | fixed include path | Christian Glöckner | |