summaryrefslogtreecommitdiff
path: root/SOURCES
diff options
context:
space:
mode:
authordwheeler <dwheeler@d762cc98-fd17-0410-9a0d-d09172385bc5>2006-07-07 13:36:27 +0000
committerdwheeler <dwheeler@d762cc98-fd17-0410-9a0d-d09172385bc5>2006-07-07 13:36:27 +0000
commit05095851346f52c8e918176e8e2abdf0b21de5ec (patch)
tree8de964f5eea4c7d80faf34d5d744e215a053ba8f /SOURCES
downloadsloccount-master.tar.gz
Initial import (sloccount 2.26)HEADmaster
git-svn-id: svn://svn.code.sf.net/p/sloccount/code/trunk@1 d762cc98-fd17-0410-9a0d-d09172385bc5
Diffstat (limited to 'SOURCES')
-rw-r--r--SOURCES29
1 files changed, 29 insertions, 0 deletions
diff --git a/SOURCES b/SOURCES
new file mode 100644
index 0000000..33e8392
--- /dev/null
+++ b/SOURCES
@@ -0,0 +1,29 @@
+
+"CodeCount" toolset for counting SLOC.
+ http://sunset.usc.edu/research/CODECOUNT/
+Covers C/C++/Ada/Java and a few others, but
+NOT Python, TCL, Perl, or LISP.
+I used this to count C, C++, and Java code.
+These tools are under a GPL-like license, but it's NOT the GPL.
+See their website for more info.
+
+A huge list of tools is at (mostly big $$):
+ http://www.concentricmc.com/toolsreport/5-3-2tools1.html
+which extracts from this 1995 paper from STSC:
+ http://www.stsc.hill.af.mil/CrossTalk/1995/apr/Metrics.asp
+
+Another list:
+ http://www.qucis.queensu.ca/Software-Engineering/toolcat.html#label181
+
+USC tools (inc. CodeCount) and info on COCOMO II is at:
+ http://sunset.usc.edu/available_tools/availabletools_main.html
+
+
+Software Metrics: An Analysis of the Evolution of COCOMO and Function Points
+Roger E. Masse
+University of Maryland
+July 8, 1997
+http://www.python.org/~rmasse/papers/software-metrics/
+(good overview paper)
+
+