From 4a217a565aa929fed758f8a55646050073e63f2a Mon Sep 17 00:00:00 2001 From: Stephen Arnold Date: Sat, 3 Oct 2020 21:04:59 -0700 Subject: [PATCH] update docs and changelog, make travis install clang for doxygen Signed-off-by: Stephen Arnold --- .travis.yml | 2 ++ CHANGELOG.md | 11 +++++++++++ Doxyfile.html_cfg | 2 +- README.md | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0358fef..0a70b8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-9 + - clang - doxygen - graphviz compiler: gcc @@ -26,6 +27,7 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-10 + - clang - doxygen - graphviz compiler: gcc diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8ab8a..e9b4f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [3.1.6](https://github.com/sarnold/cccc/tree/3.1.6) (2020-10-03) +[Full Changelog](https://github.com/sarnold/cccc/compare/3.1.5...3.1.6) + +**Fixed bugs:** + +- Updated expected test ref output for PR #17. [Stephen Arnold] +- Swapped counting of fan-in and fan-out fixes [\#17](https://github.com/sarnold/cccc/pull/17) +- Initialized the number of functions per module with the wmc1 metric + instead of zero. Added the test ouput files to the ignore list. + [\#14](https://github.com/sarnold/cccc/pull/14) + ## [3.1.5](https://github.com/sarnold/cccc/tree/3.1.5) (2016-02-10) [Full Changelog](https://github.com/sarnold/cccc/compare/V3_1_4...3.1.5) diff --git a/Doxyfile.html_cfg b/Doxyfile.html_cfg index 96155c1..9177b61 100644 --- a/Doxyfile.html_cfg +++ b/Doxyfile.html_cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "CCCC - C and C++ Code Counter" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.1.5 +PROJECT_NUMBER = 3.1.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 562fffc..db828cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -README for CCCC version 3.1.5 +README for CCCC version 3.1.6 ============================= [![CCCC License](https://img.shields.io/badge/license-GPL2-green.svg?dummy)](https://github.com/sarnold/cccc/blob/master/cccc/COPYING)