diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | control | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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. +sometimes exposes dependencies and cohesions of which developers were unaware. Eric S. Raymond December 2010 @@ -13,6 +13,10 @@ XBS-Destinations: freecode Homepage: http://www.catb.org/~esr/deheader +Gitorious-URL: https://gitorious.org/deheader + +Ohloh-URL: https://www.ohloh.net/p/deheader/ + XBS-Logo: deheader-logo.png XBS-Project-Tag-List: development tools, optimization, C, C++ |