Skip to content

Releases: cppinclude/cppinclude

v0.5.0

10 Aug 18:58
Compare
Choose a tag to compare
  • Improved rerformance with regex
  • New argument show_details
  • New argument thousands_separator
  • New argument verbose_ignore

v0.4.0

05 May 01:06
Compare
Choose a tag to compare
  • New argument show_only_std_headers

v0.3.1

22 Mar 01:58
Compare
Choose a tag to compare
  • Fixed:
    • Fixed detect file name after comments /**/ in include

v0.3.0

21 Jan 20:44
Compare
Choose a tag to compare
  • Added:

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

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

v0.2.1

15 Oct 17:52
Compare
Choose a tag to compare
  • Fixed build for:
    • CentOS 7
    • GCC 7
    • Visual Studio 2017
    • Apple Clang 12

v0.2.0

14 Sep 23:29
Compare
Choose a tag to compare

v0.2.0

Mode details

Added

  • New parameter analyze_without_extension
  • New argument show_std_files

Fixed

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

Builds

Windows:

  • cppinclude-x64.zip
  • cppinclude-x32.zip

Ubuntu:

  • cppinclude-amd64-0.2.0.deb ( tested on Ubuntu 20.04 )

v0.1.0

24 Aug 17:34
Compare
Choose a tag to compare

v0.1.0

Windows:

  • cppinclude-x64.zip
  • cppinclude-x32.zip

Ubuntu:

  • cppinclude-amd64-0.1.0.deb ( tested on Ubuntu 20.04 )