-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog.txt
27 lines (25 loc) · 1.34 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
CCCCC v2.0 (August, 2024):
=======================================================================
- [Feature] Add CallerCount/CallCount statistic
- [Feature] Add knowledge about `explicit`/`virtual`/`override`/`static`/`const` about method
- [Feature] Allow to select template
- [Feature] Allow to select source root
- [Feature] Allow to pass directly compile_commands.json instead of list of files
- [Fix] Fix blockCounter with took only last blockCounter value instead of the maximum
- [Fix] Fix blockcounter with if-if
- [Build] Update code to C++20
- [Build] Remove gengetopt dependency, and use CommandLine from llvm
- [Build] Change ctemplate to (custom) mstch
- [Build] Change UT framework from unittest++ to doctest
- [Build] Update premake4 to premake5
- [Build] Change from astyle to clang-format
CCCCC v1.1 (Jan, 2013):
=======================================================================
- [Feature] Add current Date
- [Feature] Add NestedBlockCount
CCCCC v1.0 (Dec, 2012):
=======================================================================
- [Feature] Add maintainability Index. (see http://www.verifysoft.com/en_maintainability.html)
- [Feature] Add Halstead metrics (http://en.wikipedia.org/wiki/Halstead_complexity_measures).
- [Feature] Add Cyclomatic_complexity (http://en.wikipedia.org/wiki/Cyclomatic_complexity)
- [Feature] Add line count.