Download List

项目描述

Preprocess allows you to write unit-style single-source-file C or C++ modules, from which it generates header and implementation files. It automates tasks such as declaring new functions or methods in the header file, putting modifiers like "inline", "virtual", "static", "explicit" in the right place (header or implementation file), and putting inline files into the header file in the correct order. Also, for debugging or profiling builds, Preprocess can optionally generate all inline functions out-of-line.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-18 16:26
2004-06-18

此版本增加了对条件编译和自动生成的输出文件名支持。预处理现在有点更方便用户通过更好的帮助和友好的错误信息。解析器现在可以正确地支持成员模板,默认的参数和功能指针类型定义。该代码已更新为使用Perl 5.8.4编译无警告。中的一些漏洞已经被修复。
标签: Major feature enhancements
This release adds support for conditional compilation and automatic
output filename generation. Preprocess now is a bit more user friendly
through better help and error messages. The parser now properly supports
member templates, default arguments, and function-pointer typedefs. The
code has been updated to compile with Perl 5.8.4 without warnings. A
number of bugs have been fixed.

2003-06-13 20:47
2003-06-13

此版本修正了内联函数处理,操作定义,注释和字符串与类似的内容。
标签: Minor bugfixes
This release fixes the handling of inline functions, operator definitions, and strings with comment-like contents.

2003-04-03 03:48
2003-04-02

标签: Initial freshmeat announcement

Project Resources