Unified Code Counter (UCC) by the USC Center for Systems and Software Engineering, SLOC counter sources http://csse.usc.edu/ucc_new/wordpress/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Vladislav Glinsky 4dab7093da
Initial commit
7 years ago
Counting Rules Initial commit 7 years ago
gui Initial commit 7 years ago
src Initial commit 7 years ago
.gitignore Initial commit 7 years ago
Makefile Initial commit 7 years ago
Makefile_cygwin Initial commit 7 years ago
README.md Initial commit 7 years ago
UCC.2010.vcxproj Initial commit 7 years ago
UCC.2010.vcxproj.filters Initial commit 7 years ago
UCC.2015.sln Initial commit 7 years ago
UCC.2015.vcxproj Initial commit 7 years ago
UCC.2015.vcxproj.filters Initial commit 7 years ago
UCC_release_notes_v.2018.07.pdf Initial commit 7 years ago
UCC_user_manual_v.2018.07.pdf Initial commit 7 years ago
contributors.txt Initial commit 7 years ago
license.txt Initial commit 7 years ago

README.md

Unified Code Counter

The Unified Code Counter (UCC) is a comprehensive software lines of code counter produced by the USC Center for Systems and Software Engineering. It is available to the general public as open source code and can be compiled with any ANSI standard C++ compiler.

Homepage: http://csse.usc.edu/ucc_new/wordpress/

Repository info

This repo contains a copy of latest released version 2018.07 sources:

Finally! Our next, and last, UCC release! We have decided to focus on UCC-Java, so that it has all the features UCC currently does. Hence, I have decided to make this release available to everyone.

Release notes, user manual are available as PDFs. Also you can find line count and cyclomatic complexity metric calculation rules in Counting Rules subdirectory.

The tool successfully compiles under Linux, yet it's somewhat buggy and doesn't provide complete support for modern languages' standards.