Fri, 19 Apr 2024 14:46:49 UTC | login

Information for build iwyu-0.20-1.fc38

ID244802
Package Nameiwyu
Version0.20
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/iwyu.git#8e98d187a58e201796f9d9af0d8e5ecf142f8d9e
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
StartedSat, 27 May 2023 17:35:35 UTC
CompletedSun, 28 May 2023 15:36:08 UTC
Taskbuild (f38, /rpms/iwyu.git:8e98d187a58e201796f9d9af0d8e5ecf142f8d9e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/iwyu.git#8e98d187a58e201796f9d9af0d8e5ecf142f8d9e'}}
Tags
f38
RPMs
src
iwyu-0.20-1.fc38.src.rpm (info) (download)
riscv64
iwyu-0.20-1.fc38.riscv64.rpm (info) (download)
iwyu-debuginfo-0.20-1.fc38.riscv64.rpm (info) (download)
iwyu-debugsource-0.20-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Mon Apr 03 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.20-1 - Updated to version 0.20. * Sun Mar 19 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.19-1 - Resurrected package. - Updated to version 0.19. - Performed major SPEC cleanup. - Fixed issues with tests.