summaryrefslogtreecommitdiffstats
path: root/include/raul
AgeCommit message (Expand)AuthorFilesLines
2022-06-28Remove redundant `struct` keysDavid Robillard3-26/+20
2021-01-07Clean up documentation commentsDavid Robillard12-187/+216
2021-01-07Add missing documentationDavid Robillard1-0/+4
2021-01-02Make namespace name lowercaseDavid Robillard12-28/+28
2021-01-02Remove TimeSlice and TimeStampDavid Robillard2-421/+0
2021-01-02Use std::all_ofDavid Robillard1-7/+2
2021-01-02Format all code with clang-formatDavid Robillard14-1330/+1420
2021-01-02Use email address instead of website for attributionDavid Robillard14-28/+14
2020-12-19Clean up special member functionsDavid Robillard10-16/+57
2020-12-19Avoid repeating return typesDavid Robillard1-2/+2
2020-12-19Update include mapping for older include-what-you-useDavid Robillard1-1/+0
2020-12-19Suppress warnings with older clang-tidyDavid Robillard1-0/+1
2020-12-19Avoid "else" after "return"David Robillard5-20/+30
2020-12-16Fix build with older GCCDavid Robillard1-1/+1
2020-12-14Clean up includesDavid Robillard9-10/+7
2020-12-14Remove redundant override specifierDavid Robillard1-1/+1
2020-11-12Add final qualifier to enable devirtualizationDavid Robillard1-1/+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-12Use inline for bare functions rather than static inlineDavid Robillard1-1/+1
2020-11-12Fix include guardsDavid Robillard1-3/+3
2020-11-12Move includes to a conventional include directoryDavid Robillard14-0/+2081