Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.25 KB

File metadata and controls

63 lines (38 loc) · 1.25 KB

Changelog

Improved (v0.5.0)

  • Perfomance with regex

Added (v0.5.0)

  • New argument show_details
  • New argument thousands_separator
  • New argument verbose_ignore

Added (v0.4.0)

  • New argument show_only_std_headers

Fixed (v0.3.1)

  • Fixed detect file name after comments /**/ in include

Added (v0.3.0)

  • Support CMake ( JSON Compilation Database, compile_commands.json )
  • Analyze unincluded headers
  • Analyze headers that are included in different ways ( #include "..." and #include <...> )
  • All arguments in configuration file

Fixed (v0.3.0)

  • Fixed bug in analyzing raw C++ strings
  • Fixed bug in analyzing comments after #include

Fixed (v0.2.1)

  • Fixed build for:
    • CentOS 7
    • GCC 7
    • Visual Studio 2017
    • Apple Clang 12

Added (v0.2.0)

  • New parameter analyze_without_extension
  • New argument show_std_files

Fixed (v0.2.0)

  • Fixed bug in multiline comments
  • Fixed bug in multiline string
  • Fixed bug in strig with quotation marks