summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-01 16:28:01 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-01 16:28:01 -0500
commitfb6962e856a3d2db72053bad60d16aeffd50e072 (patch)
treedffc8b21c75e7ddda0ae90a674cbe01fc407cccc /README
parent1a8c525d7fb3c00c373a80a40306e32221836362 (diff)
downloaddeheader-fb6962e856a3d2db72053bad60d16aeffd50e072.tar.gz
deheader-fb6962e856a3d2db72053bad60d16aeffd50e072.tar.bz2
deheader-fb6962e856a3d2db72053bad60d16aeffd50e072.tar.xz
deheader-fb6962e856a3d2db72053bad60d16aeffd50e072.zip
Add documentation, the beginnings of a test suite, a logo, an shipper control.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..df4662a
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+ 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