summaryrefslogtreecommitdiffstats
path: root/ingen/StreamWriter.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-52/+0
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.
2020-08-02Fix include orderDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+2
2017-12-25Use overrideDavid Robillard1-1/+1
2017-12-24Clean up includes in public headersDavid Robillard1-0/+6
2016-10-01Fix OSX buildDavid Robillard1-1/+1
2016-09-18Add fancy communication loggingDavid Robillard1-0/+47