Files
systemd/src/basic
Daan De Meyer 44e86153d1 meson: Define our own clang-tidy target
meson's target has a few issues:
- Runs on all source files regardless if they're included in the
  build or not
- Doesn't have any dependencies on generated sources which means we
  have to do a full build first before we can run clang-tidy
- Doesn't allow us to pass any extra arguments

To work around these, let's define our own clang-tidy target instead
using llvm's run-clang-tidy script. Alongside the clang-tidy target,
let's start keeping track of all generated sources which we make the
clang-tidy target depend on. We also add a new target which will only
generate source files which is useful for setting up the source tree
for running code analysis against it.
2025-04-24 12:36:36 +02:00
..
2025-04-18 14:19:15 +02:00
2025-03-01 00:33:32 +09:00
2025-04-24 10:15:19 +09:00
2025-04-24 10:15:19 +09:00
2025-04-24 10:15:19 +09:00
2025-04-24 10:15:19 +09:00
2024-10-31 23:08:11 +01:00
2024-10-22 17:51:26 +02:00
2024-10-22 17:51:26 +02:00
2025-04-18 14:19:15 +02:00
2025-02-10 00:43:53 +09:00
2025-03-01 00:33:32 +09:00
2025-04-18 14:19:15 +02:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-13 15:36:45 +00:00
2025-04-07 16:35:18 +09:00
2025-04-24 10:15:19 +09:00
2025-04-24 10:15:19 +09:00
2025-02-21 16:12:59 +01:00
2025-04-18 14:19:15 +02:00