diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-01-22 21:14:19 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2013-01-22 21:14:19 -0500 |
commit | a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b (patch) | |
tree | 20c48787006928f32b21ebfa156655866d902692 | |
parent | 9d9a8fedf69cacf22c4c25bb90b13f882a904299 (diff) | |
download | deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.gz deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.bz2 deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.xz deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.zip |
Create a public repository and connect it to the Ohloh page.
-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++ |