Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-20 | Remove redundant inheritance from Noncopyable | David Robillard | 1 | -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-20 | Clean up special member functions and format with clang-format 14 | David Robillard | 1 | -4/+3 | |
2022-07-20 | Replace repeated type by braced init list | David Robillard | 1 | -1/+1 | |
2022-07-20 | Use nodiscard attribute | David Robillard | 1 | -2/+2 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -14/+2 | |
2022-06-28 | Remove redundant `struct` keys | David Robillard | 1 | -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-07 | Clean up documentation comments | David Robillard | 1 | -24/+39 | |
2021-01-02 | Make namespace name lowercase | David Robillard | 1 | -3/+3 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -169/+168 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -2/+1 | |
2020-12-19 | Clean up special member functions | David Robillard | 1 | -0/+3 | |
2020-12-19 | Avoid "else" after "return" | David Robillard | 1 | -1/+4 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -4/+1 | |
2020-11-12 | Use separate clang-tidy configurations for headers and tests | David Robillard | 1 | -2/+2 | |
2020-11-12 | Simplify boolean return expression | David Robillard | 1 | -5/+1 | |
2020-11-12 | Move includes to a conventional include directory | David Robillard | 1 | -0/+262 | |