ダウンロードリスト

プロジェクト概要

CodeVizは、種々の異なるデータ収集方法を用いてコールグラフ生成を行う、コールグラフ視覚化ツールです。GNUコンパイラの修正版を使えば、コンパイルされたコードを正確に反映したコールグラフを生成するてしょう。コンパイラを使いたくない場合は、CodeViz自体が直接 C/C++コードを解析することができ、また、objdumpを使ってバイナリを分析することもできるので、ソースがなくても利用可能です。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-05-01 08:25
1.0.11

機能拡張とバグ修正。
タグ: Stable, Minor feature enhancements
Feature enhancements and bugfixes.

2004-11-27 01:05
1.0.6

このリリースではgccのに対してビルド3.4.1。これは、優れたĈをもたらす+ +をサポートします。
タグ: Stable, Major feature enhancements
This release builds against gcc-3.4.1. It brings superior C++ support.

2003-08-29 17:28
0.12

3つの主要な変更を加え、2つの最適化に関連する。最初にグラフをすぐに内部的に配列の代わりにダグとして表現されています。 2番目の今ではクライアントとして動作をサポートしてgengraph /サーバーが名前付きパイプを介して、スタートアップ、ダウンタイムを削減することです。これらの2つの変更が大幅に時間のグラフを生成するために必要な減少している。 GIF形式の代わりにのPostscriptへの出力はサポートされてGraphVizの礼儀。このthats CodeViz今すぐオンラインでコールグラフの生成に適しているということです。
タグ: Stable, Minor feature enhancements
There are three major changes made, two related to optimizations. The
first is that graphs are now represented internally as a DAG instead
of an array. The second is that gengraph now supports working as a
client/server through a named pipe to cut down the startup time.
These two changes have drastically reduced the time needed to generate
graphs. Output to GIF formats instead of Postscript is now supported,
courtesy of GraphViz. This means thats CodeViz is now suitable for
generating online call graphs.

2003-06-25 09:23
0.11

cdepとcxrefdepメソッドは、現在、非常に正確かつaccuratlyコールグラフの場合でも、マクロ機能を使用されて生成することができる新しいcdepメソッドは、編入された。奇数のときにノードcxrefdepを使用して表示されると、この修正された問題。
タグ: Stable, Minor feature enhancements
The cdep and cxrefdep methods were merged into a
new cdep method, which is now very accurate and
able to accuratly generate call graphs even if
macro functions are used. This fixed problems
with odd nodes appearing when using cxrefdep.

2003-06-03 23:12
0.10

最初の変更はcxrefdepとバグ修正(デフォルトでは)メソッドがあるという問題が場合は、構造体のフィールドの関数として別のソースファイルは、偽のノードとエッジでの結果のグラフに表示されるのと同じ名前だったです。名前の衝突を解決もはるかによくなりました。 2番目に大きな変化cnccメソッドは、NCCのコンパイラに基づいて導入(Freshmeatの経由)は入手可能です。これは、Cコンパイラの既存のコレクションの方法に比べてコードのナビゲーションおよびその主要な利点のために設計されトラバース関数へのポインタにする機能です。
タグ: Stable, Minor feature enhancements
The first change is a bugfix with the cxrefdep (the default) method; there was a problem where if a struct field had the same name as a function in another source file, a false node and edge would appear in the resulting graph. Name collision resolution is also much better now. The second major change is the introduction of the cncc method which is based on the ncc compiler (available via freshmeat). This is a C compiler designed for code navigation and its major advantage over existing collection methods is the ability to traverse function pointers.

プロジェクトリソース