All releases of cloc


Release Notes: This release adds support for AutoHotkey, CFScript, Clojure, ClojureScript, OpenCL, and QML. New options allow OS detection over-ride and custom delimiters for CSV output.


Release Notes: This release corrects malformed XML output introduced in version 1.54. Support for the Dart language was also added.


Release Notes: This release adds support for Ocaml, Smarty, Objective C++, CMake, Cython, and GNU autoconf .in files. Several bugs were fixed and new features added for the --diff capability.


Release Notes: This release adds support for Go and MXML, improves XML/XSLT output, and includes bug fixes for the --diff option.


Release Notes: This release adds support for Groovy, Scala, and XAML, improves the counters for Fortran and COBOL, and adds new options for ignoring whitespace when computing diffs and excluding files with given extensions. Several minor bugs in the diff option were also fixed.


Release Notes: This release fixes a bug on Windows related to output filename handling. Linux/Unix users do not need to upgrade from version 1.50.


Release Notes: This release adds a diff capability. One can determine files, lines of source code, and comment lines added, removed, modified, and left the same between two versions of a code base. For example, the command cloc --diff gcc-4.4.0.tar.bz2 gcc-4.5.0.tar.bz2 will give a breakdown of file, source, and comment differences between GCC versions 4.4.0 and 4.5.0. Support for the Erlang language was added.


Release Notes: This release adds Ruby HTML and Kermit languages and a new SQL output option that, when used with a database engine such as SQLite, enables queries such as "Which C files with more than 300 lines have a comment ratio below 5%?"


Release Notes: This release fixes a null output problem encountered by Subversion and CVS users by always ignoring .svn and .cvs subdirectories. Lines of Perl POD are now treated as comments. New options improve the appearance of XML output and allow greater control over files which are to be ignored.


Release Notes: This release adds support for the VHDL language and improves the filter that distinguishes between MATLAB, MUMPS, and Objective C files. Additionally, the tool now processes archive files directly on Unix-like operating systems. One can issue, for example, "cloc perl-5.10.0.tar.gz" to count code within this compressed tar file.