Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2024-06-04 | Clean up includes | David Robillard | 1 | -0/+1 | |
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 | -1/+1 | |
2022-12-14 | Use std::variant | David Robillard | 1 | -3/+2 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -1/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -4/+5 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -5/+7 | |
2019-01-09 | Remove debug noise | David Robillard | 1 | -2/+0 | |
2019-01-09 | Fix SocketWriter bundle delimiters | David Robillard | 1 | -10/+15 | |
In particular, this fixes ingenish. The old solution here was broken by changing to a single message() function since bundle_end() was no longer virtual. | |||||
2018-09-29 | Use nullptr | David Robillard | 1 | -1/+1 | |
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 | -1/+1 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2016-09-18 | Factor out text writing from socket writing | David Robillard | 1 | -79/+11 | |
2016-07-30 | Use consistent prefix order | David Robillard | 1 | -2/+2 | |
2015-10-24 | Set prefixes on the wire to reduce traffic | David Robillard | 1 | -1/+28 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5779 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -2/+2 | |
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-03-16 | Fix memory leaks. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5637 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-07 | Demodularize socket stuff. | David Robillard | 1 | -0/+96 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1 |