5
5
* * *
6
6
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
7
7
8
- Latest release: v1.90 (May 1 , 2021)
8
+ Latest release: v1.92 (Dec. 5 , 2021)
9
9
10
10
cloc moved to GitHub in September 2015 after being hosted
11
11
at http://cloc.sourceforge.net/ since August 2006.
@@ -58,8 +58,8 @@ Step 3: Invoke cloc to count your source files, directories, archives,
58
58
or git commits.
59
59
The executable name differs depending on whether you use the
60
60
development source version (` cloc ` ), source for a
61
- released version (` cloc-1.90 .pl ` ) or a Windows executable
62
- (` cloc-1.90 .exe ` ). On this page, ` cloc ` is the generic term
61
+ released version (` cloc-1.92 .pl ` ) or a Windows executable
62
+ (` cloc-1.92 .exe ` ). On this page, ` cloc ` is the generic term
63
63
used to refer to any of these.
64
64
65
65
** a file**
@@ -356,6 +356,7 @@ and Digest::MD5 installed locally.
356
356
# [ Building a Windows Executable ▲ ; ] ( #___top " click to go to top of document ")
357
357
358
358
The Windows downloads
359
+ <tt >cloc-1.92.exe</tt >,
359
360
<tt >cloc-1.90.exe</tt > and
360
361
<tt >cloc-1.88.exe</tt > were built on a 64 bit Windows 10 computer
361
362
using
@@ -400,6 +401,9 @@ executable and also check sites such
400
401
https://www.virustotal.com/ .
401
402
The entries for recent versions are:
402
403
404
+ cloc-1.92.exe:
405
+ https://www.virustotal.com/gui/file/2668fcf8609c431e8934fe9e1866bc620c58d198c4eb262f1d3ef31ef4a690f7
406
+
403
407
cloc-1.90.exe:
404
408
https://www.virustotal.com/gui/file/d655caae55486f9bac39f7e3c7b7553bcfcfe2b88914c79bfc328055f22b8a37/detection
405
409
@@ -473,7 +477,7 @@ C:> cpan -i Digest::MD5
473
477
C:> cpan -i Regexp::Common
474
478
C:> cpan -i Algorithm::Diff
475
479
C:> cpan -i PAR::Packer
476
- C:> pp -M Digest::MD5 -c -x -o cloc-1.90 .exe cloc-1.90 .pl
480
+ C:> pp -M Digest::MD5 -c -x -o cloc-1.92 .exe cloc-1.92 .pl
477
481
</pre >
478
482
479
483
A variation on the instructions above is if you installed the portable
@@ -1010,7 +1014,7 @@ AspectJ (aj)
1010
1014
Assembly (a51, asm, nasm, S, s)
1011
1015
AutoHotkey (ahk, ahkl)
1012
1016
awk (auk, awk, gawk, mawk, nawk)
1013
- Bazel (bazel, BUILD)
1017
+ Bazel (BUILD)
1014
1018
BizTalk Orchestration (odx)
1015
1019
BizTalk Pipeline (btp)
1016
1020
Blade (blade, blade.php)
@@ -1170,11 +1174,13 @@ PHP/Pascal (inc)
1170
1174
Pig Latin (pig)
1171
1175
PL/I (pl1)
1172
1176
PL/M (lit, plm)
1177
+ PlantUML (puml)
1173
1178
PO File (po)
1174
1179
PowerBuilder (pbt, sra, srf, srm, srs, sru, srw)
1175
1180
PowerShell (ps1, psd1, psm1)
1176
1181
ProGuard (pro)
1177
1182
Prolog (P, prolog, yap, pl, p6, pro)
1183
+ Properties (properties)
1178
1184
Protocol Buffers (proto)
1179
1185
Pug (jade, pug)
1180
1186
PureScript (purs)
@@ -1204,8 +1210,8 @@ SaltStack (sls)
1204
1210
SAS (sas)
1205
1211
Sass (sass)
1206
1212
Scala (kojo, sbt, scala)
1207
- SCSS (scss)
1208
1213
Scheme (sc, sch, scm, sld, sps, ss, sls)
1214
+ SCSS (scss)
1209
1215
sed (sed)
1210
1216
SKILL (il)
1211
1217
SKILL++ (ils)
@@ -1222,7 +1228,7 @@ SQL Data (data.sql)
1222
1228
SQL Stored Procedure (spc.sql, spoc.sql, sproc.sql, udf.sql)
1223
1229
Squirrel (nut)
1224
1230
Standard ML (fun, sig, sml)
1225
- Starlark (bzl)
1231
+ Starlark (bazel, bzl)
1226
1232
Stata (ado, DO, do, doh, ihlp, mata, matah, sthlp)
1227
1233
Stylus (styl)
1228
1234
SugarSS (sss)
@@ -1242,6 +1248,7 @@ TOML (toml)
1242
1248
TTCN (ttcn, ttcn2, ttcn3, ttcnpp)
1243
1249
Twig (twig)
1244
1250
TypeScript (tsx, ts)
1251
+ Umka (um)
1245
1252
Unity-Prefab (mat, prefab)
1246
1253
Vala (vala)
1247
1254
Vala Header (vapi)
@@ -2932,7 +2939,7 @@ Please use the following bibtex entry to cite cloc in a publication:
2932
2939
@software{adanial_cloc,
2933
2940
author = {Albert Danial},
2934
2941
title = {cloc},
2935
- version = {1.90 },
2942
+ version = {1.92 },
2936
2943
year = 2021,
2937
2944
url = {https://github.com/AlDanial/cloc}
2938
2945
}
0 commit comments