File: README.adoc

package info (click to toggle)
deheader 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 1,206; ansic: 334; makefile: 75; sh: 15
file content (11 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
= deheader

deheader analyzes C and C++ files to determine which header inclusions can be
removed while still allowing them to compile.  This may result in substantial
improvements in compilation time, especially on large C++ projects; it also
sometimes exposes dependencies and cohesions of which developers were unaware.

This code is commonly packaged as "deheader".

image:https://repology.org/badge/vertical-allrepos/deheader.svg[Repology
package status]