File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Header Hero (Fork/Rewrite)
22
3- BitSquid back in 2011 released a nifty tool for analysing C++ header includes, see
3+ A tool for analyzing C/C++ codebase header dependencies. Header Hero recursively scans source code directories and maps out
4+ ` #include ` relationships. It can point out the "worst" headers in terms of total aggregate line count, or "most included" headers
5+ where changing them would cause the most recompiles. Hopefully it can help you reduce the header inclusion issues.
6+
7+ This is a fork/rewrite of an old tool made by (now defunct) BitSquid game engine back in 2011, see
48[ Caring by Sharing: Header Hero] ( https://bitsquid.blogspot.com/2011/10/caring-by-sharing-header-hero.html ) blog post
59([ webarchive link] ( https://web.archive.org/web/20250430235425/https://bitsquid.blogspot.com/2011/10/caring-by-sharing-header-hero.html ) ).
610The original Bitbucket repository of that tool is long gone by now.
You can’t perform that action at this time.
0 commit comments