Skip to content

Releases: p-ranav/fccf

fccf

02 May 12:26
Compare
Choose a tag to compare
  • Added --no-color option to prevent colored output #6, b015ccd
  • Removed unnecessary clang libraries from cmake target_link_libraries #5, 0c8504 - Fixes build in Arch Linux

fccf

29 Apr 02:25
70b434e
Compare
Choose a tag to compare
  • Queries can be empty - In this case, fccf will try and match all --flag options, e.g., all enum declarations.
  • Added support for searching variable declarations
  • Added support for searching parameter declarations (function or method parameter)
  • Updated README to show notes on include_directories
  • Added support for searching class destructors
  • Added support for searching cast expressions - static, dynamic, reinterpret, and const_cast expressions
  • Added support for searching inside throw expressions and typedef expressions
  • Added support for searching inside for statements (including C++ ranged for)

fccf

28 Apr 18:09
Compare
Choose a tag to compare
  • Added support for piping to another application for coloring the output.

Here's an example of fccf output getting piped to bat

image

fccf

28 Apr 17:49
c2f1bb2
Compare
Choose a tag to compare
  • Added support for using declarations, using directives, and type alias declarations.

image

  • Added support for namespace alias declarations

image

fccf

28 Apr 13:49
Compare
Choose a tag to compare
  • Fixed Mac OS 12.2.1 build aab151b
  • Added basic support for searching expressions - to find references to variables and functions:

Example 1: Usage of function

image

Example 2: Usage of variable

image

fccf

26 Apr 22:27
bbc6102
Compare
Choose a tag to compare

Initial Release