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
Earn up to 16% annual interest with Nexo.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
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)