Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-20 | Remove redundant inheritance from Noncopyable | David Robillard | 1 | -2/+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 | -8/+6 | |
2022-07-20 | Use nodiscard attribute | David Robillard | 1 | -1/+4 | |
2022-07-20 | Remove redundant inline specifiers | David Robillard | 1 | -7/+4 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -14/+2 | |
2021-01-07 | Clean up documentation comments | David Robillard | 1 | -30/+34 | |
2021-01-02 | Make namespace name lowercase | David Robillard | 1 | -3/+3 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -110/+125 | |
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/+12 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-11-12 | Move includes to a conventional include directory | David Robillard | 1 | -0/+148 | |