codemetre allows you to compare different versions of your software project, determining how and how much source files have changed. It currently recognizes both source code and comments from Ada, C, C++, and Eiffel. It can also provide you with metrics on any single snapshot of your project.
| Tags | Software Development Quality Assurance |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Windows |
| Implementation | Eiffel |
| Translations | French English |
Recent releases


Changes: The Code::Blocks project has been fixed. A new '--status' command produces a final summary of the analysis.


Changes: This version adds support for building software under Microsoft Windows. Stubs for i18n capacity are also provided. The configuration file under Microsoft Windows should be located in %APPDATA%\codemetre.ini.


Changes: Both versions of a file are now systematically analyzed, even if one of them provokes an error during analysis.


Changes: Two bugs in Ada lexer have been fixed: now strings like MY_TYPE'('G') are correctly parsed, and there is no more infinite loop on files that end with a comment.


Changes: Due to some code optimizations, file comparison is now almost twice as fast.