Commit graph

8 commits

Author SHA1 Message Date
asau
19c2202137 Update to cflow 1.4
Introduce test target.


Changes in version 1.4

* Symbol aliases

The `--symbol' option has been extended to allow for defining
symbol aliases.  Aliases are useful for declaring reserved
words such as `__restrict' or `__inline'.  For example,
the option `--symbol __restrict:=restrict' instructs cflow
to treat `__restrict' exactly as `restrict'.

* New syntactic class: qualifiers

Tokens in this class can legitimately appear in place
of C qualifiers, such as `static' or `inline'.  This class
is useful for some compiler-depending keywords, such as
`__extension__' in gcc.  The usual declaration of this symbol
is `--symbol __extension__:qualifier'.

* Speed up recursive call detection.

* Fix parsing of typedefs after `struct'.
* Fix the output of branch marks in tree mode.
* Fix processing of static inline functions (RH bug 650716).
2012-10-25 08:03:14 +00:00
hasso
b0cb3420f4 Fix PLIST and bump PKGREVISION. 2009-08-25 20:09:18 +00:00
wiz
1beb789cc3 Update to 1.3:
Version 1.3, 2009-07-11

* Optimize symbol tables.

New symbol tables considerably improve the program performance.

* Bugfixes.

Version 1.2, 2007-06-29

* Licensed under the GPLv3
2009-08-21 23:36:55 +00:00
joerg
a8e1dcf113 Add i18n support (PR 37581) and mark as DESTDIR safe. 2007-12-21 20:25:29 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
rpaulo
cd2a1cfbb5 Use INFO_FILES for cflow.info.
Thanks Thomas!
2006-03-02 20:33:49 +00:00
rpaulo
12ecf9a3d2 It's .info, not .1. 2006-03-02 20:22:10 +00:00
rpaulo
cf43a37ac5 GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.

GNU cflow is able to produce both direct and inverted flowgraphs for C
sources. Optionally a cross-reference listing can be generated. Two
output formats are implemented: POSIX and GNU (extended).

Input files can optionally be preprocessed before analyzing.
2006-02-25 21:35:55 +00:00