Download List

Descripción del Proyecto

GAST provides a wrapper script for gcc to preserve temporary (=preprocessed) files automatically.

When you build an open-source product from tarball/package file, If you want to get temporary (=preprocessed) files of all the compiled objects, you can get them easily only by using this tool with setting some environment variables. You don't need to modify any Makefile/CFLAGS variable at all, and also this tool changes nothing of target product.

Using this tool is too easy! Extracting this tools in temporary working directory and initializing, setting PATH and some environment variable, and then do compiling your C/C++ source files or OSS product.

[ merit of this tool ]

In temporary (=preprocessed) file, If you focus only C/C++ source part (= included header-files part is a nuisance for you), this tool removes header-file part automatically from temporary file when you choose such action mode. You can keep temporary files compact.

For more information, please read README . Git repository is here .

System Requirements

System requirement is not defined

Publicado: 2009-11-01 08:17
gast 0.1.2 (1 files Ocultar)

Release Notes

gast-0.1.2 released.
C++ supported, and fixed some bug.

gast-0.1.2 公開。
C++ をサポートしました。 いくつかのバグ修正も。

Changelog

- C++ support.
- bug fix. When defined GAST_CONTENT_WITHOUT_H under no perl environment, backslash has been deleted from content of temporary file.
- Change file comparison method to ignore blank lines, when defined GAST_CONTENT_UNIQUE environment variable.

and more...

- C++ サポート
- perl が無い環境で GAST_CONTENT_WITHOUT_H 環境変数を定義して実行した時、中間ファイルの内容から、バックスラッシュ記号が消去されてしまっていたバグを修正。
- GAST_CONTENT_UNIQUE 環境変数を定義した時の、既存中間ファイルとのファイル比較方法を変更した。 空行の数の差は無視することとした。

その他、いくつかの修正…