summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-02Merge debug and release rows on CIDavid Robillard1-63/+51
2023-05-02Replace strict option with new meson warning levelDavid Robillard7-291/+87
2023-02-05Fix strict clang build on WindowsDavid Robillard2-3/+17
2023-02-05Replace stray uses of "NULL"David Robillard1-3/+3
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard7-26/+24
2023-01-29Suppress new warnings in MSVS 2022David Robillard2-0/+2
2023-01-14Fix old-style castDavid Robillard2-32/+2
2022-11-15Fix clang-tidy configurationDavid Robillard2-2/+0
2022-09-09Only run REUSE test in strict modeDavid Robillard1-2/+2
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard13-132/+23
2022-08-22Only run autoship test in strict modeDavid Robillard4-9/+21
2022-08-13Raul 2.0.0v2.0.0David Robillard2-4/+3
2022-07-20Make NEWS file readable by dpkg-parsechangelogDavid Robillard1-5/+5
2022-07-20Remove redundant inheritance from NoncopyableDavid Robillard3-8/+3
2022-07-20Clean up special member functions and format with clang-format 14David Robillard10-44/+33
2022-07-20Use default member initializersDavid Robillard1-5/+3
2022-07-20Avoid potential use of uninitialized fieldDavid Robillard1-4/+3
2022-07-20Replace repeated type by braced init listDavid Robillard3-3/+1
2022-07-20Use nodiscard attributeDavid Robillard9-19/+23
2022-07-20Remove redundant inline specifiersDavid Robillard7-51/+46
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard35-1008/+906
2022-07-20Fix whitespaceDavid Robillard1-1/+1
2022-07-20Use uppercase integer literal suffixesDavid Robillard3-6/+5
2022-07-20Add header warning testDavid Robillard5-3/+77
2022-07-20Update project metadataDavid Robillard1-25/+25
2022-07-20Switch to meson build systemDavid Robillard18-3508/+572
2022-07-14Update clang-tidy and IWYU configuration for clang 14David Robillard4-2/+17
2022-06-28Remove redundant `struct` keysDavid Robillard4-27/+21
2022-05-27Build as C++14David Robillard1-1/+1
2021-03-15Clean up clang-tidy configurationDavid Robillard2-7/+1
2021-01-07Make include mappings more generalDavid Robillard1-4/+9
2021-01-07Clean up documentation commentsDavid Robillard12-187/+216
2021-01-07Add missing documentationDavid Robillard1-0/+4
2021-01-02Fix typoDavid Robillard1-1/+1
2021-01-02Make namespace name lowercaseDavid Robillard24-61/+62
2021-01-02Suppress include warning from the use of struct timespecDavid Robillard1-7/+8
2021-01-02Remove unused generated configuration headerDavid Robillard1-2/+0
2021-01-02Remove TimeSlice and TimeStampDavid Robillard6-476/+3
2021-01-02Normalize NEWS fileDavid Robillard1-50/+42
2021-01-02Update autowafDavid Robillard1-0/+0
2021-01-02Use std::all_ofDavid Robillard3-9/+2
2021-01-02Suppress warnings about redundant "override"David Robillard2-0/+12
2021-01-02Run checks on headersDavid Robillard2-0/+4
2021-01-02Format all code with clang-formatDavid Robillard26-1786/+1907
2021-01-02Use email address instead of website for attributionDavid Robillard25-50/+25
2020-12-19Update autowafDavid Robillard1-0/+0
2020-12-19Clean up special member functionsDavid Robillard13-18/+64
2020-12-19Avoid repeating return typesDavid Robillard1-2/+2
2020-12-19Update include mapping for older include-what-you-useDavid Robillard2-2/+5
2020-12-19Suppress warnings with older clang-tidyDavid Robillard3-6/+3