newsGNU cflow - News: Version 1.6

 
 
Latest News
Version 1.6 posted by gray, Sat 23 Feb 2019 12:54:03 PM UTC
Version 1.5 available posted by gray, Mon 16 May 2016 09:39:12 PM UTC
Version 1.4 released posted by gray, Tue 11 Oct 2011 09:08:54 PM UTC
GNU cflow 1.3 released posted by gray, Sat 11 Jul 2009 08:40:02 PM UTC
GNU cflow 1.2 (GPLv3) posted by gray, Fri 29 Jun 2007 08:55:53 PM UTC

Version 1.6

Item posted by Sergey Poznyakoff <gray> on Sat 23 Feb 2019 12:54:03 PM UTC.

Version 1.6 is available for download. New in this version:

New option --all (-A)


Produce graphs for all global functions in the program.  Use this
option if your program contains functions which are not directly
reachable from main().

The output consist of separate flow graphs for each global function
defined in the program.  These graphs will be placed after the graph
for main() (if it exists), and will be ordered lexicographically by
the function name.

New option --no-main


This option has the same effect as '--all', except that the graph for
main() function (if it exists) is treated same way as all the other
graphs, i.e. it will not be placed at the top of output, but in its
place as per the lexicographic ordering of function names.

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code