Fri, 22 Nov 2024 10:27:28 UTC | login

Information for build iwyu-0.22-2.fc41

ID330354
Package Nameiwyu
Version0.22
Release2.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/iwyu.git#72aa4f1879ba2149721e42a14bd9651b5183eb0d
SummaryC/C++ source files #include analyzer based on clang
Description"Include what you use" means this: for every symbol (type, function, variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc or foo.h should include a .h file that exports the declaration of that symbol. (Similarly, for foo_test.cc, either foo_test.cc or foo.h should do the including.) Obviously symbols defined in foo.cc itself are excluded from this requirement. This puts us in a state where every file includes the headers it needs to declare the symbols that it uses. When every file includes what it uses, then it is possible to edit any file and remove unused headers, without fear of accidentally breaking the upwards dependencies of that file. It also becomes easy to automatically track and update dependencies in the source code.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 06 Aug 2024 13:34:22 UTC
CompletedTue, 06 Aug 2024 14:23:25 UTC
Taskbuild (f41, /rpms/iwyu.git:72aa4f1879ba2149721e42a14bd9651b5183eb0d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/iwyu.git#72aa4f1879ba2149721e42a14bd9651b5183eb0d'}}
Tags
f41
RPMs
src
iwyu-0.22-2.fc41.src.rpm (info) (download)
riscv64
iwyu-0.22-2.fc41.riscv64.rpm (info) (download)
iwyu-debuginfo-0.22-2.fc41.riscv64.rpm (info) (download)
iwyu-debugsource-0.22-2.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Mar 27 2024 Vitaly <vitaly@easycoding.org> - 0.22-1 - Updated to version 0.22. * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild