Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -5/+5 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -5/+5 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+7 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2017-02-12 | Fix atomic event execution | David Robillard | 1 | -0/+6 | |
2016-10-14 | Fix occasionally stuck event queue | David Robillard | 1 | -1/+0 | |
2016-09-18 | Clean up code | David Robillard | 1 | -11/+20 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -2/+2 | |
2016-07-30 | Add undo support | David Robillard | 1 | -3/+5 | |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | More attempts at fixing deadlocks on exit. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5260 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -11/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5047 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use C++11 atomics. | David Robillard | 1 | -7/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4916 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-16 | Remove Raul::Slave class. | David Robillard | 1 | -3/+10 | |
Merge Thread::stop() and Thread::join(). Clean thread shut down without the use of pthread_cancel(). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4708 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-14 | Add missing includes and fix types that confuse Doxygen. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4404 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4402 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-12 | Remove redundant thread assertions. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4372 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 1 | -0/+67 | |
This makes event pre-processing actually safe for multiple interfaces since multiple events will never be pre-processed simultaneously and the pre-process order is definitely the same as the execute order. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4323 a436a847-0d15-0410-975c-d299462d15a1 |