summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-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-04Clean up includesDavid Robillard1-0/+1
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+0
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-1/+1
2022-12-14Use std::variantDavid Robillard1-3/+2
2022-08-18Clean up includesDavid Robillard1-1/+0
2021-01-02Update for latest raulDavid Robillard1-1/+1
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-4/+5
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-5/+7
2019-01-09Remove debug noiseDavid Robillard1-2/+0
2019-01-09Fix SocketWriter bundle delimitersDavid Robillard1-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-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2016-09-18Factor out text writing from socket writingDavid Robillard1-79/+11
2016-07-30Use consistent prefix orderDavid Robillard1-2/+2
2015-10-24Set prefixes on the wire to reduce trafficDavid Robillard1-1/+28
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5779 a436a847-0d15-0410-975c-d299462d15a1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-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-16Fix memory leaks.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5637 a436a847-0d15-0410-975c-d299462d15a1
2015-02-07Demodularize socket stuff.David Robillard1-0/+96
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1