SHA256
1
0
forked from pool/cflow
Commit Graph

12 Commits

Author SHA256 Message Date
Dominique Leuenberger
a420f9bafb Accepting request 943955 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/943955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cflow?expand=0&rev=3
2022-01-06 14:51:00 +00:00
Martin Pluskal
33a0ebf1f6 Accepting request 943855 from home:dirkmueller:Factory
- update to 1.7:
  * Multiple start functions are allowed
  * New option --target=FUNCTION
  * New output format: dot
  The '-f dot' (or '--format=dot') option instructs cflow to output
  graph as a description in DOT language, suitable as input to graphviz
  programs.
  * Bugfixes:
  ** CVE-2019-16165
  ** CVE-2019-16166
  ** Fix parsing of K&R style function declarations
  ** Improve parsing of typecasts
  ** Fix recursive call detection

OBS-URL: https://build.opensuse.org/request/show/943855
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=11
2022-01-05 10:59:42 +00:00
Dominique Leuenberger
19f59b637a Accepting request 710854 from devel:tools
- Update license information

- Modernise spec file with spec-cleaner

- Update to version 1.6:
  * New option --all (-A)
  * New option --no-main

OBS-URL: https://build.opensuse.org/request/show/710854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cflow?expand=0&rev=2
2019-06-19 19:13:49 +00:00
Martin Pluskal
ee5058e0a3 - Update license information
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=9
2019-06-19 09:26:32 +00:00
Martin Pluskal
43986c47de - Modernise spec file with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=8
2019-02-25 08:05:47 +00:00
Martin Pluskal
92972978a3 Accepting request 678433 from home:seanlew:branches:devel:tools
Update cflow

OBS-URL: https://build.opensuse.org/request/show/678433
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=7
2019-02-25 07:59:56 +00:00
Dominique Leuenberger
b7903c377f Accepting request 396675 from devel:tools
Usefull and actively developed tool

OBS-URL: https://build.opensuse.org/request/show/396675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cflow?expand=0&rev=1
2016-06-09 14:05:35 +00:00
Martin Pluskal
c66345393b Accepting request 396674 from home:pluskalm:branches:devel:tools
- Update to version 1.5:

OBS-URL: https://build.opensuse.org/request/show/396674
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=5
2016-05-18 17:43:27 +00:00
Petr Uzel
f0103842b0 - update to cflow-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).
- drop cflow-fix-yyparse-return-type.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=4
2011-10-14 12:27:59 +00:00
Petr Uzel
48588758f5 clean up specfile
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=3
2011-04-11 11:25:27 +00:00
Petr Uzel
47262943d1 osc copypac from project:openSUSE:Factory:Contrib package:cflow revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=2
2011-04-11 11:13:55 +00:00
Petr Uzel
e994bada2a OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=1 2009-01-06 11:08:34 +00:00