summaryrefslogtreecommitdiffstats
path: root/include/raul/Socket.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20Remove redundant inheritance from NoncopyableDavid Robillard1-3/+1
All copy/move methods are explicitly specified by these classes, so inheriting from Noncopyable didn't do anything useful. It should probably be removed as non-idiomatic.
2022-07-20Clean up special member functions and format with clang-format 14David Robillard1-4/+3
2022-07-20Replace repeated type by braced init listDavid Robillard1-1/+1
2022-07-20Use nodiscard attributeDavid Robillard1-2/+2
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-14/+2
2022-06-28Remove redundant `struct` keysDavid Robillard1-22/+16
Because this is C++ code, GCC 12 says things like: Socket.hpp:166:24: error: redundant class-key ‘struct’ in reference to ‘struct sockaddr_un’ [-Werror=redundant-tags]
2021-01-07Clean up documentation commentsDavid Robillard1-24/+39
2021-01-02Make namespace name lowercaseDavid Robillard1-3/+3
2021-01-02Format all code with clang-formatDavid Robillard1-169/+168
2021-01-02Use email address instead of website for attributionDavid Robillard1-2/+1
2020-12-19Clean up special member functionsDavid Robillard1-0/+3
2020-12-19Avoid "else" after "return"David Robillard1-1/+4
2020-12-14Clean up includesDavid Robillard1-4/+1
2020-11-12Use separate clang-tidy configurations for headers and testsDavid Robillard1-2/+2
2020-11-12Simplify boolean return expressionDavid Robillard1-5/+1
2020-11-12Move includes to a conventional include directoryDavid Robillard1-0/+262