Information for build iwyu-0.20-2.fc38
ID | 251408 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | iwyu | |||||||||||
Version | 0.20 | |||||||||||
Release | 2.fc38 | |||||||||||
Epoch | ||||||||||||
Source | git+https://src.fedoraproject.org/rpms/iwyu.git#f2f9e94290570cc543ad6c51339be831be241a41 | |||||||||||
Summary | C/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 by | davidlt | |||||||||||
State | complete | |||||||||||
Volume | DEFAULT | |||||||||||
Started | Fri, 30 Jun 2023 13:03:19 UTC | |||||||||||
Completed | Sat, 01 Jul 2023 14:42:47 UTC | |||||||||||
Task | build (f38, /rpms/iwyu.git:f2f9e94290570cc543ad6c51339be831be241a41) | |||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/iwyu.git#f2f9e94290570cc543ad6c51339be831be241a41'}} | |||||||||||
Tags |
|
|||||||||||
RPMs |
|
|||||||||||
Logs |
|
|||||||||||
Changelog | * Mon Jun 26 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.20-2 - Disabled frame pointers to fix crashes on F38+. * 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. |