Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -1/+3 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-17 | Remove redundant casts | David Robillard | 1 | -1/+1 | |
2024-06-04 | Avoid std::endl | David Robillard | 1 | -5/+5 | |
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
2023-08-23 | Fix build with GCC 13 | David Robillard | 1 | -2/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -7/+10 | |
2022-12-14 | Avoid implicit conversions | David Robillard | 1 | -1/+1 | |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 1 | -3/+4 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -5/+5 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -4/+9 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -9/+9 | |
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -2/+2 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -12/+23 | |
2019-12-08 | Cleanup: Use range-based for loops | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 1 | -0/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -8/+14 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -19/+13 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 1 | -3/+4 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -2/+2 | |
2018-09-04 | Remove dynamic exception specifications | David Robillard | 1 | -3/+1 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 1 | -23/+18 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -4/+3 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -3/+3 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -2/+2 | |
2017-12-25 | Always use braces | David Robillard | 1 | -2/+3 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -4/+4 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+2 | |
2017-04-12 | Allow buffer size to be specified on the command line | David Robillard | 1 | -0/+1 | |
Applies to PortAudio driver only | |||||
2017-02-12 | Fix warnings | David Robillard | 1 | -1/+1 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -3/+5 | |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -2/+2 | |
2016-10-01 | Save global options to options.ttl | David Robillard | 1 | -10/+10 | |
2016-09-29 | Atomic bundle execution | David Robillard | 1 | -0/+1 | |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -0/+1 | |
2016-08-01 | Implement LV2 log extension as host | David Robillard | 1 | -0/+1 | |
Only print color logs if output is a terminal. | |||||
2015-08-29 | Add option to flush logs after every entry. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5711 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-06-09 | Server side loading. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-30 | Preliminary server-side save support. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5690 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -0/+1 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Fix spelling error. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5661 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Support GNU style long options. | David Robillard | 1 | -42/+68 | |
Update usage output and man page to distinguish flags from options that take a value. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5660 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-02-24 | Remove crusty old internal bindings. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5608 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-19 | Fix invalid boost format string. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5584 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-16 | Add standard version flag. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5519 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Only use old 2-argument version of Glib::build_filename (fix #971). | David Robillard | 1 | -3/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5408 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -14/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -5/+4 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 |