summaryrefslogtreecommitdiffstats
path: root/src/TurtleWriter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Clean up includesDavid Robillard1-0/+2
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Clean up URI map interfaceDavid Robillard1-2/+2
2020-08-01Use modern castsDavid Robillard1-7/+7
2019-12-08Cleanup: Add missing explicit initialisationsDavid Robillard1-0/+2
2019-12-08Cleanup: Remove unused parameter namesDavid Robillard1-1/+1
2019-12-08Cleanup: Use "auto" to avoid repeating type namesDavid Robillard1-1/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-2/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-0/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-8/+6
2017-12-25Use nullptrDavid Robillard1-1/+1
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-09-18Factor out text writing from socket writingDavid Robillard1-0/+103