Skip to content

deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile.

License

Notifications You must be signed in to change notification settings

yourabi/deheader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30c589f · Feb 24, 2013

History

3 Commits
Jun 16, 2011
Jun 16, 2011
Feb 24, 2013
Oct 1, 2011
Feb 24, 2013
Feb 24, 2013
Jun 16, 2011
Feb 24, 2013
Feb 24, 2013

Repository files navigation

			deheader

deheader analyzes C and C++ files to determine which header enclusions 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
sometime exposes dependencies and cohesions of which developers were unaware.

	 	 	     	 	      Eric S. Raymond
					      December 2010

Note: 
The canonical source for dehader is on http://catb.org/~esr/deheader/ . This is a git(hub) mirror (maybe with packaging)

About

deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile.

Resources

License

Stars

Watchers

Forks

Packages

No packages published