summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/SocketClient.hpp
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12Fix const correctnessDavid Robillard1-1/+1
2023-05-12Fix include guardDavid Robillard1-3/+3
2022-08-18Use consistent spacing for line commentsDavid Robillard1-3/+3
2022-08-18Clean up includesDavid Robillard1-1/+0
2021-01-02Update for latest raulDavid Robillard1-5/+5
2020-12-15Clean up includes in core and serverDavid Robillard1-0/+8
2020-08-03Clean up includesDavid Robillard1-0/+1
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-02Remove std::shared_ptr aliasDavid Robillard1-14/+18
2020-08-02Remove redundant pointer get() callsDavid Robillard1-1/+1
2020-08-02Use nullptr for empty smart pointersDavid Robillard1-1/+1
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+80
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.