1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/deheader/pkg-descr
Kevin Lo 8d5d50e5e2 Initial import of deheader 0.6
Deheader analyzes C and C++ files to determine which header inclusions
can be removed while still allowing them to compile.
2011-03-12 08:34:39 +00:00

8 lines
355 B
Plaintext

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.
WWW: http://www.catb.org/esr/deheader/