Age | Commit message (Expand) | Author | Files | Lines |
2013-12-30 | Fix occasional crashes and deadlocks on exit. | David Robillard | 1 | -1/+10 |
2013-10-29 | Remove engine dependency from LV2Options. | David Robillard | 1 | -3/+5 |
2013-06-08 | Fix crash on destruction when running in LV2. | David Robillard | 1 | -0/+1 |
2013-06-08 | Specify rsz:minimumSize for main control ports. | David Robillard | 1 | -0/+3 |
2013-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 1 | -0/+11 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -2/+2 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -4/+0 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 1 | -0/+2 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -11/+11 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -5/+5 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -6/+10 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -12/+20 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -1/+1 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -0/+6 |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -1/+1 |
2012-08-31 | Implement host side of buf-size via options. | David Robillard | 1 | -1/+5 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -19/+19 |
2012-08-18 | Node => Block | David Robillard | 1 | -4/+4 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -1/+4 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 1 | -1/+1 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 1 | -1/+1 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 1 | -19/+18 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -4/+6 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -8/+0 |
2012-08-11 | Hooray for const. | David Robillard | 1 | -1/+1 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -1/+1 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+4 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -9/+9 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+4 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 1 | -2/+3 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -4/+0 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -0/+21 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 1 | -4/+21 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 1 | -4/+4 |
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 1 | -4/+6 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -5/+4 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -3/+3 |
2012-05-12 | Remove redundant thread assertions. | David Robillard | 1 | -2/+1 |
2012-05-12 | Fix memory leaks. | David Robillard | 1 | -0/+2 |
2012-05-11 | Fix uninitialized variable. | David Robillard | 1 | -0/+1 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -1/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -1/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+0 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -6/+6 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -1/+1 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 1 | -16/+45 |