Skip to content

Releases: eriklovlie/scaling-octo-bear

Exacerbate

08 Aug 10:55
Compare
Choose a tag to compare

Same as previous, but fixed a bug in exacerbate.py.

Blah

08 Aug 10:27
Compare
Choose a tag to compare
  • Compiled tool in release mode.
  • added example script for extracting long functions from yaml
  • added example script for use in legacy codebases

Loads of fun

07 Aug 16:40
Compare
Choose a tag to compare

Outputs function lengths to stdout in YAML format.

Prototype

07 Aug 10:41
Compare
Choose a tag to compare
Prototype Pre-release
Pre-release

A prototype release. Simply dumps function names and start/end lines to stdout.

The executable was built for CentOS 5.9 x86_64.

Usage:
complexity-check path/to/cpp/file --

You can add options for clang after the --. E.g. include paths:

complexity-check path/to/cpp/file -- -I path/to/headers