Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2014-08-10 | Fix some memory leaks. | David Robillard | 1 | -1/+9 |
2014-03-31 | Yet another attempt at fixing event deadlock issues. | David Robillard | 1 | -25/+31 |
2014-03-30 | Hopefully fix dead lock issues with locked events. | David Robillard | 1 | -14/+19 |
2013-01-11 | Initialise atomics. | David Robillard | 1 | -0/+2 |
2013-01-11 | Use C++11 atomics. | David Robillard | 1 | -6/+6 |
2012-08-22 | Fix warning. | David Robillard | 1 | -1/+1 |
2012-08-22 | Fix occasional crash in event handling. | David Robillard | 1 | -1/+1 |
2012-08-20 | Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi... | David Robillard | 1 | -1/+0 |
2012-08-12 | Fix notifications when running as LV2. | David Robillard | 1 | -1/+7 |
2012-07-26 | Process notifications when no events are pending (prevent overflow). | David Robillard | 1 | -0/+2 |
2012-07-26 | Fix post processor ordering to be correctly monotonic between both pre-proces... | David Robillard | 1 | -16/+14 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+0 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 1 | -8/+1 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -4/+0 |
2012-05-14 | Tidy. | David Robillard | 1 | -1/+1 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -2/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+0 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 1 | -9/+6 |
2012-05-02 | Add some assertions to hopefully track down a rare bug. | David Robillard | 1 | -1/+3 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-10-21 | Merge QueuedEvent into Event. | David Robillard | 1 | -6/+6 |
2011-10-09 | Attempted blind fix for #778. | David Robillard | 1 | -4/+6 |
2011-09-17 | Fix RingBuffer underrun and consequent execution of uninitialized Notification. | David Robillard | 1 | -1/+1 |
2011-09-15 | Fix control bindings (MIDI learn). | David Robillard | 1 | -12/+7 |
2011-09-15 | Fix crash on client event post-processing (e.g. when rapidly manipulating con... | David Robillard | 1 | -16/+16 |
2011-08-20 | Fix crash when sending port notifications (fix #741). | David Robillard | 1 | -9/+7 |
2011-05-18 | Use an intrusive linked list for event queue rather than Raul::List. | David Robillard | 1 | -18/+37 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -0/+92 |