A quick and simple way to create a source code report. Counts lines of code and compares two directories for line changes, line adds, and line deletes.
Categories
Source Code AnalysisLicense
GNU General Public License version 2.0 (GPLv2)Follow bcscr
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
Cannot compile on openSUSE Leap 15.6 with GCC 14.2, getting three of these errors (I get 'Excessive punctuation is prohibited.' when trying to post this with the full output): error: passing argument 2 of 'getline' from incompatible pointer type [-Wincompatible-pointer-types] With GCC 7.5 these errors turn into warnings and compiles successfully but I get this when comparing two directories: malloc(): corrupted top size Aborted (core dumped)