Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -12/+12 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-12-14 | Use std::variant | David Robillard | 1 | -2/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -11/+13 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -12/+10 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -9/+9 | |
2020-12-15 | Clean up includes in client library | David Robillard | 1 | -0/+9 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -32/+32 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -12/+12 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -3/+3 | |
2020-08-02 | Use std::make_shared | David Robillard | 1 | -2/+4 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -16/+17 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -5/+5 | |
2020-08-02 | Fix multiple declarations on a single line | David Robillard | 1 | -1/+4 | |
2020-08-02 | Fix unnecessary copies in for loops | David Robillard | 1 | -2/+2 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+8 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -23/+20 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -8/+8 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -3/+3 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Always use braces | David Robillard | 1 | -7/+14 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -1/+1 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -56/+48 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -3/+5 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 1 | -5/+5 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -11/+8 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -8/+8 | |
2016-10-14 | Simplify port model code | David Robillard | 1 | -15/+2 | |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -48/+0 | |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 1 | -7/+7 | |
2016-03-14 | Remove arcs in client store on object deletion | David Robillard | 1 | -16/+18 | |
Fix #1120. | |||||
2016-03-14 | Add missing client store debug dumps | David Robillard | 1 | -0/+13 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix invalid iterator access | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5774 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 1 | -7/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5709 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -16/+37 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1 | |||||
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 | |||||
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -6/+18 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 1 | -0/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5332 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -2/+7 | |
Respond to put/set/patch with the same type of event (not set=>delta). Don't feed back changes to originating client. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5326 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -6/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5321 a436a847-0d15-0410-975c-d299462d15a1 |