Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Fix ganv dependency fallback | David Robillard | 1 | -0/+1 | |
2024-10-11 | Simplify missing UI file exception | David Robillard | 1 | -5/+1 | |
2024-10-11 | Fix function shadowing | David Robillard | 2 | -8/+7 | |
2024-10-11 | Avoid virtual calls in destructors | David Robillard | 5 | -11/+15 | |
2024-10-11 | Remove redundant return statement | David Robillard | 2 | -2/+0 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 5 | -12/+8 | |
2024-10-11 | Return larger values from accessors by const reference | David Robillard | 3 | -3/+2 | |
2024-10-11 | Add cpplint test | David Robillard | 3 | -0/+35 | |
2024-10-11 | Remove redundant default values for meson options | David Robillard | 1 | -4/+4 | |
2024-07-17 | Remove unnecessary includes | David Robillard | 2 | -2/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. | |||||
2024-07-17 | Strengthen clang-tidy configuration | David Robillard | 1 | -6/+0 | |
Some of these suppress warnings in fmt, but meson's clang-tidy driver isn't smart enough to avoid checking that and wasn't clean anyway. So, just ignore this and use a stronger configuration that reflects the state of Patchage's own code. | |||||
2024-07-17 | Avoid use of rand() | David Robillard | 3 | -5/+6 | |
2024-07-17 | Avoid C-style casts | David Robillard | 5 | -7/+10 | |
2024-07-17 | Make member function static | David Robillard | 4 | -5/+4 | |
2024-07-17 | Avoid signed bitwise operations | David Robillard | 4 | -13/+13 | |
2024-07-17 | Fix narrowing conversions | David Robillard | 4 | -12/+14 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 6 | -33/+37 | |
2024-07-17 | Remove redundant inline specifier | David Robillard | 2 | -2/+1 | |
2024-07-17 | Remove redundant member initializer | David Robillard | 2 | -4/+3 | |
2024-07-17 | Remove unused local variable | David Robillard | 2 | -2/+0 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 2 | -0/+6 | |
2024-07-17 | Use enums and constants over macros | David Robillard | 1 | -21/+19 | |
2024-07-17 | Clean up includes | David Robillard | 1 | -3/+12 | |
2024-07-17 | Add missing const qualifier | David Robillard | 1 | -2/+2 | |
2024-07-13 | Add missing includes | David Robillard | 9 | -0/+9 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2024-06-04 | Add missing include | David Robillard | 1 | -0/+1 | |
2024-06-04 | Avoid std::endl | David Robillard | 3 | -26/+24 | |
2023-12-11 | Update required ganv dependency version | David Robillard | 1 | -2/+1 | |
2023-12-11 | Explicitly disable sprung layout menu item by default | David Robillard | 2 | -1/+3 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 3 | -30/+44 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-22 | Use anonymous namespaces | David Robillard | 4 | -140/+145 | |
2023-09-22 | Fix new warnings with clang-tidy 16 | David Robillard | 1 | -1/+3 | |
2023-09-22 | Clean up includes and forward declarations | David Robillard | 13 | -26/+30 | |
2023-09-21 | Fix new warnings with clang 16 | David Robillard | 1 | -0/+2 | |
2023-05-12 | Fix use of reserved macro name | David Robillard | 5 | -15/+12 | |
2023-05-12 | Replace macro with typed constant | David Robillard | 2 | -12/+9 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 4 | -201/+17 | |
2023-05-02 | Simplify configuration header | David Robillard | 1 | -36/+33 | |
2023-05-02 | Remove redundant license metadata | David Robillard | 3 | -6/+5 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 8 | -21/+28 | |
2022-12-10 | Bump version and update NEWS file | David Robillard | 4 | -3/+9 | |
2022-12-10 | Update patchage.desktop.in | Junghee | 1 | -1/+1 | |
2022-11-30 | Convert man page to mdoc | David Robillard | 1 | -29/+43 | |
2022-11-15 | Add missing includes | David Robillard | 2 | -0/+2 | |
2022-09-09 | Patchage 1.0.10 | David Robillard | 7 | -8/+8 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 15 | -136/+27 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-08-24 | Add French translation | Olivier Humbert | 2 | -1/+155 | |
2022-08-23 | Fix REUSE test | David Robillard | 1 | -1/+1 | |
2022-08-23 | Use a consistent style for .po file headers | David Robillard | 1 | -2/+3 | |
Since these usually come from tools, it doesn't seem realistic to maintain a different header. That's just another thing for meson/xgettext to constantly smash. Having spent so much time and effort to get precise about copyright and licensing with REUSE, the somewhat fuzzy and haphazard way all this works irks me a bit, but I have better hills to die on. |