Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -2/+2 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -3/+2 | |
2022-08-18 | Clean up path construction | David Robillard | 1 | -2/+3 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -60/+62 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -5/+3 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -11/+11 | |
2019-12-08 | Cleanup: Use strtoul for numeric conversion | David Robillard | 1 | -1/+3 | |
2019-12-08 | Cleanup: Remove meaningless const qualifiers | David Robillard | 1 | -2/+2 | |
2019-12-08 | Cleanup: Use faster char overload of find_last_of() | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use empty() instead of size() where appropriate | David Robillard | 1 | -1/+1 | |
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 | -6/+10 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 1 | -1/+46 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -2/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -2/+2 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -5/+4 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -3/+3 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -5/+3 | |
2017-12-25 | Always use braces | David Robillard | 1 | -5/+9 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+2 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -2/+2 | |
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-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -66/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | GraphObject => Node | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-17 | Implement real logging system, LV2 log extension support, and purge ↵ | David Robillard | 1 | -15/+0 | |
evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for ↵ | David Robillard | 1 | -10/+13 | |
engine/driver/etc. Strict conversion between Path and URI (Path no longer is-a URI). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4672 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4670 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -0/+204 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 |